Step

gql.resolver.Step
See theStep companion object
sealed trait Step[+F[_], -I, +O]

A step is a composable task that takes an input and produces an output.

Attributes

Companion
object
Source
Step.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Argument[I, A]
class Batch[F, K, V]
class Choose[F, A, B, C, D]
class Compose[F, I, A, O]
class EmbedEffect[F, I]
class EmbedError[I]
class EmbedStream[F, I]
class First[F, A, B, C]
class GetMeta[F, I]
class InlineBatch[F, K, V]
class Lift[I, O]
Show all
In this article