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.cachecontrol
,
graphql.collect
,
graphql.execution
,
graphql.execution.directives
,
graphql.execution.instrumentation
,
graphql.execution.instrumentation.dataloader
,
graphql.execution.instrumentation.fieldvalidation
,
graphql.execution.instrumentation.nextgen
,
graphql.execution.instrumentation.parameters
,
graphql.execution.instrumentation.threadpools
,
graphql.execution.instrumentation.tracing
,
graphql.execution.nextgen
,
graphql.execution.nextgen.result
,
graphql.execution.preparsed
,
graphql.execution.preparsed.persisted
,
graphql.execution.reactive
,
graphql.introspection
,
graphql.language
,
graphql.nextgen
,
graphql.normalized
,
graphql.parser
,
graphql.relay
,
graphql.scalar
,
graphql.schema
,
graphql.schema.diff
,
graphql.schema.diff.reporting
,
graphql.schema.idl
,
graphql.schema.idl.errors
,
graphql.schema.impl
,
graphql.schema.transform
,
graphql.schema.usage
,
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.
AbstractDescribedNode
<T> (implements graphql.language.
DescribedNode
<T>)
graphql.language.
DirectiveDefinition
(implements graphql.language.
NamedNode
<T>, graphql.language.
SDLNamedDefinition
<T>)
graphql.language.
EnumTypeDefinition
(implements graphql.language.
DirectivesContainer
<T>, graphql.language.
NamedNode
<T>, graphql.language.
TypeDefinition
<T>)
graphql.language.
EnumTypeExtensionDefinition
(implements graphql.language.
SDLExtensionDefinition
)
graphql.language.
EnumValueDefinition
(implements graphql.language.
DirectivesContainer
<T>, graphql.language.
NamedNode
<T>)
graphql.language.
FieldDefinition
(implements graphql.language.
DirectivesContainer
<T>, graphql.language.
NamedNode
<T>)
graphql.language.
InputObjectTypeDefinition
(implements graphql.language.
DirectivesContainer
<T>, graphql.language.
NamedNode
<T>, graphql.language.
TypeDefinition
<T>)
graphql.language.
InputObjectTypeExtensionDefinition
(implements graphql.language.
SDLExtensionDefinition
)
graphql.language.
InputValueDefinition
(implements graphql.language.
DirectivesContainer
<T>, graphql.language.
NamedNode
<T>)
graphql.language.
InterfaceTypeDefinition
(implements graphql.language.
DirectivesContainer
<T>, graphql.language.
ImplementingTypeDefinition
<T>, graphql.language.
NamedNode
<T>, graphql.language.
SDLExtensionDefinition
)
graphql.language.
InterfaceTypeExtensionDefinition
graphql.language.
ObjectTypeDefinition
(implements graphql.language.
DirectivesContainer
<T>, graphql.language.
ImplementingTypeDefinition
<T>, graphql.language.
NamedNode
<T>)
graphql.language.
ObjectTypeExtensionDefinition
(implements graphql.language.
SDLExtensionDefinition
)
graphql.language.
ScalarTypeDefinition
(implements graphql.language.
DirectivesContainer
<T>, graphql.language.
NamedNode
<T>, graphql.language.
TypeDefinition
<T>)
graphql.language.
ScalarTypeExtensionDefinition
(implements graphql.language.
SDLExtensionDefinition
)
graphql.language.
SchemaDefinition
(implements graphql.language.
DirectivesContainer
<T>, graphql.language.
SDLDefinition
<T>)
graphql.language.
SchemaExtensionDefinition
(implements graphql.language.
SDLExtensionDefinition
)
graphql.language.
UnionTypeDefinition
(implements graphql.language.
DirectivesContainer
<T>, graphql.language.
NamedNode
<T>, graphql.language.
TypeDefinition
<T>)
graphql.language.
UnionTypeExtensionDefinition
(implements graphql.language.
SDLExtensionDefinition
)
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.
DirectiveLocation
(implements graphql.language.
NamedNode
<T>)
graphql.language.
Document
graphql.language.
EnumValue
(implements graphql.language.
NamedNode
<T>, graphql.language.
Value
<T>)
graphql.language.
Field
(implements graphql.language.
DirectivesContainer
<T>, graphql.language.
NamedNode
<T>, graphql.language.
Selection
<T>, graphql.language.
SelectionSetContainer
<T>)
graphql.language.
FloatValue
(implements graphql.language.
ScalarValue
<T>)
graphql.language.
FragmentDefinition
(implements graphql.language.
Definition
<T>, graphql.language.
DirectivesContainer
<T>, graphql.language.
NamedNode
<T>, graphql.language.
SelectionSetContainer
<T>)
graphql.language.
FragmentSpread
(implements graphql.language.
DirectivesContainer
<T>, graphql.language.
NamedNode
<T>, graphql.language.
Selection
<T>)
graphql.language.
InlineFragment
(implements graphql.language.
DirectivesContainer
<T>, graphql.language.
Selection
<T>, graphql.language.
SelectionSetContainer
<T>)
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.
ObjectValue
(implements graphql.language.
Value
<T>)
graphql.language.
OperationDefinition
(implements graphql.language.
Definition
<T>, graphql.language.
DirectivesContainer
<T>, graphql.language.
SelectionSetContainer
<T>)
graphql.language.
OperationTypeDefinition
(implements graphql.language.
NamedNode
<T>)
graphql.language.
SelectionSet
graphql.language.
StringValue
(implements graphql.language.
ScalarValue
<T>)
graphql.language.
TypeName
(implements graphql.language.
NamedNode
<T>, graphql.language.
Type
<T>)
graphql.language.
VariableDefinition
(implements graphql.language.
DirectivesContainer
<T>, 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.
SubscriptionUniqueRootField
graphql.validation.rules.
UniqueArgumentNamesRule
graphql.validation.rules.
UniqueDirectiveNamesPerLocation
graphql.validation.rules.
UniqueFragmentNames
graphql.validation.rules.
UniqueOperationNames
graphql.validation.rules.
UniqueVariableNamesRule
graphql.validation.rules.
VariableDefaultValuesOfCorrectType
graphql.validation.rules.
VariablesAreInputTypes
graphql.validation.rules.
VariableTypesMatchRule
graphql.util.
Anonymizer
graphql.util.
Anonymizer.AnonymizeResult
graphql.parser.
AntlrHelper
graphql.language.
Argument.Builder
(implements graphql.language.
NodeBuilder
)
graphql.language.
ArrayValue.Builder
(implements graphql.language.
NodeBuilder
)
graphql.
Assert
graphql.language.
AstComparator
graphql.language.
AstNodeAdapter
(implements graphql.util.
NodeAdapter
<T>)
graphql.language.
AstPrinter
graphql.language.
AstSignature
graphql.language.
AstSorter
graphql.language.
AstTransformer
graphql.execution.
Async
graphql.schema.
AsyncDataFetcher
<T> (implements graphql.schema.
DataFetcher
<T>)
graphql.execution.nextgen.
BatchedExecutionStrategy
(implements graphql.execution.nextgen.
ExecutionStrategy
)
graphql.schema.visibility.
BlockedFields
(implements graphql.schema.visibility.
GraphqlFieldVisibility
)
graphql.schema.visibility.
BlockedFields.Builder
graphql.language.
BooleanValue.Builder
(implements graphql.language.
NodeBuilder
)
graphql.util.
Breadcrumb
<T>
graphql.cachecontrol.
CacheControl
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.execution.
CoercedVariables
graphql.schema.idl.
CombinedWiringFactory
(implements graphql.schema.idl.
WiringFactory
)
graphql.language.
Comment
(implements java.io.Serializable)
graphql.execution.nextgen.
Common
graphql.execution.reactive.
CompletionStageMappingPublisher
<D,U> (implements org.reactivestreams.Publisher<T>)
graphql.execution.reactive.
CompletionStageMappingPublisher.CompletionStageSubscriber
(implements org.reactivestreams.Subscriber<T>)
graphql.execution.
ConditionalNodes
graphql.execution.
DataFetcherExceptionHandlerParameters
graphql.execution.
DataFetcherExceptionHandlerParameters.Builder
graphql.execution.
DataFetcherExceptionHandlerResult
graphql.execution.
DataFetcherExceptionHandlerResult.Builder
graphql.schema.
DataFetcherFactories
graphql.schema.
DataFetcherFactoryEnvironment
graphql.schema.
DataFetcherFactoryEnvironment.Builder
graphql.execution.
DataFetcherResult
<T>
graphql.execution.
DataFetcherResult.Builder
<T>
graphql.schema.
DataFetchingEnvironmentImpl
(implements graphql.schema.
DataFetchingEnvironment
)
graphql.schema.
DataFetchingEnvironmentImpl.Builder
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>)
org.antlr.v4.runtime.DefaultErrorStrategy (implements org.antlr.v4.runtime.ANTLRErrorStrategy)
org.antlr.v4.runtime.BailErrorStrategy
graphql.parser.
ExtendedBailStrategy
graphql.execution.nextgen.
DefaultExecutionStrategy
(implements graphql.execution.nextgen.
ExecutionStrategy
)
graphql.schema.visibility.
DefaultGraphqlFieldVisibility
(implements graphql.schema.visibility.
GraphqlFieldVisibility
)
graphql.schema.
DefaultGraphqlTypeComparatorRegistry
(implements graphql.schema.
GraphqlTypeComparatorRegistry
)
graphql.schema.
DefaultGraphqlTypeComparatorRegistry.Builder
graphql.relay.
DefaultPageInfo
(implements graphql.relay.
PageInfo
)
graphql.util.
DefaultTraverserContext
<T> (implements graphql.util.
TraverserContext
<T>)
graphql.execution.
DefaultValueUnboxer
(implements graphql.execution.
ValueUnboxer
)
graphql.schema.
DelegatingDataFetchingEnvironment
(implements graphql.schema.
DataFetchingEnvironment
)
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.schema.idl.
DirectiveInfo
graphql.language.
DirectiveLocation.Builder
(implements graphql.language.
NodeBuilder
)
graphql.
Directives
graphql.execution.directives.
DirectivesResolver
graphql.
DirectivesUtil
graphql.
DirectivesUtil.DirectivesHolder
graphql.language.
Document.Builder
(implements graphql.language.
NodeBuilder
)
graphql.execution.instrumentation.
DocumentAndVariables
graphql.execution.instrumentation.
DocumentAndVariables.Builder
graphql.schema.idl.
EchoingWiringFactory
(implements graphql.schema.idl.
WiringFactory
)
graphql.normalized.
ENFMerger
graphql.language.
EnumTypeDefinition.Builder
(implements graphql.language.
NodeDirectivesBuilder
)
graphql.language.
EnumTypeExtensionDefinition.Builder
(implements graphql.language.
NodeDirectivesBuilder
)
graphql.language.
EnumValue.Builder
(implements graphql.language.
NodeBuilder
)
graphql.language.
EnumValueDefinition.Builder
(implements graphql.language.
NodeDirectivesBuilder
)
graphql.util.
EscapeUtil
graphql.
ExceptionWhileDataFetching
(implements graphql.
GraphQLError
)
graphql.normalized.
ExecutableNormalizedField
graphql.normalized.
ExecutableNormalizedField.Builder
graphql.normalized.
ExecutableNormalizedOperation
graphql.normalized.
ExecutableNormalizedOperationFactory
graphql.normalized.
ExecutableNormalizedOperationFactory.CollectNFResult
graphql.normalized.
ExecutableNormalizedOperationToAstCompiler
graphql.normalized.
ExecutableNormalizedOperationToAstCompiler.CompilerResult
graphql.execution.
Execution
graphql.execution.nextgen.
Execution
graphql.execution.
ExecutionContext
graphql.execution.
ExecutionContextBuilder
graphql.execution.nextgen.
ExecutionHelper
graphql.execution.nextgen.
ExecutionHelper.ExecutionData
graphql.execution.
ExecutionId
graphql.
ExecutionInput
graphql.
ExecutionInput.Builder
graphql.
ExecutionResultImpl
(implements graphql.
ExecutionResult
)
graphql.
ExecutionResultImpl.Builder
graphql.execution.nextgen.result.
ExecutionResultNode
graphql.execution.nextgen.result.
LeafExecutionResultNode
graphql.execution.nextgen.result.
ListExecutionResultNode
graphql.execution.nextgen.result.
ObjectExecutionResultNode
graphql.execution.nextgen.result.
RootExecutionResultNode
graphql.execution.nextgen.result.
UnresolvedObjectResultNode
graphql.execution.
ExecutionStepInfo
graphql.execution.
ExecutionStepInfo.Builder
graphql.execution.
ExecutionStepInfoFactory
graphql.execution.
ExecutionStrategy
graphql.execution.
AbstractAsyncExecutionStrategy
graphql.execution.
AsyncExecutionStrategy
graphql.execution.
AsyncSerialExecutionStrategy
graphql.execution.
SubscriptionExecutionStrategy
graphql.execution.
ExecutionStrategyParameters
graphql.execution.
ExecutionStrategyParameters.Builder
graphql.execution.nextgen.
ExecutionStrategyUtil
graphql.execution.instrumentation.threadpools.
ExecutorInstrumentation.Builder
graphql.execution.
FetchedValue
graphql.execution.
FetchedValue.Builder
graphql.execution.nextgen.
FetchedValueAnalysis
graphql.execution.nextgen.
FetchedValueAnalysis.Builder
graphql.execution.nextgen.
FetchedValueAnalyzer
graphql.schema.idl.
FetchSchemaDirectiveWiring
(implements graphql.schema.idl.
SchemaDirectiveWiring
)
graphql.language.
Field.Builder
(implements graphql.language.
NodeDirectivesBuilder
)
graphql.execution.
FieldCollector
graphql.normalized.
FieldCollectorNormalizedQueryParams
graphql.normalized.
FieldCollectorNormalizedQueryParams.Builder
graphql.normalized.
FieldCollectorNormalizedQueryParams.PossibleMerger
graphql.execution.
FieldCollectorParameters
graphql.execution.
FieldCollectorParameters.Builder
graphql.analysis.
FieldComplexityEnvironment
graphql.schema.
FieldCoordinates
graphql.language.
FieldDefinition.Builder
(implements graphql.language.
NodeDirectivesBuilder
)
graphql.execution.instrumentation.dataloader.
FieldLevelTrackingApproach
graphql.execution.nextgen.
FieldSubSelection
graphql.execution.nextgen.
FieldSubSelection.Builder
graphql.execution.
FieldValueInfo
graphql.execution.
FieldValueInfo.Builder
graphql.schema.transform.
FieldVisibilitySchemaTransformation
graphql.schema.idl.
FieldWiringEnvironment
graphql.language.
FloatValue.Builder
(implements graphql.language.
NodeBuilder
)
graphql.util.
FpKit
graphql.language.
FragmentDefinition.Builder
(implements graphql.language.
NodeDirectivesBuilder
)
graphql.language.
FragmentSpread.Builder
(implements graphql.language.
NodeDirectivesBuilder
)
graphql.
GraphQL
graphql.nextgen.
GraphQL
graphql.
GraphQL.Builder
graphql.nextgen.
GraphQL.Builder
graphql.parser.
GraphqlAntlrToLanguage
graphql.schema.
GraphQLAppliedDirective
(implements graphql.schema.
GraphQLNamedSchemaElement
)
graphql.schema.
GraphQLAppliedDirectiveArgument
(implements graphql.schema.
GraphQLNamedSchemaElement
)
graphql.schema.
GraphQLArgument
(implements graphql.schema.
GraphQLInputValueDefinition
, graphql.schema.
GraphQLNamedSchemaElement
)
graphql.scalar.
GraphqlBooleanCoercing
(implements graphql.schema.
Coercing
<I,O>)
graphql.schema.
GraphQLCodeRegistry
graphql.schema.
GraphQLCodeRegistry.Builder
graphql.
GraphQLContext
graphql.
GraphQLContext.Builder
graphql.schema.
GraphQLDirective
(implements graphql.schema.
GraphQLNamedSchemaElement
)
graphql.schema.
GraphqlElementParentTree
graphql.schema.
GraphQLEnumType
(implements graphql.schema.
GraphQLDirectiveContainer
, graphql.schema.
GraphQLNamedInputType
, graphql.schema.
GraphQLNamedOutputType
, graphql.schema.
GraphQLNullableType
, graphql.schema.
GraphQLUnmodifiedType
)
graphql.schema.
GraphQLEnumValueDefinition
(implements graphql.schema.
GraphQLDirectiveContainer
, graphql.schema.
GraphQLNamedSchemaElement
)
graphql.
GraphqlErrorBuilder
<B>
graphql.
GraphqlErrorException.BuilderBase
<T,B>
graphql.schema.
CoercingParseLiteralException.Builder
graphql.schema.
CoercingParseValueException.Builder
graphql.schema.
CoercingSerializeException.Builder
graphql.
GraphqlErrorException.Builder
graphql.
GraphqlErrorHelper
graphql.schema.
GraphQLFieldDefinition
(implements graphql.schema.
GraphQLDirectiveContainer
, graphql.schema.
GraphQLNamedSchemaElement
)
graphql.scalar.
GraphqlFloatCoercing
(implements graphql.schema.
Coercing
<I,O>)
graphql.scalar.
GraphqlIDCoercing
(implements graphql.schema.
Coercing
<I,O>)
graphql.schema.
GraphQLInputObjectField
(implements graphql.schema.
GraphQLInputValueDefinition
, graphql.schema.
GraphQLNamedSchemaElement
)
graphql.schema.
GraphQLInputObjectType
(implements graphql.schema.
GraphQLDirectiveContainer
, graphql.schema.
GraphQLInputFieldsContainer
, graphql.schema.
GraphQLNamedInputType
, graphql.schema.
GraphQLNullableType
, graphql.schema.
GraphQLUnmodifiedType
)
graphql.scalar.
GraphqlIntCoercing
(implements graphql.schema.
Coercing
<I,O>)
graphql.schema.
GraphQLInterfaceType
(implements graphql.schema.
GraphQLCompositeType
, graphql.schema.
GraphQLDirectiveContainer
, graphql.schema.
GraphQLImplementingType
, graphql.schema.
GraphQLNamedType
, graphql.schema.
GraphQLNullableType
, graphql.schema.
GraphQLUnmodifiedType
)
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.
GraphQLImplementingType
, graphql.schema.
GraphQLNamedOutputType
, graphql.schema.
GraphQLNullableType
, graphql.schema.
GraphQLUnmodifiedType
)
graphql.schema.
GraphQLScalarType
(implements graphql.schema.
GraphQLDirectiveContainer
, graphql.schema.
GraphQLNamedInputType
, graphql.schema.
GraphQLNamedOutputType
, graphql.schema.
GraphQLNullableType
, graphql.schema.
GraphQLUnmodifiedType
)
graphql.schema.
GraphQLSchema
graphql.schema.
GraphQLSchema.Builder
graphql.schema.
GraphQLSchema.BuilderWithoutTypes
graphql.schema.
GraphQLSchemaElementAdapter
(implements graphql.util.
NodeAdapter
<T>)
graphql.scalar.
GraphqlStringCoercing
(implements graphql.schema.
Coercing
<I,O>)
graphql.schema.
GraphqlTypeBuilder
<B>
graphql.schema.
GraphQLAppliedDirective.Builder
graphql.schema.
GraphQLAppliedDirectiveArgument.Builder
graphql.schema.
GraphQLDirective.Builder
graphql.schema.
GraphqlDirectivesContainerTypeBuilder
<B,BASE>
graphql.schema.
GraphQLArgument.Builder
graphql.schema.
GraphQLEnumType.Builder
graphql.schema.
GraphQLEnumValueDefinition.Builder
graphql.schema.
GraphQLFieldDefinition.Builder
graphql.schema.
GraphQLInputObjectField.Builder
graphql.schema.
GraphQLInputObjectType.Builder
graphql.schema.
GraphQLInterfaceType.Builder
graphql.schema.
GraphQLObjectType.Builder
graphql.schema.
GraphQLScalarType.Builder
graphql.schema.
GraphQLUnionType.Builder
graphql.execution.directives.
QueryAppliedDirective.Builder
graphql.execution.directives.
QueryAppliedDirectiveArgument.Builder
graphql.schema.
GraphqlTypeComparatorEnvironment
graphql.schema.
GraphqlTypeComparatorEnvironment.Builder
graphql.schema.
GraphqlTypeComparators
graphql.schema.
GraphQLTypeReference
(implements graphql.schema.
GraphQLNamedInputType
, graphql.schema.
GraphQLNamedOutputType
)
graphql.schema.
GraphQLTypeUtil
graphql.schema.
GraphQLTypeVisitorStub
(implements graphql.schema.
GraphQLTypeVisitor
)
graphql.schema.validation.
AppliedDirectiveArgumentsAreValid
graphql.schema.validation.
AppliedDirectivesAreValid
graphql.schema.
CodeRegistryVisitor
graphql.schema.validation.
DefaultValuesAreValid
graphql.schema.impl.
GraphQLTypeCollectingVisitor
graphql.schema.
GraphQLTypeResolvingVisitor
graphql.schema.validation.
InputAndOutputTypesUsedAppropriately
graphql.schema.validation.
NoUnbrokenInputCycles
graphql.schema.validation.
TypeAndFieldRule
graphql.schema.validation.
TypesImplementInterfaces
graphql.schema.
GraphQLUnionType
(implements graphql.schema.
GraphQLCompositeType
, graphql.schema.
GraphQLDirectiveContainer
, graphql.schema.
GraphQLNamedOutputType
, graphql.schema.
GraphQLNullableType
, graphql.schema.
GraphQLUnmodifiedType
)
graphql.language.
IgnoredChar
(implements java.io.Serializable)
graphql.language.
IgnoredChars
(implements java.io.Serializable)
graphql.collect.
ImmutableKit
graphql.collect.
ImmutableMapWithNullValues
<K,V> (implements java.util.Map<K,V>)
graphql.language.
InlineFragment.Builder
(implements graphql.language.
NodeDirectivesBuilder
)
graphql.execution.preparsed.persisted.
InMemoryPersistedQueryCache
(implements graphql.execution.preparsed.persisted.
PersistedQueryCache
)
graphql.execution.preparsed.persisted.
InMemoryPersistedQueryCache.Builder
graphql.language.
InputObjectTypeDefinition.Builder
(implements graphql.language.
NodeDirectivesBuilder
)
graphql.language.
InputObjectTypeExtensionDefinition.Builder
(implements graphql.language.
NodeDirectivesBuilder
)
graphql.language.
InputValueDefinition.Builder
(implements graphql.language.
NodeDirectivesBuilder
)
graphql.schema.
InputValueWithState
graphql.execution.instrumentation.parameters.
InstrumentationCreateStateParameters
graphql.execution.instrumentation.nextgen.
InstrumentationCreateStateParameters
graphql.execution.instrumentation.parameters.
InstrumentationExecuteOperationParameters
graphql.execution.instrumentation.parameters.
InstrumentationExecutionParameters
graphql.execution.instrumentation.parameters.
InstrumentationValidationParameters
graphql.execution.instrumentation.nextgen.
InstrumentationExecutionParameters
graphql.execution.instrumentation.nextgen.
InstrumentationValidationParameters
graphql.execution.instrumentation.parameters.
InstrumentationExecutionStrategyParameters
graphql.execution.instrumentation.parameters.
InstrumentationFieldCompleteParameters
graphql.execution.instrumentation.parameters.
InstrumentationFieldParameters
graphql.execution.instrumentation.parameters.
InstrumentationFieldFetchParameters
graphql.language.
InterfaceTypeDefinition.Builder
(implements graphql.language.
NodeDirectivesBuilder
)
graphql.language.
InterfaceTypeExtensionDefinition.Builder
(implements graphql.language.
NodeDirectivesBuilder
)
graphql.schema.idl.
InterfaceWiringEnvironment
graphql.util.
InterThreadMemoizedSupplier
<T> (implements java.util.function.Supplier<T>)
graphql.introspection.
Introspection
graphql.introspection.
IntrospectionResultToSchema
graphql.introspection.
IntrospectionWithDirectivesSupport
graphql.language.
IntValue.Builder
(implements graphql.language.
NodeBuilder
)
graphql.
InvalidSyntaxError
(implements graphql.
GraphQLError
)
graphql.validation.
LanguageTraversal
graphql.execution.instrumentation.dataloader.
LevelMap
graphql.language.
ListType.Builder
(implements graphql.language.
NodeBuilder
)
graphql.util.
LogKit
graphql.schema.idl.
MapEnumValuesProvider
(implements graphql.schema.idl.
EnumValuesProvider
)
graphql.execution.
MergedField
graphql.execution.
MergedField.Builder
graphql.execution.
MergedSelectionSet
graphql.execution.
MergedSelectionSet.Builder
graphql.schema.idl.
MockedWiringFactory
(implements graphql.schema.idl.
WiringFactory
)
graphql.schema.impl.
MultiReadOnlyGraphQLTypeVisitor
(implements graphql.schema.
GraphQLTypeVisitor
)
graphql.parser.
MultiSourceReader.Builder
graphql.parser.
MultiSourceReader.SourceAndLine
graphql.execution.nextgen.result.
NamedResultNode
graphql.schema.idl.
NaturalEnumValuesProvider
<T> (implements graphql.schema.idl.
EnumValuesProvider
)
graphql.language.
NodeChildrenContainer
graphql.language.
NodeChildrenContainer.Builder
graphql.util.
NodeLocation
graphql.util.
NodeMultiZipper
<T>
graphql.language.
NodeParentTree
<T>
graphql.language.
NodeTraverser
graphql.language.
NodeUtil
graphql.language.
NodeUtil.GetOperationResult
graphql.language.
NodeVisitorStub
(implements graphql.language.
NodeVisitor
)
graphql.analysis.
NodeVisitorWithTypeTracking
graphql.util.
NodeZipper
<T>
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.normalized.
NormalizedInputValue
graphql.language.
NullValue.Builder
(implements graphql.language.
NodeBuilder
)
graphql.language.
ObjectField.Builder
(implements graphql.language.
NodeBuilder
)
graphql.language.
ObjectTypeDefinition.Builder
(implements graphql.language.
NodeDirectivesBuilder
)
graphql.language.
ObjectTypeExtensionDefinition.Builder
(implements graphql.language.
NodeDirectivesBuilder
)
graphql.language.
ObjectValue.Builder
(implements graphql.language.
NodeBuilder
)
graphql.language.
OperationDefinition.Builder
(implements graphql.language.
NodeDirectivesBuilder
)
graphql.language.
OperationTypeDefinition.Builder
(implements graphql.language.
NodeBuilder
)
graphql.util.
Pair
<T,U>
graphql.
ParseAndValidate
graphql.
ParseAndValidateResult
graphql.
ParseAndValidateResult.Builder
graphql.parser.
Parser
graphql.parser.
ParserOptions
graphql.parser.
ParserOptions.Builder
graphql.execution.preparsed.persisted.
PersistedQuerySupport
(implements graphql.execution.preparsed.
PreparsedDocumentProvider
)
graphql.execution.preparsed.persisted.
ApolloPersistedQuerySupport
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.
TrivialDataFetcher
<T>)
graphql.schema.
PropertyDataFetcherHelper
graphql.schema.
PropertyFetchingImpl
graphql.execution.directives.
QueryAppliedDirective
graphql.execution.directives.
QueryAppliedDirectiveArgument
graphql.analysis.
QueryComplexityInfo
graphql.analysis.
QueryComplexityInfo.Builder
graphql.analysis.
QueryDepthInfo
graphql.analysis.
QueryDepthInfo.Builder
graphql.execution.directives.
QueryDirectivesImpl
(implements graphql.execution.directives.
QueryDirectives
)
graphql.analysis.
QueryTransformer
graphql.analysis.
QueryTransformer.Builder
graphql.analysis.
QueryTraverser
graphql.analysis.
QueryTraverser.Builder
graphql.analysis.
QueryVisitorFieldArgumentEnvironmentImpl
(implements graphql.analysis.
QueryVisitorFieldArgumentEnvironment
)
graphql.analysis.
QueryVisitorFieldArgumentInputValueImpl
(implements graphql.analysis.
QueryVisitorFieldArgumentInputValue
)
graphql.analysis.
QueryVisitorFieldArgumentValueEnvironmentImpl
(implements graphql.analysis.
QueryVisitorFieldArgumentValueEnvironment
)
graphql.analysis.
QueryVisitorFieldEnvironmentImpl
(implements graphql.analysis.
QueryVisitorFieldEnvironment
)
graphql.analysis.
QueryVisitorFragmentDefinitionEnvironmentImpl
(implements graphql.analysis.
QueryVisitorFragmentDefinitionEnvironment
)
graphql.analysis.
QueryVisitorFragmentSpreadEnvironmentImpl
(implements graphql.analysis.
QueryVisitorFragmentSpreadEnvironment
)
graphql.analysis.
QueryVisitorInlineFragmentEnvironmentImpl
(implements graphql.analysis.
QueryVisitorInlineFragmentEnvironment
)
graphql.analysis.
QueryVisitorStub
(implements graphql.analysis.
QueryVisitor
)
graphql.execution.
RawVariables
java.io.Reader (implements java.io.Closeable, java.lang.Readable)
graphql.parser.
MultiSourceReader
graphql.relay.
Relay
graphql.relay.
Relay.ResolvedGlobalId
graphql.util.
ReplaceNode
graphql.execution.nextgen.result.
ResolvedValue
graphql.execution.nextgen.result.
ResolvedValue.Builder
graphql.execution.
ResolveType
graphql.execution.nextgen.result.
ResultNodeAdapter
(implements graphql.util.
NodeAdapter
<T>)
graphql.execution.nextgen.
ResultNodesCreator
graphql.execution.nextgen.result.
ResultNodesUtil
graphql.execution.nextgen.result.
ResultNodeTraverser
graphql.execution.
ResultPath
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.
NodeDirectivesBuilder
)
graphql.language.
ScalarTypeExtensionDefinition.Builder
(implements graphql.language.
NodeDirectivesBuilder
)
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.
SchemaElementChildrenContainer
graphql.schema.
SchemaElementChildrenContainer.Builder
graphql.language.
SchemaExtensionDefinition.Builder
(implements graphql.language.
NodeDirectivesBuilder
)
graphql.schema.idl.
SchemaExtensionsChecker
graphql.schema.idl.
SchemaGenerator
graphql.schema.idl.
SchemaGenerator.Options
graphql.schema.idl.
SchemaGeneratorDirectiveHelper
graphql.schema.idl.
SchemaGeneratorHelper
graphql.schema.idl.
SchemaParseOrder
(implements java.io.Serializable)
graphql.schema.idl.
SchemaParser
graphql.schema.idl.
SchemaPrinter
graphql.schema.idl.
SchemaPrinter.Options
graphql.schema.
SchemaTransformer
graphql.schema.
SchemaTraverser
graphql.schema.idl.
SchemaTypeChecker
graphql.schema.usage.
SchemaUsage
graphql.schema.usage.
SchemaUsageSupport
graphql.schema.impl.
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.threadpools.
ExecutorInstrumentation
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.
TrivialDataFetcher
<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.
TrivialDataFetcher
<T>)
graphql.language.
StringValue.Builder
(implements graphql.language.
NodeBuilder
)
graphql.parser.
StringValueParsing
graphql.schema.impl.
StronglyConnectedComponentsTopologicallySorted
graphql.execution.reactive.
SubscriptionPublisher
(implements org.reactivestreams.Publisher<T>)
java.lang.Throwable (implements java.io.Serializable)
java.lang.Exception
java.lang.RuntimeException
graphql.
GraphQLException
graphql.execution.
AbortExecutionException
(implements graphql.
GraphQLError
)
graphql.
AssertException
graphql.schema.idl.errors.
DirectiveIllegalArgumentTypeError
graphql.schema.idl.errors.
DirectiveIllegalLocationError
graphql.schema.idl.errors.
DirectiveIllegalReferenceError
graphql.schema.idl.errors.
DirectiveMissingNonNullArgumentError
graphql.schema.idl.errors.
DirectiveRedefinitionError
graphql.schema.idl.errors.
DirectiveUndeclaredError
graphql.schema.idl.errors.
DirectiveUnknownArgumentError
graphql.
GraphqlErrorException
(implements graphql.
GraphQLError
)
graphql.schema.
CoercingParseLiteralException
graphql.schema.
CoercingParseValueException
graphql.schema.
CoercingSerializeException
graphql.schema.idl.errors.
IllegalNameError
graphql.execution.
InputMapDefinesTooManyFieldsException
(implements graphql.
GraphQLError
)
graphql.schema.idl.errors.
InterfaceFieldArgumentNotOptionalError
graphql.schema.idl.errors.
InterfaceFieldArgumentRedefinitionError
graphql.schema.idl.errors.
InterfaceFieldRedefinitionError
graphql.schema.idl.errors.
InterfaceImplementedMoreThanOnceError
graphql.schema.idl.errors.
InterfaceImplementingItselfError
graphql.schema.idl.errors.
InterfaceWithCircularImplementationHierarchyError
graphql.schema.validation.
InvalidSchemaException
graphql.parser.
InvalidSyntaxException
graphql.parser.
ParseCancelledException
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.
MissingTransitiveInterfaceError
graphql.schema.idl.errors.
MissingTypeError
graphql.schema.idl.errors.
MissingTypeResolverError
graphql.execution.
NonNullableValueCoercedAsNullException
(implements graphql.
GraphQLError
)
graphql.schema.idl.errors.
NonSDLDefinitionError
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.
OperationRedefinitionError
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.schema.idl.errors.
UnionTypeError
graphql.execution.
UnknownOperationException
(implements graphql.
GraphQLError
)
graphql.execution.
UnresolvedTypeException
graphql.relay.
InvalidCursorException
(implements graphql.
GraphQLError
)
graphql.relay.
InvalidPageSizeException
(implements graphql.
GraphQLError
)
graphql.execution.
NonNullableFieldWasNullException
graphql.execution.preparsed.persisted.
PersistedQueryError
(implements graphql.
ErrorClassification
)
graphql.execution.preparsed.persisted.
PersistedQueryIdInvalid
graphql.execution.preparsed.persisted.
PersistedQueryNotFound
graphql.execution.instrumentation.tracing.
TracingInstrumentation.Options
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.util.
TraverserState.EndList
<U>
graphql.util.
TraverserVisitorStub
<T> (implements graphql.util.
TraverserVisitor
<T>)
graphql.util.
TreeParallelTransformer
<T>
graphql.util.
TreeParallelTraverser
<T>
graphql.util.
TreeTransformer
<T>
graphql.util.
TreeTransformerUtil
graphql.schema.idl.
TypeDefinitionRegistry
(implements java.io.Serializable)
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.schema.idl.
TypeUtil
graphql.schema.idl.
UnExecutableSchemaGenerator
graphql.parser.
UnicodeUtil
graphql.language.
UnionTypeDefinition.Builder
(implements graphql.language.
NodeDirectivesBuilder
)
graphql.language.
UnionTypeExtensionDefinition.Builder
(implements graphql.language.
NodeDirectivesBuilder
)
graphql.schema.idl.
UnionWiringEnvironment
graphql.
UnresolvedTypeError
(implements graphql.
GraphQLError
)
graphql.validation.
ValidationContext
graphql.validation.
ValidationError
(implements graphql.
GraphQLError
)
graphql.validation.
ValidationError.Builder
graphql.validation.
ValidationErrorCollector
graphql.validation.
ValidationUtil
graphql.validation.
ArgumentValidationUtil
graphql.validation.
Validator
graphql.execution.nextgen.
ValueFetcher
graphql.execution.
ValuesResolver
graphql.normalized.
ValueToVariableValueCompiler
graphql.normalized.
VariableAccumulator
graphql.language.
VariableDefinition.Builder
(implements graphql.language.
NodeDirectivesBuilder
)
graphql.language.
VariableReference.Builder
(implements graphql.language.
NodeBuilder
)
graphql.validation.rules.
VariablesTypesMatcher
graphql.normalized.
VariableValueWithDefinition
graphql.schema.transform.
VisibleFieldPredicateEnvironment.VisibleFieldPredicateEnvironmentImpl
(implements graphql.schema.transform.
VisibleFieldPredicateEnvironment
)
Interface Hierarchy
graphql.execution.
Async.CFFactory
<T,U>
graphql.execution.
Async.CombinedBuilder
<T>
graphql.schema.
Coercing
<I,O>
graphql.relay.
Connection
<T>
graphql.relay.
ConnectionCursor
graphql.schema.
DataFetcher
<T>
graphql.execution.nextgen.
BatchedDataFetcher
<T>
graphql.introspection.
IntrospectionDataFetcher
<T>
graphql.
TrivialDataFetcher
<T>
graphql.introspection.
IntrospectionDataFetcher
<T>
graphql.execution.
DataFetcherExceptionHandler
graphql.schema.
DataFetcherFactory
<T>
graphql.schema.
DataFetchingFieldSelectionSet
graphql.schema.diff.reporting.
DifferenceReporter
graphql.validation.
DocumentVisitor
graphql.relay.
Edge
<T>
graphql.schema.idl.
EnumValuesProvider
graphql.
ErrorClassification
graphql.execution.
ExecutionIdProvider
graphql.
ExecutionResult
graphql.execution.nextgen.
ExecutionStrategy
graphql.execution.instrumentation.fieldvalidation.
FieldAndArguments
graphql.analysis.
FieldComplexityCalculator
graphql.execution.instrumentation.fieldvalidation.
FieldValidation
graphql.execution.instrumentation.fieldvalidation.
FieldValidationEnvironment
java.util.function.Function<T,R>
graphql.execution.preparsed.persisted.
PersistedQueryCacheMiss
graphql.schema.visibility.
GraphqlFieldVisibility
graphql.schema.
GraphQLSchemaElement
graphql.schema.
GraphQLCompositeType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLDirectiveContainer
graphql.schema.
GraphQLInputValueDefinition
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLInputFieldsContainer
graphql.schema.
GraphQLInputType
graphql.schema.
GraphQLNamedInputType
(also extends graphql.schema.
GraphQLNamedType
)
graphql.schema.
GraphQLInputValueDefinition
graphql.schema.
GraphQLModifiedType
graphql.schema.
GraphQLNamedInputType
(also extends graphql.schema.
GraphQLInputType
, graphql.schema.
GraphQLNamedType
)
graphql.schema.
GraphQLNamedOutputType
(also extends graphql.schema.
GraphQLNamedType
, graphql.schema.
GraphQLOutputType
)
graphql.schema.
GraphQLCompositeType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLNamedSchemaElement
graphql.schema.
GraphQLCompositeType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLDirectiveContainer
graphql.schema.
GraphQLInputValueDefinition
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLInputFieldsContainer
graphql.schema.
GraphQLInputValueDefinition
graphql.schema.
GraphQLNamedInputType
(also extends graphql.schema.
GraphQLInputType
, graphql.schema.
GraphQLNamedType
)
graphql.schema.
GraphQLNamedOutputType
(also extends graphql.schema.
GraphQLNamedType
, graphql.schema.
GraphQLOutputType
)
graphql.schema.
GraphQLCompositeType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLNamedType
(also extends graphql.schema.
GraphQLType
)
graphql.schema.
GraphQLCompositeType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLInputFieldsContainer
graphql.schema.
GraphQLNamedInputType
(also extends graphql.schema.
GraphQLInputType
)
graphql.schema.
GraphQLNamedOutputType
(also extends graphql.schema.
GraphQLOutputType
)
graphql.schema.
GraphQLCompositeType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLUnmodifiedType
graphql.schema.
GraphQLUnmodifiedType
graphql.schema.
GraphQLNamedType
(also extends graphql.schema.
GraphQLNamedSchemaElement
, graphql.schema.
GraphQLType
)
graphql.schema.
GraphQLCompositeType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLInputFieldsContainer
graphql.schema.
GraphQLNamedInputType
(also extends graphql.schema.
GraphQLInputType
)
graphql.schema.
GraphQLNamedOutputType
(also extends graphql.schema.
GraphQLOutputType
)
graphql.schema.
GraphQLCompositeType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLUnmodifiedType
graphql.schema.
GraphQLNullableType
graphql.schema.
GraphQLOutputType
graphql.schema.
GraphQLCompositeType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLNamedOutputType
(also extends graphql.schema.
GraphQLNamedType
)
graphql.schema.
GraphQLCompositeType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLType
graphql.schema.
GraphQLCompositeType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLInputFieldsContainer
graphql.schema.
GraphQLInputType
graphql.schema.
GraphQLNamedInputType
(also extends graphql.schema.
GraphQLNamedType
)
graphql.schema.
GraphQLModifiedType
graphql.schema.
GraphQLNamedInputType
(also extends graphql.schema.
GraphQLInputType
, graphql.schema.
GraphQLNamedType
)
graphql.schema.
GraphQLNamedOutputType
(also extends graphql.schema.
GraphQLNamedType
, graphql.schema.
GraphQLOutputType
)
graphql.schema.
GraphQLCompositeType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLNamedType
(also extends graphql.schema.
GraphQLNamedSchemaElement
)
graphql.schema.
GraphQLCompositeType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLInputFieldsContainer
graphql.schema.
GraphQLNamedInputType
(also extends graphql.schema.
GraphQLInputType
)
graphql.schema.
GraphQLNamedOutputType
(also extends graphql.schema.
GraphQLOutputType
)
graphql.schema.
GraphQLCompositeType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLUnmodifiedType
graphql.schema.
GraphQLNullableType
graphql.schema.
GraphQLOutputType
graphql.schema.
GraphQLCompositeType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLNamedOutputType
(also extends graphql.schema.
GraphQLNamedType
)
graphql.schema.
GraphQLCompositeType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLFieldsContainer
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLImplementingType
graphql.schema.
GraphQLUnmodifiedType
graphql.schema.
GraphQLUnmodifiedType
graphql.schema.
GraphqlTypeComparatorRegistry
graphql.schema.
GraphQLTypeVisitor
graphql.execution.instrumentation.
Instrumentation
graphql.execution.instrumentation.nextgen.
Instrumentation
graphql.execution.instrumentation.
InstrumentationContext
<T>
graphql.execution.instrumentation.
ExecutionStrategyInstrumentationContext
graphql.execution.instrumentation.
InstrumentationState
graphql.introspection.
IntrospectionDataFetchingEnvironment
graphql.schema.
DataFetchingEnvironment
graphql.introspection.
IntrospectionQuery
graphql.introspection.
IntrospectionWithDirectivesSupport.DirectivePredicate
graphql.introspection.
IntrospectionWithDirectivesSupport.DirectivePredicateEnvironment
graphql.util.
NodeAdapter
<T>
graphql.language.
NodeBuilder
graphql.language.
NodeDirectivesBuilder
graphql.language.
NodeVisitor
graphql.relay.
PageInfo
graphql.parser.
ParsingListener
graphql.parser.
ParsingListener.Token
graphql.execution.preparsed.persisted.
PersistedQueryCache
graphql.execution.preparsed.
PreparsedDocumentProvider
graphql.execution.directives.
QueryDirectives
graphql.analysis.
QueryReducer
<T>
graphql.analysis.
QueryVisitor
graphql.analysis.
QueryVisitorFieldArgumentEnvironment
graphql.analysis.
QueryVisitorFieldArgumentInputValue
graphql.analysis.
QueryVisitorFieldArgumentValueEnvironment
graphql.analysis.
QueryVisitorFieldEnvironment
graphql.analysis.
QueryVisitorFragmentDefinitionEnvironment
graphql.analysis.
QueryVisitorFragmentSpreadEnvironment
graphql.analysis.
QueryVisitorInlineFragmentEnvironment
graphql.schema.idl.
SchemaDirectiveWiring
graphql.schema.idl.
SchemaDirectiveWiringEnvironment
<T>
graphql.schema.idl.
SchemaGeneratorPostProcessing
graphql.schema.validation.
SchemaValidationErrorClassification
graphql.language.
SDLExtensionDefinition
graphql.schema.
SelectedField
java.io.Serializable
graphql.
GraphQLError
graphql.language.
Node
<T>
graphql.language.
Definition
<T>
graphql.language.
ImplementingTypeDefinition
<T>
graphql.language.
SDLDefinition
<T>
graphql.language.
ImplementingTypeDefinition
<T>
graphql.language.
SDLNamedDefinition
<T>
graphql.language.
ImplementingTypeDefinition
<T>
graphql.language.
TypeDefinition
<T> (also extends graphql.language.
DirectivesContainer
<T>, graphql.language.
NamedNode
<T>)
graphql.language.
ImplementingTypeDefinition
<T>
graphql.language.
TypeDefinition
<T> (also extends graphql.language.
DirectivesContainer
<T>, graphql.language.
NamedNode
<T>, graphql.language.
SDLNamedDefinition
<T>)
graphql.language.
ImplementingTypeDefinition
<T>
graphql.language.
SDLNamedDefinition
<T>
graphql.language.
ImplementingTypeDefinition
<T>
graphql.language.
TypeDefinition
<T> (also extends graphql.language.
DirectivesContainer
<T>, graphql.language.
NamedNode
<T>)
graphql.language.
ImplementingTypeDefinition
<T>
graphql.language.
TypeDefinition
<T> (also extends graphql.language.
DirectivesContainer
<T>, graphql.language.
NamedNode
<T>, graphql.language.
SDLNamedDefinition
<T>)
graphql.language.
ImplementingTypeDefinition
<T>
graphql.language.
DescribedNode
<T>
graphql.language.
DirectivesContainer
<T>
graphql.language.
ImplementingTypeDefinition
<T>
graphql.language.
TypeDefinition
<T> (also extends graphql.language.
NamedNode
<T>, graphql.language.
SDLNamedDefinition
<T>)
graphql.language.
ImplementingTypeDefinition
<T>
graphql.language.
ImplementingTypeDefinition
<T>
graphql.language.
NamedNode
<T>
graphql.language.
ImplementingTypeDefinition
<T>
graphql.language.
TypeDefinition
<T> (also extends graphql.language.
DirectivesContainer
<T>, graphql.language.
SDLNamedDefinition
<T>)
graphql.language.
ImplementingTypeDefinition
<T>
graphql.language.
ScalarValue
<T>
graphql.language.
SDLDefinition
<T>
graphql.language.
ImplementingTypeDefinition
<T>
graphql.language.
SDLNamedDefinition
<T>
graphql.language.
ImplementingTypeDefinition
<T>
graphql.language.
TypeDefinition
<T> (also extends graphql.language.
DirectivesContainer
<T>, graphql.language.
NamedNode
<T>)
graphql.language.
ImplementingTypeDefinition
<T>
graphql.language.
TypeDefinition
<T> (also extends graphql.language.
DirectivesContainer
<T>, graphql.language.
NamedNode
<T>, graphql.language.
SDLNamedDefinition
<T>)
graphql.language.
ImplementingTypeDefinition
<T>
graphql.language.
SDLNamedDefinition
<T>
graphql.language.
ImplementingTypeDefinition
<T>
graphql.language.
TypeDefinition
<T> (also extends graphql.language.
DirectivesContainer
<T>, graphql.language.
NamedNode
<T>)
graphql.language.
ImplementingTypeDefinition
<T>
graphql.language.
Selection
<T>
graphql.language.
SelectionSetContainer
<T>
graphql.language.
Type
<T>
graphql.language.
TypeDefinition
<T> (also extends graphql.language.
DirectivesContainer
<T>, graphql.language.
NamedNode
<T>, graphql.language.
SDLNamedDefinition
<T>)
graphql.language.
ImplementingTypeDefinition
<T>
graphql.language.
Value
<T>
graphql.language.
ScalarValue
<T>
graphql.execution.reactive.
SingleSubscriberPublisher.OnSubscriptionCallback
graphql.execution.instrumentation.tracing.
TracingSupport.TracingContext
graphql.util.
TraverserContext
<T>
graphql.util.
TraverserVisitor
<T>
graphql.schema.
TypeResolver
graphql.validation.
ValidationErrorClassification
graphql.execution.
ValueUnboxer
graphql.normalized.
VariablePredicate
graphql.schema.transform.
VisibleFieldPredicate
graphql.schema.transform.
VisibleFieldPredicateEnvironment
graphql.schema.idl.
WiringFactory
Annotation Type Hierarchy
graphql.
PublicApi
(implements java.lang.annotation.Annotation)
graphql.
ThreadSafe
(implements java.lang.annotation.Annotation)
graphql.
VisibleForTesting
(implements java.lang.annotation.Annotation)
graphql.
PublicSpi
(implements java.lang.annotation.Annotation)
graphql.
Mutable
(implements java.lang.annotation.Annotation)
graphql.
Internal
(implements java.lang.annotation.Annotation)
graphql.
ExperimentalApi
(implements java.lang.annotation.Annotation)
Enum Hierarchy
java.lang.Object
java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
graphql.execution.
ValuesResolver.ValueMode
graphql.execution.
FieldValueInfo.CompleteValueType
graphql.execution.nextgen.
FetchedValueAnalysis.FetchedValueType
graphql.language.
IgnoredChar.IgnoredCharKind
graphql.language.
OperationDefinition.Operation
graphql.language.
TypeKind
graphql.util.
TraverserContext.Phase
graphql.util.
NodeZipper.ModificationType
graphql.util.
TraversalControl
graphql.validation.
ValidationErrorType
(implements graphql.validation.
ValidationErrorClassification
)
graphql.schema.validation.
SchemaValidationErrorType
(implements graphql.schema.validation.
SchemaValidationErrorClassification
)
graphql.schema.diff.
DiffLevel
graphql.schema.diff.
DiffCategory
graphql.cachecontrol.
CacheControl.Scope
graphql.introspection.
Introspection.TypeKind
graphql.introspection.
Introspection.DirectiveLocation
graphql.
ErrorType
(implements graphql.
ErrorClassification
)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes