gql

package gql

Members list

Packages

package gql.server

Type members

Classlikes

sealed trait Application[F[_]]

Attributes

Companion
object
Source
Compiler.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Mutation[F]
class Query[F]
class Subscription[F]
object Application

Attributes

Companion
trait
Source
Compiler.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait CompilationError

Attributes

Companion
object
Source
Compiler.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Parse
class Preparation

Attributes

Companion
trait
Source
Compiler.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
object Compiler

Attributes

Source
Compiler.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Compiler.type
final case class Schema[F[_], Q, M, S](shape: SchemaShape[F, Q, M, S], state: SchemaState[F], statistics: Statistics[F], planner: Planner[F])

Attributes

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

Attributes

Companion
class
Source
Schema.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Schema.type
trait Statistics[F[_]]

Attributes

Companion
object
Source
Statistics.scala
Supertypes
class Object
trait Matchable
class Any
Self type
object Statistics

Attributes

Companion
trait
Source
Statistics.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Statistics.type