SchemaDefinition

sangria.ast.SchemaDefinition
case class SchemaDefinition(operationTypes: Vector[OperationTypeDefinition], directives: Vector[Directive], description: Option[StringValue], comments: Vector[Comment], trailingComments: Vector[Comment], location: Option[AstLocation]) extends TypeSystemDefinition with WithDescription with WithTrailingComments with WithDirectives

A definition of a GraphQL schema.

Attributes

operationTypes

The root operations available in this schema.

See also:
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AstNode
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
AstNode

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product