InputObjectTypeDefinition
sangria.ast.InputObjectTypeDefinition
case class InputObjectTypeDefinition(name: String, fields: Vector[InputValueDefinition], directives: Vector[Directive], description: Option[StringValue], comments: Vector[Comment], trailingComments: Vector[Comment], location: Option[AstLocation]) extends TypeDefinition, WithTrailingComments, WithDescription
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait WithTrailingCommentstrait TypeDefinitiontrait WithDescriptiontrait WithDirectivestrait TypeSystemDefinitiontrait Definitiontrait SchemaAstNodetrait WithCommentstrait AstNodeclass Objecttrait Matchableclass Any
Members list
In this article