gql.Schema$
See theSchema companion class
object Schema
Attributes
- Companion
- class
- Source
- Schema.scala
- Graph
-
- Supertypes
- Self type
-
Schema.type
Members list
Type members
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
def query[F[_] : Applicative, Q](statistics: Statistics[F])(query: Type[F, Q]): Schema[F, Q, Unit, Unit]
Attributes
- Source
- Schema.scala
Attributes
- Source
- Schema.scala
Attributes
- Source
- Schema.scala
def simple[F[_] : Applicative, Q, M, S](statistics: Statistics[F])(shape: SchemaShape[F, Q, M, S]): Schema[F, Q, M, S]
Attributes
- Source
- Schema.scala
def stateful[F[_] : Applicative, Q, M, S](statistics: Statistics[F])(fa: State[SchemaState[F], SchemaShape[F, Q, M, S]]): Schema[F, Q, M, S]
Attributes
- Source
- Schema.scala
def stateful[F[_] : Concurrent, Q, M, S](fa: State[SchemaState[F], SchemaShape[F, Q, M, S]]): F[Schema[F, Q, M, S]]
Attributes
- Source
- Schema.scala
In this article