gql-core
0.1-fcf46ad
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
Modifier
List
NonNull
Modifier
ModifierStack
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
ExecutableDefinition
Fragment
Operation
ExecutableDefinition
Field
FragmentDefinition
FragmentSpread
InlineFragment
OperationDefinition
Detailed
Simple
OperationDefinition
OperationType
Mutation
Query
Subscription
OperationType
Selection
FieldSelection
FragmentSpreadSelection
InlineFragmentSelection
Selection
SelectionSet
Type
List
Named
NonNull
Type
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
/
SchemaShape
/
ValidationError
/
InvalidInput
InvalidInput
final case
class
InvalidInput
(
pe:
PositionalError
)
extends
ValidationError
Source:
SchemaShape.scala
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
trait
ValidationError
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
message
:
String
Source:
SchemaShape.scala
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from:
Product