Schema

gql.Schema
See theSchema companion object
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
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

Concrete fields

lazy val render: String

Attributes

Source
Schema.scala
lazy val validate: Chain[Problem]

Attributes

Source
Schema.scala