Sangria
Sangria
API
sangria.ast
AggregateSourceMapper
AggregateSourceMapper
Argument
AstLocation
AstLocation
AstNode
BigDecimalValue
BigIntValue
BooleanValue
Comment
ConditionalFragment
DefaultSourceMapper
Definition
Directive
DirectiveDefinition
DirectiveLocation
Document
Document
EnumTypeDefinition
EnumTypeExtensionDefinition
EnumValue
EnumValueDefinition
Field
FieldDefinition
FloatValue
FragmentDefinition
FragmentSpread
InlineFragment
InputDocument
InputDocument
InputObjectTypeDefinition
InputObjectTypeExtensionDefinition
InputValueDefinition
IntValue
InterfaceTypeDefinition
InterfaceTypeDefinition
InterfaceTypeExtensionDefinition
InterfaceTypeExtensionDefinition
ListType
ListValue
NameValue
NamedType
NotNullType
NullValue
ObjectField
ObjectLikeTypeExtensionDefinition
ObjectTypeDefinition
ObjectTypeExtensionDefinition
ObjectValue
ObjectValue
OperationDefinition
OperationType
OperationType
Mutation
Query
Subscription
OperationTypeDefinition
ScalarTypeDefinition
ScalarTypeExtensionDefinition
ScalarValue
SchemaAstNode
SchemaDefinition
SchemaExtensionDefinition
Selection
SelectionContainer
SourceMapper
SourceMapperInput
StringValue
Type
TypeDefinition
TypeExtensionDefinition
TypeSystemDefinition
TypeSystemExtensionDefinition
UnionTypeDefinition
UnionTypeExtensionDefinition
Value
VariableDefinition
VariableValue
WithArguments
WithComments
WithDescription
WithDirectives
WithTrailingComments
Sangria
/
sangria.ast
/
NameValue
NameValue
sangria.ast.NameValue
sealed
trait
NameValue
extends
AstNode
,
WithComments
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
WithComments
trait
AstNode
class
Object
trait
Matchable
class
Any
Known subtypes
class
Argument
class
ObjectField
Members list
Clear all
Value members
Abstract methods
def
name
:
String
def
value
:
Value
Inherited methods
def
cacheKeyHash
:
Int
Attributes
Inherited from:
AstNode
Inherited and Abstract methods
def
comments
:
Vector
[
Comment
]
Attributes
Inherited from:
WithComments
def
location
:
Option
[
AstLocation
]
Location at which this node lexically begins in the GraphQL request source code.
Location at which this node lexically begins in the GraphQL request source code.
Attributes
Inherited from:
AstNode
In this article
Attributes
Members list
Value members
Abstract methods
Inherited methods
Inherited and Abstract methods