SchemaState

gql.SchemaState
See theSchemaState companion object
final case class SchemaState[F[_]](nextId: Int, batchFunctions: Map[BatchKey[_, _], BatchFunction[F, _, _]], positions: List[Position[F, _]])

A structure to accumulate information for building stateful schemas. Needed to build batch functions and directives.

Attributes

Companion
object
Source
SchemaState.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product