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, WithDescription, WithTrailingComments, WithDirectives
A definition of a GraphQL schema.
Value parameters
- operationTypes
-
The root operations available in this schema.
Attributes
- See also
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait WithDirectivestrait WithTrailingCommentstrait WithDescriptiontrait TypeSystemDefinitiontrait Definitiontrait SchemaAstNodetrait WithCommentstrait AstNodeclass Objecttrait Matchableclass Any
Members list
In this article