gql-core
0.2.5
gql-core
API
gql
Arg
Arg
ArgParam
ArgValue
AstImplicits
Implicits
LowPriorityImplicits
Cursor
Cursor
DecodedArgValue
Directive
Directive
DirectiveArg
DirectiveArg
Empty
WithArg
GraphArc
GraphArc
Field
Index
InverseModifier
InverseModifier
List
Optional
InverseModifierStack
InverseModifierStack
Modifier
Modifier
List
NonNull
ModifierStack
ModifierStack
Position
Position
Field
FieldHandler
FragmentSpread
InlineFragmentSpread
QueryHandler
QueryParameters
QueryResult
QueryResult
Error
Error
SchemaShape
SchemaShape
DiscoveryState
InterfaceImpl
OtherInterface
TypeImpl
InterfaceImpl
PartiallyAppliedSchemaShape
`__TypeKind`
ENUM
INPUT_OBJECT
INTERFACE
LIST
NON_NULL
OBJECT
SCALAR
UNION
`__TypeKind`
SchemaState
SchemaState
BatchFunction
Validation
Error
ArgumentNotDefinedInInterface
CyclicDivergingTypeReference
CyclicInterfaceImplementation
DivergingTypeReference
DuplicateArg
DuplicateField
DuplicateInterfaceInstance
DuplicateUnionInstance
InputNoArgs
InterfaceDoesNotDefineDefaultArg
InterfaceImplementationDefaultArgDoesNotMatch
InterfaceImplementationMissingDefaultArg
InterfaceImplementationWrongArgType
InvalidFieldName
InvalidInput
InvalidTypeName
MissingInterfaceFieldArgument
MissingInterfaceFields
TransitiveInterfacesNotImplemented
WrongInterfaceFieldType
Error
Problem
ValidationState
ast
AbstractField
Enum
EnumValue
Field
ID
ID
IDLowPrio
Implementation
In
InArr
InOpt
InToplevel
Input
Interface
ObjectLike
Out
OutArr
OutOpt
OutToplevel
Scalar
Scalar
Selectable
Toplevel
Type
Union
Variant
dsl
FieldBuilder
FieldsSyntax
InterfaceSyntax
PartiallyAppliedArgFull
PartiallyAppliedEff
PartiallyAppliedFieldBuilder
PartiallyAppliedLift
PartiallyAppliedUnion0
PartiallyAppliedUnion1
ShowMissingKeys
ShowMissingKeys
SyntaxForBatchResolverSignature
TypeSyntax
UnionSyntax
value
gql.preparation
ArgParsing
ArgParsing
DirectiveAlg
DirectiveAlg
PartiallyAppliedFold
ErrorAlg
ErrorAlg
FieldCollection
FieldCollection
FieldInfo
FieldMerging
FieldMerging
MergedFieldInfo
MergedImplementation
PairedFieldSelection
PartialFieldMeta
PathAlg
PathAlg
PositionalError
PositionalError
Prepared
PreparedCont
PreparedDataField
PreparedField
PreparedLeaf
PreparedList
PreparedMeta
PreparedOption
PreparedRoot
PreparedRoot
Mutation
Query
Subscription
PreparedSpecification
PreparedStep
PreparedStep
Batch
Choose
Compose
EmbedEffect
EmbedError
EmbedStream
First
GetMeta
Lift
QueryPreparation
QueryPreparation
RootPreparation
RootPreparation
Stack
Selection
SelectionInfo
TypeInfo
TypeInfo
Enum
Scalar
Selectable
UniqueBatchInstance
UniqueEdgeCursor
UniqueEdgeCursor
Variable
gql.resolver
FieldMeta
QueryMeta
Resolver
Resolver
InvariantOps
PartiallAppliedLiftF
PartiallyAppliedLift
PartiallyAppliedStream
RethrowOps
SkipThatInvariantOps
StreamOps
ResolverInstances
Step
Step
Alg
Argument
Batch
Choose
Compose
EmbedEffect
EmbedError
EmbedStream
First
GetMeta
Lift
BatchKey
gql.std
FreeApply
FreeApply
Ap
Fmap
Lift
LowPriorityLzy
LowPrioritySourcedImplicits
Lzy
Lzy
Sourced
Sourced
gql-core
/
gql
/
QueryResult
/
Error
Error
gql.QueryResult$.Error
See the
Error
companion object
final case
class
Error
(
error
:
Either
[
Throwable
,
String
],
path
:
Chain
[
Json
])
Attributes
Companion:
object
Source:
QueryResult.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product
Concrete fields
val
message
:
String
Attributes
Source:
QueryResult.scala