Serialized Form
-
Package graphql
-
Exception Class graphql.AssertException
class AssertException extends GraphQLException implements Serializable -
Class graphql.ExceptionWhileDataFetching
class ExceptionWhileDataFetching extends Object implements Serializable -
Exception Class graphql.GraphqlErrorException
class GraphqlErrorException extends GraphQLException implements Serializable-
Serialized Fields
-
errorClassification
ErrorClassification errorClassification
-
extensions
Map<String,
Object> extensions -
locations
List<SourceLocation> locations
-
path
List<Object> path
-
-
-
Exception Class graphql.GraphQLException
class GraphQLException extends RuntimeException implements Serializable -
Class graphql.InvalidSyntaxError
class InvalidSyntaxError extends Object implements Serializable-
Serialized Fields
-
locations
List<SourceLocation> locations
-
message
String message
-
offendingToken
String offendingToken
-
sourcePreview
String sourcePreview
-
-
-
Class graphql.SerializationError
class SerializationError extends Object implements Serializable-
Serialized Fields
-
exception
CoercingSerializeException exception
-
message
String message
-
path
List<Object> path
-
-
-
Class graphql.TypeMismatchError
class TypeMismatchError extends Object implements Serializable-
Serialized Fields
-
expectedType
GraphQLType expectedType
-
message
String message
-
path
List<Object> path
-
-
-
Class graphql.UnresolvedTypeError
class UnresolvedTypeError extends Object implements Serializable-
Serialized Fields
-
exception
UnresolvedTypeException exception
-
message
String message
-
path
List<Object> path
-
-
-
-
Package graphql.execution
-
Exception Class graphql.execution.AbortExecutionException
class AbortExecutionException extends GraphQLException implements Serializable-
Serialized Fields
-
underlyingErrors
List<GraphQLError> underlyingErrors
-
-
-
Exception Class graphql.execution.InputMapDefinesTooManyFieldsException
class InputMapDefinesTooManyFieldsException extends GraphQLException implements Serializable -
Exception Class graphql.execution.MissingRootTypeException
class MissingRootTypeException extends GraphQLException implements Serializable-
Serialized Fields
-
sourceLocations
List<SourceLocation> sourceLocations
-
-
-
Class graphql.execution.NonNullableFieldWasNullError
class NonNullableFieldWasNullError extends Object implements Serializable -
Exception Class graphql.execution.NonNullableFieldWasNullException
class NonNullableFieldWasNullException extends RuntimeException implements Serializable-
Serialized Fields
-
executionStepInfo
ExecutionStepInfo executionStepInfo
-
path
ResultPath path
-
-
-
Exception Class graphql.execution.NonNullableValueCoercedAsNullException
class NonNullableValueCoercedAsNullException extends GraphQLException implements Serializable-
Serialized Fields
-
path
List<Object> path
-
sourceLocations
List<SourceLocation> sourceLocations
-
-
-
Exception Class graphql.execution.OneOfNullValueException
class OneOfNullValueException extends GraphQLException implements Serializable -
Exception Class graphql.execution.OneOfTooManyKeysException
class OneOfTooManyKeysException extends GraphQLException implements Serializable -
Exception Class graphql.execution.UnknownOperationException
class UnknownOperationException extends GraphQLException implements Serializable -
Exception Class graphql.execution.UnresolvedTypeException
class UnresolvedTypeException extends GraphQLException implements Serializable-
Serialized Fields
-
interfaceOrUnionType
GraphQLNamedOutputType interfaceOrUnionType
-
-
-
-
Package graphql.execution.preparsed
-
Class graphql.execution.preparsed.PreparsedDocumentEntry
class PreparsedDocumentEntry extends Object implements Serializable-
Serialized Fields
-
document
Document document
-
errors
List<? extends GraphQLError> errors
-
-
-
-
Package graphql.execution.preparsed.persisted
-
Exception Class graphql.execution.preparsed.persisted.PersistedQueryError
class PersistedQueryError extends RuntimeException implements Serializable -
Exception Class graphql.execution.preparsed.persisted.PersistedQueryIdInvalid
class PersistedQueryIdInvalid extends PersistedQueryError implements Serializable-
Serialized Fields
-
persistedQueryId
Object persistedQueryId
-
-
-
Exception Class graphql.execution.preparsed.persisted.PersistedQueryNotFound
class PersistedQueryNotFound extends PersistedQueryError implements Serializable-
Serialized Fields
-
persistedQueryId
Object persistedQueryId
-
-
-
-
Package graphql.introspection
-
Class graphql.introspection.GoodFaithIntrospection.BadFaithIntrospectionError
class BadFaithIntrospectionError extends Object implements Serializable-
Serialized Fields
-
message
String message
-
-
-
Class graphql.introspection.IntrospectionDisabledError
class IntrospectionDisabledError extends Object implements Serializable-
Serialized Fields
-
locations
List<SourceLocation> locations
-
-
-
-
Package graphql.language
-
Class graphql.language.AbstractDescribedNode
-
Serialized Fields
-
description
Description description
-
-
-
Class graphql.language.AbstractNode
class AbstractNode extends Object implements Serializable-
Serialized Fields
-
additionalData
com.google.common.collect.ImmutableMap<String,
String> additionalData -
comments
com.google.common.collect.ImmutableList<Comment> comments
-
ignoredChars
IgnoredChars ignoredChars
-
sourceLocation
SourceLocation sourceLocation
-
-
-
Class graphql.language.Argument
-
Class graphql.language.ArrayValue
-
Serialized Fields
-
values
com.google.common.collect.ImmutableList<Value> values
-
-
-
Class graphql.language.BooleanValue
-
Serialized Fields
-
value
boolean value
-
-
-
Class graphql.language.Comment
class Comment extends Object implements Serializable-
Serialized Fields
-
content
String content
-
sourceLocation
SourceLocation sourceLocation
-
-
-
Class graphql.language.Description
class Description extends Object implements Serializable-
Serialized Fields
-
content
String content
-
multiLine
boolean multiLine
-
sourceLocation
SourceLocation sourceLocation
-
-
-
Class graphql.language.Directive
-
Class graphql.language.DirectiveDefinition
class DirectiveDefinition extends AbstractDescribedNode<DirectiveDefinition> implements Serializable-
Serialized Fields
-
directiveLocations
com.google.common.collect.ImmutableList<DirectiveLocation> directiveLocations
-
inputValueDefinitions
com.google.common.collect.ImmutableList<InputValueDefinition> inputValueDefinitions
-
name
String name
-
repeatable
boolean repeatable
-
-
-
Class graphql.language.DirectiveLocation
-
Serialized Fields
-
name
String name
-
-
-
Class graphql.language.Document
-
Serialized Fields
-
definitions
com.google.common.collect.ImmutableList<Definition> definitions
-
-
-
Class graphql.language.EnumTypeDefinition
-
Serialized Fields
-
directives
graphql.language.NodeUtil.DirectivesHolder directives
-
enumValueDefinitions
com.google.common.collect.ImmutableList<EnumValueDefinition> enumValueDefinitions
-
name
String name
-
-
-
Class graphql.language.EnumTypeExtensionDefinition
class EnumTypeExtensionDefinition extends EnumTypeDefinition implements Serializable -
Class graphql.language.EnumValue
-
Serialized Fields
-
name
String name
-
-
-
Class graphql.language.EnumValueDefinition
class EnumValueDefinition extends AbstractDescribedNode<EnumValueDefinition> implements Serializable-
Serialized Fields
-
directives
graphql.language.NodeUtil.DirectivesHolder directives
-
name
String name
-
-
-
Class graphql.language.Field
-
Serialized Fields
-
alias
String alias
-
arguments
com.google.common.collect.ImmutableList<Argument> arguments
-
directives
graphql.language.NodeUtil.DirectivesHolder directives
-
name
String name
-
selectionSet
SelectionSet selectionSet
-
-
-
Class graphql.language.FieldDefinition
-
Serialized Fields
-
directives
graphql.language.NodeUtil.DirectivesHolder directives
-
inputValueDefinitions
com.google.common.collect.ImmutableList<InputValueDefinition> inputValueDefinitions
-
name
String name
-
type
Type type
-
-
-
Class graphql.language.FloatValue
-
Serialized Fields
-
value
BigDecimal value
-
-
-
Class graphql.language.FragmentDefinition
-
Serialized Fields
-
directives
graphql.language.NodeUtil.DirectivesHolder directives
-
name
String name
-
selectionSet
SelectionSet selectionSet
-
typeCondition
TypeName typeCondition
-
-
-
Class graphql.language.FragmentSpread
-
Serialized Fields
-
directives
graphql.language.NodeUtil.DirectivesHolder directives
-
name
String name
-
-
-
Class graphql.language.IgnoredChar
class IgnoredChar extends Object implements Serializable-
Serialized Fields
-
kind
IgnoredChar.IgnoredCharKind kind
-
sourceLocation
SourceLocation sourceLocation
-
value
String value
-
-
-
Class graphql.language.IgnoredChars
class IgnoredChars extends Object implements Serializable-
Serialized Fields
-
left
com.google.common.collect.ImmutableList<IgnoredChar> left
-
right
com.google.common.collect.ImmutableList<IgnoredChar> right
-
-
-
Class graphql.language.InlineFragment
-
Serialized Fields
-
directives
graphql.language.NodeUtil.DirectivesHolder directives
-
selectionSet
SelectionSet selectionSet
-
typeCondition
TypeName typeCondition
-
-
-
Class graphql.language.InputObjectTypeDefinition
class InputObjectTypeDefinition extends AbstractDescribedNode<InputObjectTypeDefinition> implements Serializable-
Serialized Fields
-
directives
graphql.language.NodeUtil.DirectivesHolder directives
-
inputValueDefinitions
com.google.common.collect.ImmutableList<InputValueDefinition> inputValueDefinitions
-
name
String name
-
-
-
Class graphql.language.InputObjectTypeExtensionDefinition
class InputObjectTypeExtensionDefinition extends InputObjectTypeDefinition implements Serializable -
Class graphql.language.InputValueDefinition
class InputValueDefinition extends AbstractDescribedNode<InputValueDefinition> implements Serializable -
Class graphql.language.InterfaceTypeDefinition
class InterfaceTypeDefinition extends AbstractDescribedNode<InterfaceTypeDefinition> implements Serializable-
Serialized Fields
-
definitions
com.google.common.collect.ImmutableList<FieldDefinition> definitions
-
directives
graphql.language.NodeUtil.DirectivesHolder directives
-
implementz
com.google.common.collect.ImmutableList<Type> implementz
-
name
String name
-
-
-
Class graphql.language.InterfaceTypeExtensionDefinition
class InterfaceTypeExtensionDefinition extends InterfaceTypeDefinition implements Serializable -
Class graphql.language.IntValue
-
Serialized Fields
-
value
BigInteger value
-
-
-
Class graphql.language.ListType
-
Serialized Fields
-
type
Type type
-
-
-
Class graphql.language.NonNullType
-
Serialized Fields
-
type
Type type
-
-
-
Class graphql.language.NullValue
-
Class graphql.language.ObjectField
-
Class graphql.language.ObjectTypeDefinition
class ObjectTypeDefinition extends AbstractDescribedNode<ObjectTypeDefinition> implements Serializable-
Serialized Fields
-
directives
graphql.language.NodeUtil.DirectivesHolder directives
-
fieldDefinitions
com.google.common.collect.ImmutableList<FieldDefinition> fieldDefinitions
-
implementz
com.google.common.collect.ImmutableList<Type> implementz
-
name
String name
-
-
-
Class graphql.language.ObjectTypeExtensionDefinition
class ObjectTypeExtensionDefinition extends ObjectTypeDefinition implements Serializable -
Class graphql.language.ObjectValue
-
Serialized Fields
-
objectFields
com.google.common.collect.ImmutableList<ObjectField> objectFields
-
-
-
Class graphql.language.OperationDefinition
-
Serialized Fields
-
directives
graphql.language.NodeUtil.DirectivesHolder directives
-
name
String name
-
operation
OperationDefinition.Operation operation
-
selectionSet
SelectionSet selectionSet
-
variableDefinitions
com.google.common.collect.ImmutableList<VariableDefinition> variableDefinitions
-
-
-
Class graphql.language.OperationTypeDefinition
-
Class graphql.language.ScalarTypeDefinition
class ScalarTypeDefinition extends AbstractDescribedNode<ScalarTypeDefinition> implements Serializable-
Serialized Fields
-
directives
graphql.language.NodeUtil.DirectivesHolder directives
-
name
String name
-
-
-
Class graphql.language.ScalarTypeExtensionDefinition
class ScalarTypeExtensionDefinition extends ScalarTypeDefinition implements Serializable -
Class graphql.language.SchemaDefinition
-
Serialized Fields
-
directives
graphql.language.NodeUtil.DirectivesHolder directives
-
operationTypeDefinitions
com.google.common.collect.ImmutableList<OperationTypeDefinition> operationTypeDefinitions
-
-
-
Class graphql.language.SchemaExtensionDefinition
class SchemaExtensionDefinition extends SchemaDefinition implements Serializable -
Class graphql.language.SelectionSet
-
Serialized Fields
-
selections
com.google.common.collect.ImmutableList<Selection> selections
-
-
-
Class graphql.language.SourceLocation
class SourceLocation extends Object implements Serializable-
Serialized Fields
-
column
int column
-
line
int line
-
sourceName
String sourceName
-
-
-
Class graphql.language.StringValue
-
Serialized Fields
-
value
String value
-
-
-
Class graphql.language.TypeName
-
Serialized Fields
-
name
String name
-
-
-
Class graphql.language.UnionTypeDefinition
class UnionTypeDefinition extends AbstractDescribedNode<UnionTypeDefinition> implements Serializable -
Class graphql.language.UnionTypeExtensionDefinition
class UnionTypeExtensionDefinition extends UnionTypeDefinition implements Serializable -
Class graphql.language.VariableDefinition
-
Class graphql.language.VariableReference
-
Serialized Fields
-
name
String name
-
-
-
-
Package graphql.parser
-
Exception Class graphql.parser.InvalidSyntaxException
class InvalidSyntaxException extends GraphQLException implements Serializable-
Serialized Fields
-
location
SourceLocation location
-
message
String message
-
offendingToken
String offendingToken
-
sourcePreview
String sourcePreview
-
-
-
-
Package graphql.parser.exceptions
-
Exception Class graphql.parser.exceptions.InvalidUnicodeSyntaxException
class InvalidUnicodeSyntaxException extends InvalidSyntaxException implements Serializable -
Exception Class graphql.parser.exceptions.MoreTokensSyntaxException
class MoreTokensSyntaxException extends InvalidSyntaxException implements Serializable -
Exception Class graphql.parser.exceptions.ParseCancelledException
class ParseCancelledException extends InvalidSyntaxException implements Serializable -
Exception Class graphql.parser.exceptions.ParseCancelledTooDeepException
class ParseCancelledTooDeepException extends InvalidSyntaxException implements Serializable -
Exception Class graphql.parser.exceptions.ParseCancelledTooManyCharsException
class ParseCancelledTooManyCharsException extends InvalidSyntaxException implements Serializable
-
-
Package graphql.relay
-
Exception Class graphql.relay.InvalidCursorException
class InvalidCursorException extends RuntimeException implements Serializable -
Exception Class graphql.relay.InvalidPageSizeException
class InvalidPageSizeException extends RuntimeException implements Serializable
-
-
Package graphql.schema
-
Exception Class graphql.schema.CoercingParseLiteralException
class CoercingParseLiteralException extends GraphqlErrorException implements Serializable -
Exception Class graphql.schema.CoercingParseValueException
class CoercingParseValueException extends GraphqlErrorException implements Serializable -
Exception Class graphql.schema.CoercingSerializeException
class CoercingSerializeException extends GraphqlErrorException implements Serializable
-
-
Package graphql.schema.diffing
-
Exception Class graphql.schema.diffing.SchemaDiffingCancelledException
class SchemaDiffingCancelledException extends RuntimeException implements Serializable
-
-
Package graphql.schema.idl
-
Class graphql.schema.idl.ImmutableTypeDefinitionRegistry
class ImmutableTypeDefinitionRegistry extends TypeDefinitionRegistry implements Serializable -
Class graphql.schema.idl.SchemaParseOrder
class SchemaParseOrder extends Object implements Serializable-
Serialized Fields
-
definitionOrder
Map<String,
List<SDLDefinition<?>>> definitionOrder
-
-
-
Class graphql.schema.idl.TypeDefinitionRegistry
class TypeDefinitionRegistry extends Object implements Serializable-
Serialized Fields
-
directiveDefinitions
Map<String,
DirectiveDefinition> directiveDefinitions -
enumTypeExtensions
Map<String,
List<EnumTypeExtensionDefinition>> enumTypeExtensions -
inputObjectTypeExtensions
Map<String,
List<InputObjectTypeExtensionDefinition>> inputObjectTypeExtensions -
interfaceTypeExtensions
Map<String,
List<InterfaceTypeExtensionDefinition>> interfaceTypeExtensions -
objectTypeExtensions
Map<String,
List<ObjectTypeExtensionDefinition>> objectTypeExtensions -
scalarTypeExtensions
Map<String,
List<ScalarTypeExtensionDefinition>> scalarTypeExtensions -
scalarTypes
Map<String,
ScalarTypeDefinition> scalarTypes -
schema
@Nullable SchemaDefinition schema
-
schemaExtensionDefinitions
List<SchemaExtensionDefinition> schemaExtensionDefinitions
-
schemaParseOrder
SchemaParseOrder schemaParseOrder
-
types
Map<String,
TypeDefinition> types -
unionTypeExtensions
Map<String,
List<UnionTypeExtensionDefinition>> unionTypeExtensions
-
-
-
-
Package graphql.schema.idl.errors
-
Exception Class graphql.schema.idl.errors.DirectiveIllegalArgumentTypeError
class DirectiveIllegalArgumentTypeError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.DirectiveIllegalLocationError
class DirectiveIllegalLocationError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.DirectiveIllegalReferenceError
class DirectiveIllegalReferenceError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.DirectiveMissingNonNullArgumentError
class DirectiveMissingNonNullArgumentError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.DirectiveRedefinitionError
class DirectiveRedefinitionError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.DirectiveUndeclaredError
class DirectiveUndeclaredError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.DirectiveUnknownArgumentError
class DirectiveUnknownArgumentError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.IllegalNameError
class IllegalNameError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.InterfaceFieldArgumentNotOptionalError
class InterfaceFieldArgumentNotOptionalError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.InterfaceFieldArgumentRedefinitionError
class InterfaceFieldArgumentRedefinitionError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.InterfaceFieldRedefinitionError
class InterfaceFieldRedefinitionError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.InterfaceImplementedMoreThanOnceError
class InterfaceImplementedMoreThanOnceError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.InterfaceImplementingItselfError
class InterfaceImplementingItselfError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.InterfaceWithCircularImplementationHierarchyError
class InterfaceWithCircularImplementationHierarchyError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.MissingInterfaceFieldArgumentsError
class MissingInterfaceFieldArgumentsError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.MissingInterfaceFieldError
class MissingInterfaceFieldError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.MissingInterfaceTypeError
class MissingInterfaceTypeError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.MissingScalarImplementationError
class MissingScalarImplementationError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.MissingTransitiveInterfaceError
class MissingTransitiveInterfaceError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.MissingTypeError
class MissingTypeError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.MissingTypeResolverError
class MissingTypeResolverError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.NonSDLDefinitionError
class NonSDLDefinitionError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.NonUniqueArgumentError
class NonUniqueArgumentError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.NonUniqueDirectiveError
class NonUniqueDirectiveError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.NonUniqueNameError
class NonUniqueNameError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.NotAnInputTypeError
class NotAnInputTypeError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.NotAnOutputTypeError
class NotAnOutputTypeError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.OperationRedefinitionError
class OperationRedefinitionError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.OperationTypesMustBeObjects
class OperationTypesMustBeObjects extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.QueryOperationMissingError
class QueryOperationMissingError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.SchemaMissingError
class SchemaMissingError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.SchemaProblem
class SchemaProblem extends GraphQLException implements Serializable-
Serialized Fields
-
errors
List<GraphQLError> errors
-
-
-
Exception Class graphql.schema.idl.errors.SchemaRedefinitionError
class SchemaRedefinitionError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.StrictModeWiringException
class StrictModeWiringException extends GraphQLException implements Serializable -
Exception Class graphql.schema.idl.errors.TypeExtensionDirectiveRedefinitionError
class TypeExtensionDirectiveRedefinitionError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.TypeExtensionEnumValueRedefinitionError
class TypeExtensionEnumValueRedefinitionError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.TypeExtensionFieldRedefinitionError
class TypeExtensionFieldRedefinitionError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.TypeExtensionMissingBaseTypeError
class TypeExtensionMissingBaseTypeError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.TypeRedefinitionError
class TypeRedefinitionError extends graphql.schema.idl.errors.BaseError implements Serializable -
Exception Class graphql.schema.idl.errors.UnionTypeError
class UnionTypeError extends graphql.schema.idl.errors.BaseError implements Serializable
-
-
Package graphql.schema.validation
-
Exception Class graphql.schema.validation.InvalidSchemaException
class InvalidSchemaException extends GraphQLException implements Serializable-
Serialized Fields
-
errors
Collection<SchemaValidationError> errors
-
-
-
-
Package graphql.validation
-
Class graphql.validation.ValidationError
class ValidationError extends Object implements Serializable-
Serialized Fields
-
description
String description
-
extensions
com.google.common.collect.ImmutableMap<String,
Object> extensions -
locations
List<SourceLocation> locations
-
queryPath
List<String> queryPath
-
validationErrorType
ValidationErrorClassification validationErrorType
-
-
-