JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
graphql
,
graphql.analysis
,
graphql.execution
,
graphql.execution.batched
,
graphql.execution.defer
,
graphql.execution.instrumentation
,
graphql.execution.instrumentation.dataloader
,
graphql.execution.instrumentation.fieldvalidation
,
graphql.execution.instrumentation.parameters
,
graphql.execution.instrumentation.tracing
,
graphql.execution.preparsed
,
graphql.execution.reactive
,
graphql.introspection
,
graphql.language
,
graphql.parser
,
graphql.relay
,
graphql.schema
,
graphql.schema.diff
,
graphql.schema.diff.reporting
,
graphql.schema.idl
,
graphql.schema.idl.errors
,
graphql.schema.validation
,
graphql.schema.visibility
,
graphql.util
,
graphql.validation
,
graphql.validation.rules
Class Hierarchy
java.lang.Object
graphql.language.
AbstractNode
<T> (implements graphql.language.
Node
<T>)
graphql.language.
Argument
(implements graphql.language.
NamedNode
<T>)
graphql.language.
ArrayValue
(implements graphql.language.
Value
<T>)
graphql.language.
BooleanValue
(implements graphql.language.
ScalarValue
<T>)
graphql.language.
Directive
(implements graphql.language.
NamedNode
<T>)
graphql.language.
DirectiveDefinition
(implements graphql.language.
NamedNode
<T>, graphql.language.
SDLDefinition
<T>)
graphql.language.
DirectiveLocation
(implements graphql.language.
NamedNode
<T>)
graphql.language.
Document
graphql.language.
EnumTypeDefinition
(implements graphql.language.
DirectivesContainer
<T>, graphql.language.
TypeDefinition
<T>)
graphql.language.
EnumTypeExtensionDefinition
graphql.language.
EnumValue
(implements graphql.language.
NamedNode
<T>, graphql.language.
Value
<T>)
graphql.language.
EnumValueDefinition
(implements graphql.language.
DirectivesContainer
<T>)
graphql.language.
Field
(implements graphql.language.
DirectivesContainer
<T>, graphql.language.
Selection
<T>, graphql.language.
SelectionSetContainer
<T>)
graphql.language.
FieldDefinition
(implements graphql.language.
DirectivesContainer
<T>)
graphql.language.
FloatValue
(implements graphql.language.
ScalarValue
<T>)
graphql.language.
FragmentDefinition
(implements graphql.language.
Definition
<T>, graphql.language.
DirectivesContainer
<T>, graphql.language.
SelectionSetContainer
<T>)
graphql.language.
FragmentSpread
(implements graphql.language.
DirectivesContainer
<T>, graphql.language.
Selection
<T>)
graphql.language.
InlineFragment
(implements graphql.language.
Selection
<T>, graphql.language.
SelectionSetContainer
<T>)
graphql.language.
InputObjectTypeDefinition
(implements graphql.language.
DirectivesContainer
<T>, graphql.language.
TypeDefinition
<T>)
graphql.language.
InputObjectTypeExtensionDefinition
graphql.language.
InputValueDefinition
(implements graphql.language.
DirectivesContainer
<T>)
graphql.language.
InterfaceTypeDefinition
(implements graphql.language.
DirectivesContainer
<T>, graphql.language.
TypeDefinition
<T>)
graphql.language.
InterfaceTypeExtensionDefinition
graphql.language.
IntValue
(implements graphql.language.
ScalarValue
<T>)
graphql.language.
ListType
(implements graphql.language.
Type
<T>)
graphql.language.
NonNullType
(implements graphql.language.
Type
<T>)
graphql.language.
NullValue
(implements graphql.language.
Value
<T>)
graphql.language.
ObjectField
(implements graphql.language.
NamedNode
<T>)
graphql.language.
ObjectTypeDefinition
(implements graphql.language.
DirectivesContainer
<T>, graphql.language.
TypeDefinition
<T>)
graphql.language.
ObjectTypeExtensionDefinition
graphql.language.
ObjectValue
(implements graphql.language.
Value
<T>)
graphql.language.
OperationDefinition
(implements graphql.language.
Definition
<T>, graphql.language.
SelectionSetContainer
<T>)
graphql.language.
OperationTypeDefinition
(implements graphql.language.
NamedNode
<T>)
graphql.language.
ScalarTypeDefinition
(implements graphql.language.
DirectivesContainer
<T>, graphql.language.
TypeDefinition
<T>)
graphql.language.
ScalarTypeExtensionDefinition
graphql.language.
SchemaDefinition
(implements graphql.language.
SDLDefinition
<T>)
graphql.language.
SelectionSet
graphql.language.
StringValue
(implements graphql.language.
ScalarValue
<T>)
graphql.language.
TypeName
(implements graphql.language.
Type
<T>)
graphql.language.
UnionTypeDefinition
(implements graphql.language.
DirectivesContainer
<T>, graphql.language.
TypeDefinition
<T>)
graphql.language.
UnionTypeExtensionDefinition
graphql.language.
VariableDefinition
(implements graphql.language.
NamedNode
<T>)
graphql.language.
VariableReference
(implements graphql.language.
NamedNode
<T>, graphql.language.
Value
<T>)
graphql.validation.
AbstractRule
graphql.validation.rules.
ArgumentsOfCorrectType
graphql.validation.rules.
ExecutableDefinitions
graphql.validation.rules.
FieldsOnCorrectType
graphql.validation.rules.
FragmentsOnCompositeType
graphql.validation.rules.
KnownArgumentNames
graphql.validation.rules.
KnownDirectives
graphql.validation.rules.
KnownFragmentNames
graphql.validation.rules.
KnownTypeNames
graphql.validation.rules.
LoneAnonymousOperation
graphql.validation.rules.
NoFragmentCycles
graphql.validation.rules.
NoUndefinedVariables
graphql.validation.rules.
NoUnusedFragments
graphql.validation.rules.
NoUnusedVariables
graphql.validation.rules.
OverlappingFieldsCanBeMerged
graphql.validation.rules.
PossibleFragmentSpreads
graphql.validation.rules.
ProvidedNonNullArguments
graphql.validation.rules.
ScalarLeafs
graphql.validation.rules.
UniqueOperationNames
graphql.validation.rules.
VariableDefaultValuesOfCorrectType
graphql.validation.rules.
VariablesAreInputTypes
graphql.validation.rules.
VariableTypesMatchRule
graphql.language.
Argument.Builder
(implements graphql.language.
NodeBuilder
)
graphql.language.
ArrayValue.Builder
(implements graphql.language.
NodeBuilder
)
graphql.
Assert
graphql.language.
AstComparator
graphql.language.
AstPrinter
graphql.language.
AstValueHelper
graphql.execution.
Async
graphql.schema.
AsyncDataFetcher
<T> (implements graphql.schema.
DataFetcher
<T>)
graphql.execution.batched.
BatchedDataFetcherFactory
graphql.schema.visibility.
BlockedFields
(implements graphql.schema.visibility.
GraphqlFieldVisibility
)
graphql.schema.visibility.
BlockedFields.Builder
graphql.language.
BooleanValue.Builder
(implements graphql.language.
NodeBuilder
)
graphql.schema.diff.reporting.
CapturingReporter
(implements graphql.schema.diff.reporting.
DifferenceReporter
)
graphql.execution.instrumentation.
ChainedInstrumentation
(implements graphql.execution.instrumentation.
Instrumentation
)
graphql.schema.diff.reporting.
ChainedReporter
(implements graphql.schema.diff.reporting.
DifferenceReporter
)
graphql.schema.idl.
CombinedWiringFactory
(implements graphql.schema.idl.
WiringFactory
)
graphql.language.
Comment
(implements java.io.Serializable)
graphql.execution.reactive.
CompletionStageMappingPublisher
<D,U> (implements org.reactivestreams.Publisher<T>)
graphql.execution.
ConditionalNodes
graphql.execution.
DataFetcherExceptionHandlerParameters
graphql.execution.
DataFetcherExceptionHandlerParameters.Builder
graphql.schema.
DataFetcherFactories
graphql.schema.
DataFetcherFactoryEnvironment
graphql.execution.
DataFetcherResult
<T>
graphql.schema.
DataFetchingEnvironmentBuilder
graphql.schema.
DataFetchingEnvironmentImpl
(implements graphql.schema.
DataFetchingEnvironment
)
graphql.schema.
DataFetchingFieldSelectionSetImpl
(implements graphql.schema.
DataFetchingFieldSelectionSet
)
graphql.execution.instrumentation.dataloader.
DataLoaderDispatcherInstrumentationOptions
graphql.execution.instrumentation.dataloader.
DataLoaderDispatcherInstrumentationState
(implements graphql.execution.instrumentation.
InstrumentationState
)
graphql.relay.
DefaultConnection
<T> (implements graphql.relay.
Connection
<T>)
graphql.relay.
DefaultConnectionCursor
(implements graphql.relay.
ConnectionCursor
)
graphql.relay.
DefaultEdge
<T> (implements graphql.relay.
Edge
<T>)
graphql.schema.visibility.
DefaultGraphqlFieldVisibility
(implements graphql.schema.visibility.
GraphqlFieldVisibility
)
graphql.relay.
DefaultPageInfo
(implements graphql.relay.
PageInfo
)
graphql.execution.defer.
DeferredCall
graphql.execution.defer.
DeferredErrorSupport
graphql.execution.defer.
DeferSupport
graphql.execution.reactive.
DelegatingSubscription
(implements org.reactivestreams.Subscription)
graphql.language.
Description
(implements java.io.Serializable)
graphql.schema.diff.
DiffEvent
graphql.schema.diff.
DiffEvent.Builder
graphql.schema.diff.
DiffSet
graphql.language.
Directive.Builder
(implements graphql.language.
NodeBuilder
)
graphql.language.
DirectiveDefinition.Builder
(implements graphql.language.
NodeBuilder
)
graphql.language.
DirectiveLocation.Builder
(implements graphql.language.
NodeBuilder
)
graphql.
Directives
graphql.
DirectivesUtil
graphql.language.
Document.Builder
(implements graphql.language.
NodeBuilder
)
graphql.schema.idl.
EchoingWiringFactory
(implements graphql.schema.idl.
WiringFactory
)
graphql.language.
EnumTypeDefinition.Builder
(implements graphql.language.
NodeBuilder
)
graphql.language.
EnumTypeExtensionDefinition.Builder
(implements graphql.language.
NodeBuilder
)
graphql.language.
EnumValue.Builder
(implements graphql.language.
NodeBuilder
)
graphql.language.
EnumValueDefinition.Builder
(implements graphql.language.
NodeDirectivesBuilder
)
graphql.
ExceptionWhileDataFetching
(implements graphql.
GraphQLError
)
graphql.execution.
Execution
graphql.execution.
ExecutionContext
graphql.execution.
ExecutionContextBuilder
graphql.execution.
ExecutionId
graphql.
ExecutionInput
graphql.
ExecutionInput.Builder
graphql.execution.
ExecutionPath
graphql.
ExecutionResultImpl
(implements graphql.
ExecutionResult
)
graphql.
ExecutionResultImpl.Builder
graphql.execution.
ExecutionStrategy
graphql.execution.
AbstractAsyncExecutionStrategy
graphql.execution.
AsyncExecutionStrategy
graphql.execution.
AsyncSerialExecutionStrategy
graphql.execution.batched.
BatchedExecutionStrategy
graphql.execution.
ExecutorServiceExecutionStrategy
graphql.execution.
SubscriptionExecutionStrategy
graphql.execution.
ExecutionStrategyParameters
graphql.execution.
ExecutionStrategyParameters.Builder
graphql.execution.
ExecutionTypeInfo
graphql.execution.
ExecutionTypeInfo.Builder
graphql.execution.batched.
FetchedValue
graphql.execution.batched.
FetchedValues
graphql.schema.idl.
FetchSchemaDirectiveWiring
(implements graphql.schema.idl.
SchemaDirectiveWiring
)
graphql.language.
Field.Builder
(implements graphql.language.
NodeBuilder
)
graphql.execution.
FieldCollector
graphql.execution.
FieldCollectorParameters
graphql.execution.
FieldCollectorParameters.Builder
graphql.analysis.
FieldComplexityEnvironment
graphql.language.
FieldDefinition.Builder
(implements graphql.language.
NodeDirectivesBuilder
)
graphql.execution.instrumentation.dataloader.
FieldLevelTrackingApproach
graphql.execution.
FieldValueInfo
graphql.execution.
FieldValueInfo.Builder
graphql.schema.idl.
FieldWiringEnvironment
graphql.language.
FloatValue.Builder
(implements graphql.language.
NodeBuilder
)
graphql.util.
FpKit
graphql.language.
FragmentDefinition.Builder
(implements graphql.language.
NodeBuilder
)
graphql.language.
FragmentSpread.Builder
(implements graphql.language.
NodeBuilder
)
graphql.
GraphQL
graphql.
GraphQL.Builder
graphql.parser.
GraphqlAntlrToLanguage
graphql.schema.
GraphQLArgument
(implements graphql.schema.
GraphQLDirectiveContainer
)
graphql.schema.
GraphQLArgument.Builder
graphql.schema.
GraphQLDirective
graphql.schema.
GraphQLDirective.Builder
graphql.schema.
GraphQLEnumType
(implements graphql.schema.
GraphQLDirectiveContainer
, graphql.schema.
GraphQLInputType
, graphql.schema.
GraphQLNullableType
, graphql.schema.
GraphQLOutputType
, graphql.schema.
GraphQLType
, graphql.schema.
GraphQLUnmodifiedType
)
graphql.schema.
GraphQLEnumType.Builder
graphql.schema.
GraphQLEnumValueDefinition
(implements graphql.schema.
GraphQLDirectiveContainer
)
graphql.schema.
GraphQLEnumValueDefinition.Builder
graphql.
GraphqlErrorHelper
graphql.schema.
GraphQLFieldDefinition
(implements graphql.schema.
GraphQLDirectiveContainer
)
graphql.schema.
GraphQLFieldDefinition.Builder
graphql.schema.
GraphQLInputObjectField
(implements graphql.schema.
GraphQLDirectiveContainer
)
graphql.schema.
GraphQLInputObjectField.Builder
graphql.schema.
GraphQLInputObjectType
(implements graphql.schema.
GraphQLDirectiveContainer
, graphql.schema.
GraphQLInputFieldsContainer
, graphql.schema.
GraphQLInputType
, graphql.schema.
GraphQLNullableType
, graphql.schema.
GraphQLType
, graphql.schema.
GraphQLUnmodifiedType
)
graphql.schema.
GraphQLInputObjectType.Builder
graphql.schema.
GraphQLInterfaceType
(implements graphql.schema.
GraphQLCompositeType
, graphql.schema.
GraphQLDirectiveContainer
, graphql.schema.
GraphQLFieldsContainer
, graphql.schema.
GraphQLNullableType
, graphql.schema.
GraphQLOutputType
, graphql.schema.
GraphQLType
, graphql.schema.
GraphQLUnmodifiedType
)
graphql.schema.
GraphQLInterfaceType.Builder
graphql.schema.
GraphQLList
(implements graphql.schema.
GraphQLInputType
, graphql.schema.
GraphQLModifiedType
, graphql.schema.
GraphQLNullableType
, graphql.schema.
GraphQLOutputType
, graphql.schema.
GraphQLType
)
graphql.schema.
GraphQLNonNull
(implements graphql.schema.
GraphQLInputType
, graphql.schema.
GraphQLModifiedType
, graphql.schema.
GraphQLOutputType
, graphql.schema.
GraphQLType
)
graphql.schema.
GraphQLObjectType
(implements graphql.schema.
GraphQLCompositeType
, graphql.schema.
GraphQLDirectiveContainer
, graphql.schema.
GraphQLFieldsContainer
, graphql.schema.
GraphQLNullableType
, graphql.schema.
GraphQLOutputType
, graphql.schema.
GraphQLType
, graphql.schema.
GraphQLUnmodifiedType
)
graphql.schema.
GraphQLObjectType.Builder
graphql.schema.
GraphQLScalarType
(implements graphql.schema.
GraphQLDirectiveContainer
, graphql.schema.
GraphQLInputType
, graphql.schema.
GraphQLNullableType
, graphql.schema.
GraphQLOutputType
, graphql.schema.
GraphQLType
, graphql.schema.
GraphQLUnmodifiedType
)
graphql.schema.
GraphQLScalarType.Builder
graphql.schema.
GraphQLSchema
graphql.schema.
GraphQLSchema.Builder
graphql.schema.
GraphQLTypeReference
(implements graphql.schema.
GraphQLInputType
, graphql.schema.
GraphQLOutputType
, graphql.schema.
GraphQLType
)
graphql.schema.
GraphQLTypeUtil
graphql.schema.
GraphQLUnionType
(implements graphql.schema.
GraphQLCompositeType
, graphql.schema.
GraphQLDirectiveContainer
, graphql.schema.
GraphQLNullableType
, graphql.schema.
GraphQLOutputType
, graphql.schema.
GraphQLType
, graphql.schema.
GraphQLUnmodifiedType
)
graphql.schema.
GraphQLUnionType.Builder
graphql.language.
InlineFragment.Builder
(implements graphql.language.
NodeBuilder
)
graphql.language.
InputObjectTypeDefinition.Builder
(implements graphql.language.
NodeBuilder
)
graphql.language.
InputObjectTypeExtensionDefinition.Builder
(implements graphql.language.
NodeBuilder
)
graphql.language.
InputValueDefinition.Builder
(implements graphql.language.
NodeBuilder
)
graphql.execution.instrumentation.parameters.
InstrumentationExecuteOperationParameters
graphql.execution.instrumentation.parameters.
InstrumentationExecutionParameters
graphql.execution.instrumentation.parameters.
InstrumentationValidationParameters
graphql.execution.instrumentation.parameters.
InstrumentationExecutionStrategyParameters
graphql.execution.instrumentation.parameters.
InstrumentationFieldCompleteParameters
graphql.execution.instrumentation.parameters.
InstrumentationFieldParameters
graphql.execution.instrumentation.parameters.
InstrumentationDeferredFieldParameters
graphql.execution.instrumentation.parameters.
InstrumentationFieldFetchParameters
graphql.language.
InterfaceTypeDefinition.Builder
(implements graphql.language.
NodeBuilder
)
graphql.language.
InterfaceTypeExtensionDefinition.Builder
(implements graphql.language.
NodeBuilder
)
graphql.schema.idl.
InterfaceWiringEnvironment
graphql.introspection.
Introspection
graphql.introspection.
IntrospectionResultToSchema
graphql.language.
IntValue.Builder
(implements graphql.language.
NodeBuilder
)
graphql.
InvalidSyntaxError
(implements graphql.
GraphQLError
)
graphql.validation.
LanguageTraversal
graphql.language.
ListType.Builder
(implements graphql.language.
NodeBuilder
)
graphql.schema.idl.
MapEnumValuesProvider
(implements graphql.schema.idl.
EnumValuesProvider
)
graphql.execution.batched.
MapOrList
graphql.schema.idl.
NaturalEnumValuesProvider
<T> (implements graphql.schema.idl.
EnumValuesProvider
)
graphql.language.
NodeParentTree
<T>
graphql.language.
NodeTraverser
graphql.language.
NodeUtil
graphql.language.
NodeUtil.GetOperationResult
graphql.language.
NodeVisitorStub
(implements graphql.language.
NodeVisitor
)
graphql.analysis.
ChildrenOfSelectionProvider
graphql.schema.visibility.
NoIntrospectionGraphqlFieldVisibility
(implements graphql.schema.visibility.
GraphqlFieldVisibility
)
graphql.execution.
NonNullableFieldValidator
graphql.execution.
NonNullableFieldWasNullError
(implements graphql.
GraphQLError
)
graphql.language.
NonNullType.Builder
(implements graphql.language.
NodeBuilder
)
graphql.execution.preparsed.
NoOpPreparsedDocumentProvider
(implements graphql.execution.preparsed.
PreparsedDocumentProvider
)
graphql.schema.idl.
NoopWiringFactory
(implements graphql.schema.idl.
WiringFactory
)
graphql.schema.validation.
NoUnbrokenInputCycles
(implements graphql.schema.validation.
SchemaValidationRule
)
graphql.language.
NullValue.Builder
(implements graphql.language.
NodeBuilder
)
graphql.language.
ObjectField.Builder
(implements graphql.language.
NodeBuilder
)
graphql.schema.validation.
ObjectsImplementInterfaces
(implements graphql.schema.validation.
SchemaValidationRule
)
graphql.language.
ObjectTypeDefinition.Builder
(implements graphql.language.
NodeBuilder
)
graphql.language.
ObjectTypeExtensionDefinition.Builder
(implements graphql.language.
NodeBuilder
)
graphql.language.
ObjectValue.Builder
(implements graphql.language.
NodeBuilder
)
graphql.language.
OperationDefinition.Builder
(implements graphql.language.
NodeBuilder
)
graphql.language.
OperationTypeDefinition.Builder
(implements graphql.language.
NodeBuilder
)
graphql.parser.
Parser
graphql.execution.preparsed.
PreparsedDocumentEntry
(implements java.io.Serializable)
graphql.schema.diff.reporting.
PrintStreamReporter
(implements graphql.schema.diff.reporting.
DifferenceReporter
)
graphql.schema.
PropertyDataFetcher
<T> (implements graphql.schema.
DataFetcher
<T>)
graphql.analysis.
QueryTraversal
graphql.analysis.
QueryTraversal.Builder
graphql.analysis.
QueryVisitorFieldEnvironmentImpl
(implements graphql.analysis.
QueryVisitorFieldEnvironment
)
graphql.analysis.
QueryVisitorFragmentSpreadEnvironmentImpl
(implements graphql.analysis.
QueryVisitorFragmentSpreadEnvironment
)
graphql.analysis.
QueryVisitorInlineFragmentEnvironmentImpl
(implements graphql.analysis.
QueryVisitorInlineFragmentEnvironment
)
graphql.analysis.
QueryVisitorStub
(implements graphql.analysis.
QueryVisitor
)
graphql.relay.
Relay
graphql.relay.
Relay.ResolvedGlobalId
graphql.validation.
RulesVisitor
(implements graphql.validation.
DocumentVisitor
)
graphql.schema.idl.
RuntimeWiring
graphql.schema.idl.
RuntimeWiring.Builder
graphql.schema.idl.
ScalarInfo
graphql.
Scalars
graphql.language.
ScalarTypeDefinition.Builder
(implements graphql.language.
NodeBuilder
)
graphql.language.
ScalarTypeExtensionDefinition.Builder
(implements graphql.language.
NodeBuilder
)
graphql.schema.idl.
ScalarWiringEnvironment
graphql.language.
SchemaDefinition.Builder
(implements graphql.language.
NodeBuilder
)
graphql.schema.diff.
SchemaDiff
graphql.schema.diff.
SchemaDiff.Options
graphql.schema.idl.
SchemaDirectiveWiringEnvironmentImpl
<T> (implements graphql.schema.idl.
SchemaDirectiveWiringEnvironment
<T>)
graphql.schema.idl.
SchemaGenerator
graphql.schema.idl.
SchemaGenerator.Options
graphql.schema.idl.
SchemaGeneratorHelper
graphql.schema.idl.
SchemaParser
graphql.schema.idl.
SchemaPrinter
graphql.schema.idl.
SchemaPrinter.Options
graphql.schema.idl.
SchemaTypeChecker
graphql.schema.
SchemaUtil
graphql.schema.validation.
SchemaValidationError
graphql.schema.validation.
SchemaValidationErrorCollector
graphql.schema.validation.
SchemaValidator
graphql.language.
SelectionSet.Builder
(implements graphql.language.
NodeBuilder
)
graphql.
SerializationError
(implements graphql.
GraphQLError
)
graphql.execution.
SimpleDataFetcherExceptionHandler
(implements graphql.execution.
DataFetcherExceptionHandler
)
graphql.execution.instrumentation.fieldvalidation.
SimpleFieldValidation
(implements graphql.execution.instrumentation.fieldvalidation.
FieldValidation
)
graphql.execution.instrumentation.
SimpleInstrumentation
(implements graphql.execution.instrumentation.
Instrumentation
)
graphql.execution.instrumentation.dataloader.
DataLoaderDispatcherInstrumentation
graphql.execution.instrumentation.fieldvalidation.
FieldValidationInstrumentation
graphql.analysis.
MaxQueryComplexityInstrumentation
graphql.analysis.
MaxQueryDepthInstrumentation
graphql.execution.instrumentation.tracing.
TracingInstrumentation
graphql.execution.instrumentation.
SimpleInstrumentationContext
<T> (implements graphql.execution.instrumentation.
InstrumentationContext
<T>)
graphql.relay.
SimpleListConnection
<T> (implements graphql.schema.
DataFetcher
<T>)
graphql.util.
SimpleTraverserContext
<T> (implements graphql.util.
TraverserContext
<T>)
graphql.execution.reactive.
SingleSubscriberPublisher
<T> (implements org.reactivestreams.Publisher<T>)
graphql.language.
SourceLocation
(implements java.io.Serializable)
graphql.schema.
StaticDataFetcher
(implements graphql.schema.
DataFetcher
<T>)
graphql.language.
StringValue.Builder
(implements graphql.language.
NodeBuilder
)
graphql.parser.
StringValueParsing
java.lang.Throwable (implements java.io.Serializable)
java.lang.Exception
java.lang.RuntimeException
graphql.
GraphQLException
graphql.execution.
AbortExecutionException
(implements graphql.
GraphQLError
)
graphql.
AssertException
graphql.execution.batched.
BatchAssertionFailed
graphql.schema.
CoercingParseLiteralException
(implements graphql.
GraphQLError
)
graphql.schema.
CoercingParseValueException
(implements graphql.
GraphQLError
)
graphql.schema.
CoercingSerializeException
graphql.schema.idl.errors.
DirectiveIllegalArgumentTypeError
graphql.schema.idl.errors.
DirectiveIllegalLocationError
graphql.schema.idl.errors.
DirectiveMissingNonNullArgumentError
graphql.schema.idl.errors.
DirectiveRedefinitionError
graphql.schema.idl.errors.
DirectiveUndeclaredError
graphql.schema.idl.errors.
DirectiveUnknownArgumentError
graphql.execution.
InputMapDefinesTooManyFieldsException
(implements graphql.
GraphQLError
)
graphql.schema.idl.errors.
InterfaceFieldArgumentRedefinitionError
graphql.schema.idl.errors.
InterfaceFieldRedefinitionError
graphql.schema.idl.errors.
InvalidDeprecationDirectiveError
graphql.schema.validation.
InvalidSchemaException
graphql.schema.idl.errors.
MissingInterfaceFieldArgumentsError
graphql.schema.idl.errors.
MissingInterfaceFieldError
graphql.schema.idl.errors.
MissingInterfaceTypeError
graphql.execution.
MissingRootTypeException
(implements graphql.
GraphQLError
)
graphql.schema.idl.errors.
MissingScalarImplementationError
graphql.schema.idl.errors.
MissingTypeError
graphql.schema.idl.errors.
MissingTypeResolverError
graphql.execution.
NonNullableValueCoercedAsNullException
(implements graphql.
GraphQLError
)
graphql.schema.idl.errors.
NonUniqueArgumentError
graphql.schema.idl.errors.
NonUniqueDirectiveError
graphql.schema.idl.errors.
NonUniqueNameError
graphql.schema.idl.errors.
NotAnInputTypeError
graphql.schema.idl.errors.
NotAnOutputTypeError
graphql.schema.idl.errors.
OperationTypesMustBeObjects
graphql.schema.idl.errors.
QueryOperationMissingError
graphql.schema.idl.errors.
SchemaMissingError
graphql.schema.idl.errors.
SchemaProblem
graphql.schema.idl.errors.
SchemaRedefinitionError
graphql.schema.idl.errors.
TypeExtensionDirectiveRedefinitionError
graphql.schema.idl.errors.
TypeExtensionEnumValueRedefinitionError
graphql.schema.idl.errors.
TypeExtensionFieldRedefinitionError
graphql.schema.idl.errors.
TypeExtensionMissingBaseTypeError
graphql.schema.idl.errors.
TypeRedefinitionError
graphql.execution.
UnknownOperationException
graphql.execution.
UnresolvedTypeException
graphql.relay.
InvalidCursorException
(implements graphql.
GraphQLError
)
graphql.relay.
InvalidPageSizeException
(implements graphql.
GraphQLError
)
graphql.execution.
NonNullableFieldWasNullException
graphql.execution.instrumentation.tracing.
TracingSupport
(implements graphql.execution.instrumentation.
InstrumentationState
)
graphql.validation.
TraversalContext
(implements graphql.validation.
DocumentVisitor
)
graphql.util.
Traverser
<T>
graphql.util.
TraverserResult
graphql.util.
TraverserState
<T>
graphql.schema.idl.
TypeDefinitionRegistry
graphql.execution.
TypeFromAST
graphql.schema.idl.
TypeInfo
graphql.
TypeMismatchError
(implements graphql.
GraphQLError
)
graphql.language.
TypeName.Builder
(implements graphql.language.
NodeBuilder
)
graphql.
TypeResolutionEnvironment
graphql.execution.
TypeResolutionParameters
graphql.execution.
TypeResolutionParameters.Builder
graphql.schema.
TypeResolverProxy
(implements graphql.schema.
TypeResolver
)
graphql.schema.idl.
TypeRuntimeWiring
graphql.schema.idl.
TypeRuntimeWiring.Builder
graphql.execution.batched.
UnbatchedDataFetcher
(implements graphql.execution.batched.
BatchedDataFetcher
)
graphql.schema.idl.
UnExecutableSchemaGenerator
graphql.language.
UnionTypeDefinition.Builder
(implements graphql.language.
NodeBuilder
)
graphql.language.
UnionTypeExtensionDefinition.Builder
(implements graphql.language.
NodeBuilder
)
graphql.schema.idl.
UnionWiringEnvironment
graphql.
UnresolvedTypeError
(implements graphql.
GraphQLError
)
graphql.validation.
ValidationContext
graphql.validation.
ValidationError
(implements graphql.
GraphQLError
)
graphql.validation.
ValidationErrorCollector
graphql.validation.
ValidationUtil
graphql.validation.
ArgumentValidationUtil
graphql.validation.
Validator
graphql.execution.
ValuesResolver
graphql.language.
VariableDefinition.Builder
(implements graphql.language.
NodeBuilder
)
graphql.language.
VariableReference.Builder
(implements graphql.language.
NodeBuilder
)
graphql.validation.rules.
VariablesTypesMatcher
Interface Hierarchy
graphql.execution.
Async.CFFactory
<T,U>
graphql.schema.
Coercing
<I,O>
graphql.relay.
Connection
<T>
graphql.relay.
ConnectionCursor
java.util.function.Consumer<T>
graphql.execution.
DataFetcherExceptionHandler
graphql.schema.
DataFetcher
<T>
graphql.execution.batched.
BatchedDataFetcher
graphql.schema.
DataFetcherFactory
<T>
graphql.schema.
DataFetchingEnvironment
graphql.schema.diff.reporting.
DifferenceReporter
graphql.validation.
DocumentVisitor
graphql.relay.
Edge
<T>
graphql.schema.idl.
EnumValuesProvider
graphql.execution.
ExecutionIdProvider
graphql.execution.
ExecutionPath.PathSegment
<T>
graphql.
ExecutionResult
graphql.execution.instrumentation.fieldvalidation.
FieldAndArguments
graphql.analysis.
FieldComplexityCalculator
graphql.execution.instrumentation.fieldvalidation.
FieldValidation
graphql.execution.instrumentation.fieldvalidation.
FieldValidationEnvironment
graphql.schema.visibility.
GraphqlFieldVisibility
graphql.schema.
GraphQLType
graphql.schema.
GraphQLCompositeType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLDirectiveContainer
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLInputFieldsContainer
graphql.schema.
GraphQLInputType
graphql.schema.
GraphQLModifiedType
graphql.schema.
GraphQLNullableType
graphql.schema.
GraphQLOutputType
graphql.schema.
GraphQLCompositeType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLUnmodifiedType
graphql.execution.instrumentation.
Instrumentation
graphql.execution.instrumentation.
InstrumentationContext
<T>
graphql.execution.instrumentation.
DeferredFieldInstrumentationContext
graphql.execution.instrumentation.
ExecutionStrategyInstrumentationContext
graphql.execution.instrumentation.
InstrumentationState
graphql.introspection.
IntrospectionQuery
graphql.language.
NodeBuilder
graphql.language.
NodeDirectivesBuilder
graphql.language.
NodeVisitor
graphql.relay.
PageInfo
graphql.execution.preparsed.
PreparsedDocumentProvider
graphql.analysis.
QueryReducer
<T>
graphql.analysis.
QueryVisitor
graphql.analysis.
QueryVisitorFieldEnvironment
graphql.analysis.
QueryVisitorFragmentSpreadEnvironment
graphql.analysis.
QueryVisitorInlineFragmentEnvironment
graphql.schema.idl.
SchemaDirectiveWiring
graphql.schema.idl.
SchemaDirectiveWiringEnvironment
<T>
graphql.schema.validation.
SchemaValidationRule
graphql.schema.
SelectedField
java.io.Serializable
graphql.
GraphQLError
graphql.language.
Node
<T>
graphql.language.
Definition
<T>
graphql.language.
SDLDefinition
<T>
graphql.language.
TypeDefinition
<T>
graphql.language.
TypeDefinition
<T>
graphql.language.
DirectivesContainer
<T>
graphql.language.
NamedNode
<T>
graphql.language.
DirectivesContainer
<T>
graphql.language.
ScalarValue
<T>
graphql.language.
SDLDefinition
<T>
graphql.language.
TypeDefinition
<T>
graphql.language.
Selection
<T>
graphql.language.
SelectionSetContainer
<T>
graphql.language.
Type
<T>
graphql.language.
TypeDefinition
<T>
graphql.language.
Value
<T>
graphql.language.
ScalarValue
<T>
graphql.execution.reactive.
SingleSubscriberPublisher.OnSubscriptionCallback
java.util.function.Supplier<T>
graphql.schema.
DataFetchingFieldSelectionSet
graphql.execution.instrumentation.tracing.
TracingSupport.TracingContext
graphql.util.
TraverserContext
<T>
graphql.util.
TraverserVisitor
<T>
graphql.schema.
TypeResolver
graphql.schema.idl.
WiringFactory
Annotation Type Hierarchy
graphql.execution.batched.
Batched
(implements java.lang.annotation.Annotation)
graphql.
ExperimentalApi
(implements java.lang.annotation.Annotation)
graphql.
Internal
(implements java.lang.annotation.Annotation)
graphql.
PublicApi
(implements java.lang.annotation.Annotation)
graphql.
PublicSpi
(implements java.lang.annotation.Annotation)
Enum Hierarchy
java.lang.Object
java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
graphql.schema.diff.
DiffCategory
graphql.schema.diff.
DiffLevel
graphql.
ErrorType
graphql.execution.
FieldValueInfo.CompleteValueType
graphql.introspection.
Introspection.DirectiveLocation
graphql.introspection.
Introspection.TypeKind
graphql.language.
NodeTraverser.LeaveOrEnter
graphql.language.
OperationDefinition.Operation
graphql.schema.validation.
SchemaValidationErrorType
graphql.util.
TraversalControl
graphql.util.
TraverserState.Marker
graphql.language.
TypeKind
graphql.validation.
ValidationErrorType
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes