TypedGql.Language.SchemaDeclaration (TypedGql v0.13.0)

Copy Markdown View Source

A schema { ... } block declaring which types serve as the query, mutation and subscription roots.

Summary

Types

t()

@type t() :: %TypedGql.Language.SchemaDeclaration{
  description: String.t() | nil,
  directives: [TypedGql.Language.Directive.t()],
  fields: [TypedGql.Language.FieldDefinition.t()],
  loc: map()
}