gql-core
0.1-abe8588
gql-core
gql
Application
Application
Mutation
Query
Subscription
Arg
Arg
ArgValue
AstImplicits
Implicits
LowPriorityImplicits
CompilationError
CompilationError
Parse
Preparation
Compiler
Compiler
PartiallyAppliedCompiler
CompilerParameters
NonEmptyArg
NonEmptyArg
Planner
Planner
Node
NodeTree
NodeTree
PreparedQuery
EdgeId
FragmentDefinition
InArr
InOpt
OutArr
OutOpt
PositionalError
Prep
Prep
PrepCursor
PrepCursor
PrepEdge
ASTEdge
FragmentEdge
PrepEdge
Prepared
PreparedCont
PreparedDataField
PreparedEdge
PreparedField
PreparedFragField
PreparedLeaf
PreparedList
PreparedOption
Selection
PureArg
QueryResult
Schema
Schema
SchemaShape
SchemaShape
DiscoveryState
PartiallyAppliedSchemaShape
Problem
ValidationEdge
Arg
Field
InputType
OutputType
ValidationEdge
ValidationError
CyclicDivergingTypeReference
CyclicInterfaceImplementation
DivergingTypeReference
DuplicateArg
DuplicateField
DuplicateInterfaceInstance
DuplicateUnionInstance
InvalidFieldName
InvalidInput
InvalidTypeName
MissingInterfaceFields
TransitiveInterfacesNotImplemented
WrongInterfaceFieldType
ValidationError
`__TypeKind`
ENUM
INPUT_OBJECT
INTERFACE
LIST
NON_NULL
OBJECT
SCALAR
UNION
`__TypeKind`
SchemaState
SchemaState
Statistics
Statistics
CovVarRegression
Point
Stats
Value
Value
ArrayValue
BooleanValue
EnumValue
FloatValue
IntValue
NullValue
ObjectValue
StringValue
ast
Enum
EnumValue
Field
ID
ID
Implementation
In
InArr
InLeaf
InOpt
InToplevel
Input
Interface
ObjectLike
Out
OutArr
OutOpt
OutToplevel
Scalar
Scalar
Selectable
Toplevel
Type
Union
Variant
dsl
BatchResolverSyntax
InterfaceSyntax
PartiallyAppliedEff
PartiallyAppliedFallible
PartiallyAppliedField
PartiallyAppliedPure
PartiallyAppliedUnion0
PartiallyAppliedUnion1
ResolverSyntax
TypeSyntax
UnionSyntax
full
value
gql.interpreter
BatchAccumulator
BatchAccumulator
Cursor
Cursor
EvalFailure
EvalFailure
BatchResolution
EffectResolution
StreamHeadResolution
StreamTailResolution
EvalNode
EvalNode
GraphArc
GraphArc
Field
Fragment
Index
Interpreter
Interpreter
StreamMetadata
StreamRecompute
InterpreterImpl
StreamMetadataAccumulator
StreamMetadataAccumulator
StreamSupervisor
StreamSupervisor
State
gql.parser
ParseError
ParserUtil
Pos
Pos
QueryParser
Argument
Arguments
ArgumentsDefinition
Definition
ExecutableDef
TypeSystemDefinition
TypeSystemExt
Definition
Directive
DirectiveLocation
Executable
Type
DirectiveLocation
Directives
DirectivesDefinition
Document
ExecutableDefinition
Fragment
Operation
ExecutableDefinition
ExecutableDirectiveLocation
FIELD
FRAGMENT_DEFINITION
FRAGMENT_SPREAD
INLINE_FRAGMENT
MUTATION
QUERY
SUBSCRIPTION
ExecutableDirectiveLocation
Field
FieldDefinition
FragmentDefinition
FragmentSpread
InlineFragment
InputValueDefinition
OperationDefinition
Detailed
Simple
OperationDefinition
OperationType
Mutation
Query
Subscription
OperationType
Punctuator
!
$
...
[
]
`(`
`)`
`:`
`=`
`@`
`{`
`}`
|
Punctuator
Selection
FieldSelection
FragmentSpreadSelection
InlineFragmentSelection
Selection
SelectionSet
Type
List
Named
NonNull
Type
TypeSystemDirectiveLocation
ARGUMENT_DEFINITION
ENUM
ENUM_VALUE
FIELD_DEFINITION
INPUT_FIELD_DEFINITION
INPUT_OBJECT
INTERFACE
OBJECT
SCALAR
SCHEMA
UNION
TypeSystemDirectiveLocation
Value
BooleanValue
EnumValue
FloatValue
IntValue
ListValue
NullValue
ObjectValue
StringValue
VariableValue
Value
VariableDefinition
VariableDefinitions
gql.resolver
BatchResolver
BatchResolver
ResolverKey
ResolverKey
CompositionResolver
EffectResolver
FallibleResolver
PureResolver
Resolver
StreamResolver
gql-core
/
gql.parser
/
QueryParser
/
DirectivesDefinition
DirectivesDefinition
final case
class
DirectivesDefinition
(
description:
Option
[
String
],
name:
String
,
directiveLocations:
NonEmptyList
[
DirectiveLocation
])
Source:
QueryParser.scala
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Value members
Value members
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from:
Product