Schema

gql.Schema$
See theSchema companion class
object Schema

Attributes

Companion
class
Source
Schema.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Schema.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

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
def query[F[_] : Async, Q](query: Type[F, Q]): F[Schema[F, Q, Unit, Unit]]

Attributes

Source
Schema.scala
def simple[F[_] : Async, Q, M, S](shape: SchemaShape[F, Q, M, S]): F[Schema[F, Q, M, S]]

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[_] : Async, Q, M, S](fa: State[SchemaState[F], SchemaShape[F, Q, M, S]]): F[Schema[F, Q, M, S]]

Attributes

Source
Schema.scala