Hierarchy For All Packages
Package Hierarchies:- graphql,
- graphql.analysis,
- graphql.analysis.values,
- graphql.cachecontrol,
- graphql.collect,
- graphql.execution,
- graphql.execution.conditional,
- graphql.execution.directives,
- graphql.execution.instrumentation,
- graphql.execution.instrumentation.dataloader,
- graphql.execution.instrumentation.fieldvalidation,
- graphql.execution.instrumentation.parameters,
- graphql.execution.instrumentation.threadpools,
- graphql.execution.instrumentation.tracing,
- graphql.execution.preparsed,
- graphql.execution.preparsed.persisted,
- graphql.execution.reactive,
- graphql.execution.values,
- graphql.execution.values.legacycoercing,
- graphql.extensions,
- graphql.i18n,
- graphql.introspection,
- graphql.language,
- graphql.normalized,
- graphql.parser,
- graphql.parser.exceptions,
- graphql.relay,
- graphql.scalar,
- graphql.schema,
- graphql.schema.diff,
- graphql.schema.diff.reporting,
- graphql.schema.diffing,
- graphql.schema.diffing.ana,
- graphql.schema.fetching,
- graphql.schema.idl,
- graphql.schema.idl.errors,
- graphql.schema.impl,
- graphql.schema.transform,
- graphql.schema.usage,
- graphql.schema.validation,
- graphql.schema.visibility,
- graphql.schema.visitor,
- 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.language.AbstractDescribedNode<T> (implements graphql.language.DescribedNode<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.ScalarLeaves
- graphql.validation.rules.SubscriptionUniqueRootField
- graphql.validation.rules.UniqueArgumentNames
- graphql.validation.rules.UniqueDirectiveNamesPerLocation
- graphql.validation.rules.UniqueFragmentNames
- graphql.validation.rules.UniqueObjectFieldName
- graphql.validation.rules.UniqueOperationNames
- graphql.validation.rules.UniqueVariableNames
- graphql.validation.rules.VariableDefaultValuesOfCorrectType
- graphql.validation.rules.VariablesAreInputTypes
- graphql.validation.rules.VariableTypesMatch
- 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.PrettyAstPrinter
- graphql.language.AstSignature
- graphql.language.AstSorter
- graphql.language.AstTransformer
- graphql.execution.Async
- graphql.schema.AsyncDataFetcher<T> (implements graphql.schema.DataFetcher<T>)
- 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.execution.instrumentation.NoContextChainedInstrumentation
- graphql.schema.diff.reporting.ChainedReporter (implements graphql.schema.diff.reporting.DifferenceReporter)
- graphql.execution.CoercedVariables
- graphql.scalar.CoercingUtil
- graphql.schema.idl.CombinedWiringFactory (implements graphql.schema.idl.WiringFactory)
- graphql.language.Comment (implements java.io.Serializable)
- graphql.parser.CommentParser
- graphql.execution.reactive.CompletionStageMappingPublisher<D,U> (implements org.reactivestreams.Publisher<T>)
- graphql.execution.reactive.CompletionStageMappingPublisher.CompletionStageSubscriber (implements org.reactivestreams.Subscriber<T>)
- graphql.execution.conditional.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
- org.antlr.v4.runtime.BailErrorStrategy
- graphql.extensions.DefaultExtensionsMerger (implements graphql.extensions.ExtensionsMerger)
- 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.diffing.DiffImpl
- graphql.schema.diffing.DiffImpl.OptimalEdit
- 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.schema.diffing.Edge
- graphql.schema.diffing.EditOperation
- graphql.schema.diffing.ana.EditOperationAnalysisResult
- graphql.schema.diffing.ana.EditOperationAnalyzer
- graphql.schema.diffing.EditorialCostForMapping
- 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.ExecutionContext
- graphql.execution.ExecutionContextBuilder
- graphql.execution.ExecutionId
- graphql.ExecutionInput
- graphql.ExecutionInput.Builder
- graphql.ExecutionResultImpl (implements graphql.ExecutionResult)
- graphql.ExecutionResultImpl.Builder (implements graphql.ExecutionResult.Builder<B>)
- 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.AbstractAsyncExecutionStrategy
- graphql.execution.ExecutionStrategyParameters
- graphql.execution.ExecutionStrategyParameters.Builder
- graphql.execution.instrumentation.threadpools.ExecutorInstrumentation.Builder
- graphql.extensions.ExtensionsBuilder
- graphql.execution.FetchedValue
- graphql.execution.FetchedValue.Builder
- 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.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.GraphQL.Builder
- graphql.parser.GraphqlAntlrToLanguage
- graphql.schema.GraphQLAppliedDirective (implements graphql.schema.GraphQLNamedSchemaElement)
- graphql.schema.GraphQLAppliedDirectiveArgument (implements graphql.schema.GraphQLInputSchemaElement, 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> (implements graphql.GraphQLError.Builder<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.schema.visitor.GraphQLSchemaTraversalControl
- 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.schema.diffing.HungarianAlgorithm
- graphql.i18n.I18n
- graphql.i18n.I18nMsg
- 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.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.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.IntrospectionQueryBuilder
- graphql.introspection.IntrospectionQueryBuilder.Options
- graphql.introspection.IntrospectionResultToSchema
- graphql.introspection.IntrospectionWithDirectivesSupport
- graphql.language.IntValue.Builder (implements graphql.language.NodeBuilder)
- graphql.InvalidSyntaxError (implements graphql.GraphQLError)
- graphql.schema.fetching.LambdaFetchingSupport
- graphql.validation.LanguageTraversal
- graphql.execution.values.legacycoercing.LegacyCoercingInputInterceptor (implements graphql.execution.values.InputInterceptor)
- 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.schema.diffing.Mapping
- 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.util.MutableRef<T>
- 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.parser.NodeToRuleCapturingParser.ParserContext
- 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.NodeToRuleCapturingParser
- graphql.parser.ParserEnvironment.Builder
- graphql.parser.ParserOptions
- graphql.parser.ParserOptions.Builder
- graphql.execution.preparsed.persisted.PersistedQuerySupport (implements graphql.execution.preparsed.PreparsedDocumentProvider)
- graphql.execution.preparsed.persisted.ApolloPersistedQuerySupport
- graphql.schema.diffing.PossibleMappingsCalculator
- graphql.schema.diffing.PossibleMappingsCalculator.PossibleMappings
- graphql.schema.diffing.PossibleMappingsCalculator.VertexContextSegment
- graphql.execution.preparsed.PreparsedDocumentEntry (implements java.io.Serializable)
- graphql.language.PrettyAstPrinter.PrettyPrinterOptions
- graphql.language.PrettyAstPrinter.PrettyPrinterOptions.Builder
- graphql.schema.diff.reporting.PrintStreamReporter (implements graphql.schema.diff.reporting.DifferenceReporter)
- graphql.schema.PropertyDataFetcher<T> (implements graphql.schema.LightDataFetcher<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.parser.SafeTokenReader
- graphql.relay.Relay
- graphql.relay.Relay.ResolvedGlobalId
- graphql.util.ReplaceNode
- graphql.execution.ResolveType
- graphql.execution.ResultPath
- graphql.validation.RulesVisitor (implements graphql.validation.DocumentVisitor)
- graphql.schema.idl.RuntimeWiring
- graphql.schema.idl.RuntimeWiring.Builder
- graphql.parser.SafeTokenSource (implements org.antlr.v4.runtime.TokenSource)
- 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.diffing.ana.SchemaDifference.AppliedDirectiveAddition (implements graphql.schema.diffing.ana.SchemaDifference.DirectiveModificationDetail, graphql.schema.diffing.ana.SchemaDifference.EnumModificationDetail, graphql.schema.diffing.ana.SchemaDifference.InputObjectModificationDetail, graphql.schema.diffing.ana.SchemaDifference.InterfaceModificationDetail, graphql.schema.diffing.ana.SchemaDifference.ObjectModificationDetail, graphql.schema.diffing.ana.SchemaDifference.ScalarModificationDetail, graphql.schema.diffing.ana.SchemaDifference.UnionModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveArgumentAddition
- graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveArgumentDeletion (implements graphql.schema.diffing.ana.SchemaDifference.InterfaceModificationDetail, graphql.schema.diffing.ana.SchemaDifference.ObjectModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveArgumentRename (implements graphql.schema.diffing.ana.SchemaDifference.ObjectModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveArgumentValueModification (implements graphql.schema.diffing.ana.SchemaDifference.ObjectModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveDeletion (implements graphql.schema.diffing.ana.SchemaDifference.DirectiveModificationDetail, graphql.schema.diffing.ana.SchemaDifference.EnumModificationDetail, graphql.schema.diffing.ana.SchemaDifference.InputObjectModificationDetail, graphql.schema.diffing.ana.SchemaDifference.InterfaceModificationDetail, graphql.schema.diffing.ana.SchemaDifference.ObjectModificationDetail, graphql.schema.diffing.ana.SchemaDifference.ScalarModificationDetail, graphql.schema.diffing.ana.SchemaDifference.UnionModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveDirectiveArgumentLocation (implements graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveLocationDetail)
- graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveEnumLocation (implements graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveLocationDetail)
- graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveEnumValueLocation (implements graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveLocationDetail)
- graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveInputObjectFieldLocation (implements graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveLocationDetail)
- graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveInputObjectLocation (implements graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveLocationDetail)
- graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveInterfaceFieldArgumentLocation (implements graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveLocationDetail)
- graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveInterfaceFieldLocation (implements graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveLocationDetail)
- graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveInterfaceLocation (implements graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveLocationDetail)
- graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveObjectFieldArgumentLocation (implements graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveLocationDetail)
- graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveObjectFieldLocation (implements graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveLocationDetail)
- graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveObjectLocation (implements graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveLocationDetail)
- graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveRenamed
- graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveScalarLocation (implements graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveLocationDetail)
- graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveSchemaLocation (implements graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveLocationDetail)
- graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveUnionLocation (implements graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveLocationDetail)
- graphql.schema.diffing.ana.SchemaDifference.DirectiveAddition (implements graphql.schema.diffing.ana.SchemaDifference.DirectiveDifference, graphql.schema.diffing.ana.SchemaDifference.SchemaAddition)
- graphql.schema.diffing.ana.SchemaDifference.DirectiveArgumentAddition (implements graphql.schema.diffing.ana.SchemaDifference.DirectiveModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.DirectiveArgumentDefaultValueModification (implements graphql.schema.diffing.ana.SchemaDifference.DirectiveModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.DirectiveArgumentDeletion (implements graphql.schema.diffing.ana.SchemaDifference.DirectiveModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.DirectiveArgumentRename (implements graphql.schema.diffing.ana.SchemaDifference.DirectiveModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.DirectiveArgumentTypeModification (implements graphql.schema.diffing.ana.SchemaDifference.DirectiveModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.DirectiveDeletion (implements graphql.schema.diffing.ana.SchemaDifference.DirectiveDifference, graphql.schema.diffing.ana.SchemaDifference.SchemaDeletion)
- graphql.schema.diffing.ana.SchemaDifference.DirectiveModification (implements graphql.schema.diffing.ana.SchemaDifference.DirectiveDifference, graphql.schema.diffing.ana.SchemaDifference.SchemaModification)
- graphql.schema.diffing.ana.SchemaDifference.EnumAddition (implements graphql.schema.diffing.ana.SchemaDifference.EnumDifference, graphql.schema.diffing.ana.SchemaDifference.SchemaAddition)
- graphql.schema.diffing.ana.SchemaDifference.EnumDeletion (implements graphql.schema.diffing.ana.SchemaDifference.EnumDifference, graphql.schema.diffing.ana.SchemaDifference.SchemaDeletion)
- graphql.schema.diffing.ana.SchemaDifference.EnumModification (implements graphql.schema.diffing.ana.SchemaDifference.EnumDifference, graphql.schema.diffing.ana.SchemaDifference.SchemaModification)
- graphql.schema.diffing.ana.SchemaDifference.EnumValueAddition (implements graphql.schema.diffing.ana.SchemaDifference.EnumModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.EnumValueDeletion (implements graphql.schema.diffing.ana.SchemaDifference.EnumModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.EnumValueRenamed (implements graphql.schema.diffing.ana.SchemaDifference.EnumModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.InputObjectAddition (implements graphql.schema.diffing.ana.SchemaDifference.InputObjectDifference, graphql.schema.diffing.ana.SchemaDifference.SchemaAddition)
- graphql.schema.diffing.ana.SchemaDifference.InputObjectDeletion (implements graphql.schema.diffing.ana.SchemaDifference.InputObjectDifference, graphql.schema.diffing.ana.SchemaDifference.SchemaDeletion)
- graphql.schema.diffing.ana.SchemaDifference.InputObjectFieldAddition (implements graphql.schema.diffing.ana.SchemaDifference.InputObjectModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.InputObjectFieldDefaultValueModification (implements graphql.schema.diffing.ana.SchemaDifference.InputObjectModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.InputObjectFieldDeletion (implements graphql.schema.diffing.ana.SchemaDifference.InputObjectModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.InputObjectFieldRename (implements graphql.schema.diffing.ana.SchemaDifference.InputObjectModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.InputObjectFieldTypeModification (implements graphql.schema.diffing.ana.SchemaDifference.InputObjectModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.InputObjectModification (implements graphql.schema.diffing.ana.SchemaDifference.InputObjectDifference, graphql.schema.diffing.ana.SchemaDifference.SchemaModification)
- graphql.schema.diffing.ana.SchemaDifference.InterfaceAddition (implements graphql.schema.diffing.ana.SchemaDifference.InterfaceDifference, graphql.schema.diffing.ana.SchemaDifference.SchemaAddition)
- graphql.schema.diffing.ana.SchemaDifference.InterfaceDeletion (implements graphql.schema.diffing.ana.SchemaDifference.InterfaceDifference, graphql.schema.diffing.ana.SchemaDifference.SchemaDeletion)
- graphql.schema.diffing.ana.SchemaDifference.InterfaceFieldAddition (implements graphql.schema.diffing.ana.SchemaDifference.InterfaceModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.InterfaceFieldArgumentAddition (implements graphql.schema.diffing.ana.SchemaDifference.InterfaceModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.InterfaceFieldArgumentDefaultValueModification (implements graphql.schema.diffing.ana.SchemaDifference.InterfaceModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.InterfaceFieldArgumentDeletion (implements graphql.schema.diffing.ana.SchemaDifference.InterfaceModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.InterfaceFieldArgumentRename (implements graphql.schema.diffing.ana.SchemaDifference.InterfaceModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.InterfaceFieldArgumentTypeModification (implements graphql.schema.diffing.ana.SchemaDifference.InterfaceModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.InterfaceFieldDeletion (implements graphql.schema.diffing.ana.SchemaDifference.InterfaceModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.InterfaceFieldRename (implements graphql.schema.diffing.ana.SchemaDifference.InterfaceModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.InterfaceFieldTypeModification (implements graphql.schema.diffing.ana.SchemaDifference.InterfaceModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.InterfaceInterfaceImplementationAddition (implements graphql.schema.diffing.ana.SchemaDifference.InterfaceModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.InterfaceInterfaceImplementationDeletion (implements graphql.schema.diffing.ana.SchemaDifference.InterfaceModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.InterfaceModification (implements graphql.schema.diffing.ana.SchemaDifference.InterfaceDifference, graphql.schema.diffing.ana.SchemaDifference.SchemaModification)
- graphql.schema.diffing.ana.SchemaDifference.ObjectAddition (implements graphql.schema.diffing.ana.SchemaDifference.ObjectDifference, graphql.schema.diffing.ana.SchemaDifference.SchemaAddition)
- graphql.schema.diffing.ana.SchemaDifference.ObjectDeletion (implements graphql.schema.diffing.ana.SchemaDifference.ObjectDifference, graphql.schema.diffing.ana.SchemaDifference.SchemaDeletion)
- graphql.schema.diffing.ana.SchemaDifference.ObjectFieldAddition (implements graphql.schema.diffing.ana.SchemaDifference.ObjectModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.ObjectFieldArgumentAddition (implements graphql.schema.diffing.ana.SchemaDifference.ObjectModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.ObjectFieldArgumentDefaultValueModification (implements graphql.schema.diffing.ana.SchemaDifference.ObjectModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.ObjectFieldArgumentDeletion (implements graphql.schema.diffing.ana.SchemaDifference.ObjectModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.ObjectFieldArgumentRename (implements graphql.schema.diffing.ana.SchemaDifference.ObjectModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.ObjectFieldArgumentTypeModification (implements graphql.schema.diffing.ana.SchemaDifference.ObjectModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.ObjectFieldDeletion (implements graphql.schema.diffing.ana.SchemaDifference.ObjectModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.ObjectFieldRename (implements graphql.schema.diffing.ana.SchemaDifference.ObjectModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.ObjectFieldTypeModification (implements graphql.schema.diffing.ana.SchemaDifference.ObjectModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.ObjectInterfaceImplementationAddition (implements graphql.schema.diffing.ana.SchemaDifference.ObjectModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.ObjectInterfaceImplementationDeletion (implements graphql.schema.diffing.ana.SchemaDifference.ObjectModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.ObjectModification (implements graphql.schema.diffing.ana.SchemaDifference.ObjectDifference, graphql.schema.diffing.ana.SchemaDifference.SchemaModification)
- graphql.schema.diffing.ana.SchemaDifference.ScalarAddition (implements graphql.schema.diffing.ana.SchemaDifference.ScalarDifference, graphql.schema.diffing.ana.SchemaDifference.SchemaAddition)
- graphql.schema.diffing.ana.SchemaDifference.ScalarDeletion (implements graphql.schema.diffing.ana.SchemaDifference.ScalarDifference, graphql.schema.diffing.ana.SchemaDifference.SchemaDeletion)
- graphql.schema.diffing.ana.SchemaDifference.ScalarModification (implements graphql.schema.diffing.ana.SchemaDifference.ScalarDifference, graphql.schema.diffing.ana.SchemaDifference.SchemaModification)
- graphql.schema.diffing.ana.SchemaDifference.UnionAddition (implements graphql.schema.diffing.ana.SchemaDifference.SchemaAddition, graphql.schema.diffing.ana.SchemaDifference.UnionDifference)
- graphql.schema.diffing.ana.SchemaDifference.UnionDeletion (implements graphql.schema.diffing.ana.SchemaDifference.SchemaDeletion, graphql.schema.diffing.ana.SchemaDifference.UnionDifference)
- graphql.schema.diffing.ana.SchemaDifference.UnionMemberAddition (implements graphql.schema.diffing.ana.SchemaDifference.UnionModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.UnionMemberDeletion (implements graphql.schema.diffing.ana.SchemaDifference.UnionModificationDetail)
- graphql.schema.diffing.ana.SchemaDifference.UnionModification (implements graphql.schema.diffing.ana.SchemaDifference.SchemaModification, graphql.schema.diffing.ana.SchemaDifference.UnionDifference)
- graphql.schema.diffing.SchemaDiffing
- 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.diffing.SchemaGraph
- graphql.schema.diffing.SchemaGraphFactory
- 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.SimpleInstrumentationContext<T> (implements graphql.execution.instrumentation.InstrumentationContext<T>)
- graphql.relay.SimpleListConnection<T> (implements graphql.schema.DataFetcher<T>, graphql.TrivialDataFetcher<T>)
- graphql.execution.instrumentation.SimplePerformantInstrumentation (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.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.exceptions.InvalidUnicodeSyntaxException
- graphql.parser.exceptions.MoreTokensSyntaxException
- graphql.parser.exceptions.ParseCancelledException
- graphql.parser.exceptions.ParseCancelledTooDeepException
- graphql.parser.exceptions.ParseCancelledTooManyCharsException
- 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.schema.diffing.SchemaDiffingCancelledException
- graphql.GraphQLException
- java.lang.RuntimeException
- java.lang.Exception
- 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.schema.diffing.Util
- 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.ValuesResolver
- graphql.normalized.ValueToVariableValueCompiler
- graphql.analysis.values.ValueTraverser
- 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.diffing.Vertex
- graphql.schema.diffing.Vertex.VertexData
- graphql.schema.transform.VisibleFieldPredicateEnvironment.VisibleFieldPredicateEnvironmentImpl (implements graphql.schema.transform.VisibleFieldPredicateEnvironment)
- graphql.language.AbstractNode<T> (implements graphql.language.Node<T>)
Interface Hierarchy
- graphql.execution.Async.CombinedBuilder<T>
- graphql.schema.Coercing<I,O>
- graphql.execution.conditional.ConditionalNodeDecision
- graphql.execution.conditional.ConditionalNodeDecisionEnvironment
- graphql.relay.Connection<T>
- graphql.relay.ConnectionCursor
- graphql.schema.DataFetcher<T>
- graphql.TrivialDataFetcher<T>
- graphql.introspection.IntrospectionDataFetcher<T>
- graphql.schema.LightDataFetcher<T>
- graphql.TrivialDataFetcher<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.ExecutionResult.Builder<B>
- graphql.extensions.ExtensionsMerger
- 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.GraphQLError.Builder<B>
- graphql.schema.visibility.GraphqlFieldVisibility
- graphql.schema.GraphQLSchemaElement
- graphql.schema.GraphQLInputSchemaElement
- graphql.schema.GraphQLInputType (also extends graphql.schema.GraphQLType)
- graphql.schema.GraphQLNamedInputType (also extends graphql.schema.GraphQLNamedType)
- graphql.schema.GraphQLInputValueDefinition (also extends graphql.schema.GraphQLDirectiveContainer)
- graphql.schema.GraphQLInputType (also extends graphql.schema.GraphQLType)
- graphql.schema.GraphQLNamedSchemaElement
- graphql.schema.GraphQLDirectiveContainer
- graphql.schema.GraphQLInputValueDefinition (also extends graphql.schema.GraphQLInputSchemaElement)
- graphql.schema.GraphQLNamedType (also extends graphql.schema.GraphQLType)
- 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.GraphQLFieldsContainer
- graphql.schema.GraphQLCompositeType
- graphql.schema.GraphQLUnmodifiedType
- graphql.schema.GraphQLDirectiveContainer
- graphql.schema.GraphQLType
- graphql.schema.GraphQLInputType (also extends graphql.schema.GraphQLInputSchemaElement)
- graphql.schema.GraphQLNamedInputType (also extends graphql.schema.GraphQLNamedType)
- graphql.schema.GraphQLModifiedType
- graphql.schema.GraphQLNamedType (also extends graphql.schema.GraphQLNamedSchemaElement)
- 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.GraphQLFieldsContainer
- graphql.schema.GraphQLCompositeType
- graphql.schema.GraphQLUnmodifiedType
- graphql.schema.GraphQLNullableType
- graphql.schema.GraphQLOutputType
- graphql.schema.GraphQLNamedOutputType (also extends graphql.schema.GraphQLNamedType)
- graphql.schema.GraphQLCompositeType
- graphql.schema.GraphQLFieldsContainer
- graphql.schema.GraphQLImplementingType
- graphql.schema.GraphQLFieldsContainer
- graphql.schema.GraphQLCompositeType
- graphql.schema.GraphQLNamedOutputType (also extends graphql.schema.GraphQLNamedType)
- graphql.schema.GraphQLInputType (also extends graphql.schema.GraphQLInputSchemaElement)
- graphql.schema.GraphQLInputSchemaElement
- graphql.schema.visitor.GraphQLSchemaVisitor
- graphql.schema.visitor.GraphQLSchemaVisitorEnvironment<T>
- graphql.schema.visitor.GraphQLSchemaVisitor.AppliedDirectiveArgumentVisitorEnvironment
- graphql.schema.visitor.GraphQLSchemaVisitor.AppliedDirectiveVisitorEnvironment
- graphql.schema.visitor.GraphQLSchemaVisitor.ArgumentVisitorEnvironment
- graphql.schema.visitor.GraphQLSchemaVisitor.DirectiveVisitorEnvironment
- graphql.schema.visitor.GraphQLSchemaVisitor.EnumTypeVisitorEnvironment
- graphql.schema.visitor.GraphQLSchemaVisitor.EnumValueDefinitionVisitorEnvironment
- graphql.schema.visitor.GraphQLSchemaVisitor.FieldDefinitionVisitorEnvironment
- graphql.schema.visitor.GraphQLSchemaVisitor.InputObjectFieldVisitorEnvironment
- graphql.schema.visitor.GraphQLSchemaVisitor.InputObjectTypeVisitorEnvironment
- graphql.schema.visitor.GraphQLSchemaVisitor.InterfaceTypeVisitorEnvironment
- graphql.schema.visitor.GraphQLSchemaVisitor.ObjectVisitorEnvironment
- graphql.schema.visitor.GraphQLSchemaVisitor.ScalarTypeVisitorEnvironment
- graphql.schema.visitor.GraphQLSchemaVisitor.SchemaElementVisitorEnvironment
- graphql.schema.visitor.GraphQLSchemaVisitor.UnionTypeVisitorEnvironment
- graphql.schema.GraphqlTypeComparatorRegistry
- graphql.schema.GraphQLTypeVisitor
- graphql.execution.values.InputInterceptor
- graphql.execution.instrumentation.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.ParserEnvironment
- 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.diffing.ana.SchemaDifference
- graphql.schema.diffing.ana.SchemaDifference.DirectiveDifference
- graphql.schema.diffing.ana.SchemaDifference.EnumDifference
- graphql.schema.diffing.ana.SchemaDifference.InputObjectDifference
- graphql.schema.diffing.ana.SchemaDifference.InterfaceDifference
- graphql.schema.diffing.ana.SchemaDifference.ObjectDifference
- graphql.schema.diffing.ana.SchemaDifference.ScalarDifference
- graphql.schema.diffing.ana.SchemaDifference.SchemaAddition
- graphql.schema.diffing.ana.SchemaDifference.SchemaDeletion
- graphql.schema.diffing.ana.SchemaDifference.SchemaModification
- graphql.schema.diffing.ana.SchemaDifference.SchemaModificationDetail
- graphql.schema.diffing.ana.SchemaDifference.UnionDifference
- graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveDifference
- graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveLocationDetail
- graphql.schema.diffing.ana.SchemaDifference.DirectiveModificationDetail
- graphql.schema.diffing.ana.SchemaDifference.EnumModificationDetail
- graphql.schema.diffing.ana.SchemaDifference.InputObjectModificationDetail
- graphql.schema.diffing.ana.SchemaDifference.InterfaceModificationDetail
- graphql.schema.diffing.ana.SchemaDifference.ObjectModificationDetail
- graphql.schema.diffing.ana.SchemaDifference.ScalarModificationDetail
- graphql.schema.diffing.ana.SchemaDifference.UnionModificationDetail
- 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.SDLDefinition<T>
- graphql.language.SDLNamedDefinition<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.SDLDefinition<T>
- graphql.language.DescribedNode<T>
- graphql.language.DirectivesContainer<T>
- graphql.language.TypeDefinition<T> (also extends graphql.language.NamedNode<T>, graphql.language.SDLNamedDefinition<T>)
- graphql.language.ImplementingTypeDefinition<T>
- graphql.language.TypeDefinition<T> (also extends graphql.language.NamedNode<T>, graphql.language.SDLNamedDefinition<T>)
- graphql.language.NamedNode<T>
- graphql.language.TypeDefinition<T> (also extends graphql.language.DirectivesContainer<T>, graphql.language.SDLNamedDefinition<T>)
- graphql.language.ImplementingTypeDefinition<T>
- graphql.language.TypeDefinition<T> (also extends graphql.language.DirectivesContainer<T>, graphql.language.SDLNamedDefinition<T>)
- graphql.language.Selection<T>
- graphql.language.SelectionSetContainer<T>
- graphql.language.Type<T>
- graphql.language.Value<T>
- graphql.language.ScalarValue<T>
- graphql.language.Definition<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.analysis.values.ValueVisitor
- graphql.analysis.values.ValueVisitor.InputElements
- graphql.normalized.VariablePredicate
- graphql.schema.transform.VisibleFieldPredicate
- graphql.schema.transform.VisibleFieldPredicateEnvironment
- graphql.schema.idl.WiringFactory
Annotation Type Hierarchy
- graphql.DeprecatedAt (implements java.lang.annotation.Annotation)
- graphql.ExperimentalApi (implements java.lang.annotation.Annotation)
- graphql.Internal (implements java.lang.annotation.Annotation)
- graphql.Mutable (implements java.lang.annotation.Annotation)
- graphql.PublicApi (implements java.lang.annotation.Annotation)
- graphql.PublicSpi (implements java.lang.annotation.Annotation)
- graphql.ThreadSafe (implements java.lang.annotation.Annotation)
- graphql.VisibleForTesting (implements java.lang.annotation.Annotation)
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- graphql.cachecontrol.CacheControl.Scope
- graphql.schema.diff.DiffCategory
- graphql.schema.diff.DiffLevel
- graphql.schema.diffing.EditOperation.Operation
- graphql.ErrorType (implements graphql.ErrorClassification)
- graphql.execution.FieldValueInfo.CompleteValueType
- graphql.i18n.I18n.BundleType
- graphql.language.IgnoredChar.IgnoredCharKind
- graphql.introspection.Introspection.DirectiveLocation
- graphql.introspection.Introspection.TypeKind
- graphql.util.NodeZipper.ModificationType
- graphql.language.OperationDefinition.Operation
- graphql.language.PrettyAstPrinter.PrettyPrinterOptions.IndentType
- graphql.schema.validation.SchemaValidationErrorType (implements graphql.schema.validation.SchemaValidationErrorClassification)
- graphql.util.TraversalControl
- graphql.util.TraverserContext.Phase
- graphql.language.TypeKind
- graphql.validation.ValidationErrorType (implements graphql.validation.ValidationErrorClassification)
- graphql.execution.ValuesResolver.ValueMode
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)