gql.resolver
Members list
Type members
Classlikes
A more specialized version of QueryMeta that also carries field specific information.
A more specialized version of QueryMeta that also carries field specific information.
Attributes
- Source
- Meta.scala
- Supertypes
Meta information about the current query.
Resolver is one of the core abstractions of gql.
Resolver is one of the core abstractions of gql. The resolver class contains a collection of methods to aid comosition.
A Resolver forms an cats.arrow.Arrow; it can lift a function I => O. Resolver also forms cats.arrow.Choice which allows conditional branching.
Resolver also forms an cats.Applicative instance that sequences the operations.
Some methods are only available resolvers that have a certain shape. Consider taking a look at the companion object for more information.
Attributes
- Companion
- object
- Source
- Resolver.scala
- Supertypes
Attributes
- Companion
- class
- Source
- Resolver.scala
- Supertypes
- Self type
-
Resolver.type
Attributes
- Source
- Resolver.scala
- Supertypes
- Known subtypes
-
object Resolver.type
Attributes
- Companion
- object
- Source
- Resolver.scala
- Supertypes
Attributes
- Companion
- trait
- Source
- Resolver.scala
- Supertypes
- Self type
-
ShowMissingKeys.type
A step is a composable task that takes an input and produces an output.
A step is a composable task that takes an input and produces an output.
Attributes
- Companion
- object
- Source
- Step.scala
- Supertypes
- Known subtypes
-
class EmbedError[I]Show all
Attributes
- Companion
- trait
- Source
- Step.scala
- Supertypes
- Self type
-
Step.type