- AbortExecutionException - Exception in graphql.execution
-
This Exception indicates that the current execution should be aborted.
- AbortExecutionException() - Constructor for exception graphql.execution.AbortExecutionException
-
- AbortExecutionException(Collection<GraphQLError>) - Constructor for exception graphql.execution.AbortExecutionException
-
- AbortExecutionException(String) - Constructor for exception graphql.execution.AbortExecutionException
-
- AbortExecutionException(String, Throwable) - Constructor for exception graphql.execution.AbortExecutionException
-
- AbortExecutionException(Throwable) - Constructor for exception graphql.execution.AbortExecutionException
-
- AbstractAsyncExecutionStrategy - Class in graphql.execution
-
- AbstractAsyncExecutionStrategy() - Constructor for class graphql.execution.AbstractAsyncExecutionStrategy
-
- AbstractAsyncExecutionStrategy(DataFetcherExceptionHandler) - Constructor for class graphql.execution.AbstractAsyncExecutionStrategy
-
- AbstractDescribedNode<T extends Node> - Class in graphql.language
-
- AbstractDescribedNode(SourceLocation, List<Comment>, IgnoredChars, Map<String, String>, Description) - Constructor for class graphql.language.AbstractDescribedNode
-
- AbstractNode<T extends Node> - Class in graphql.language
-
- AbstractNode(SourceLocation, List<Comment>, IgnoredChars) - Constructor for class graphql.language.AbstractNode
-
- AbstractNode(SourceLocation, List<Comment>, IgnoredChars, Map<String, String>) - Constructor for class graphql.language.AbstractNode
-
- AbstractRule - Class in graphql.validation
-
- AbstractRule(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.AbstractRule
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.Argument
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.ArrayValue
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.BooleanValue
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.Directive
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.DirectiveDefinition
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.DirectiveLocation
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.Document
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.EnumTypeDefinition
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.EnumValue
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.EnumValueDefinition
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.Field
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.FieldDefinition
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.FloatValue
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.FragmentDefinition
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.FragmentSpread
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.InlineFragment
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.InputObjectTypeDefinition
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.InputValueDefinition
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.InterfaceTypeDefinition
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.IntValue
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.ListType
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in interface graphql.language.Node
-
Double-dispatch entry point.
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.NonNullType
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.NullValue
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.ObjectField
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.ObjectTypeDefinition
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.ObjectValue
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.OperationDefinition
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.OperationTypeDefinition
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.ScalarTypeDefinition
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.SchemaDefinition
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.SelectionSet
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.StringValue
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.TypeName
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.UnionTypeDefinition
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.VariableDefinition
-
- accept(TraverserContext<Node>, NodeVisitor) - Method in class graphql.language.VariableReference
-
- accept(TraverserContext<GraphQLSchemaElement>, GraphQLTypeVisitor) - Method in class graphql.schema.GraphQLArgument
-
- accept(TraverserContext<GraphQLSchemaElement>, GraphQLTypeVisitor) - Method in class graphql.schema.GraphQLDirective
-
- accept(TraverserContext<GraphQLSchemaElement>, GraphQLTypeVisitor) - Method in class graphql.schema.GraphQLEnumType
-
- accept(TraverserContext<GraphQLSchemaElement>, GraphQLTypeVisitor) - Method in class graphql.schema.GraphQLEnumValueDefinition
-
- accept(TraverserContext<GraphQLSchemaElement>, GraphQLTypeVisitor) - Method in class graphql.schema.GraphQLFieldDefinition
-
- accept(TraverserContext<GraphQLSchemaElement>, GraphQLTypeVisitor) - Method in class graphql.schema.GraphQLInputObjectField
-
- accept(TraverserContext<GraphQLSchemaElement>, GraphQLTypeVisitor) - Method in class graphql.schema.GraphQLInputObjectType
-
- accept(TraverserContext<GraphQLSchemaElement>, GraphQLTypeVisitor) - Method in class graphql.schema.GraphQLInterfaceType
-
- accept(TraverserContext<GraphQLSchemaElement>, GraphQLTypeVisitor) - Method in class graphql.schema.GraphQLList
-
- accept(TraverserContext<GraphQLSchemaElement>, GraphQLTypeVisitor) - Method in class graphql.schema.GraphQLNonNull
-
- accept(TraverserContext<GraphQLSchemaElement>, GraphQLTypeVisitor) - Method in class graphql.schema.GraphQLObjectType
-
- accept(TraverserContext<GraphQLSchemaElement>, GraphQLTypeVisitor) - Method in class graphql.schema.GraphQLScalarType
-
- accept(TraverserContext<GraphQLSchemaElement>, GraphQLTypeVisitor) - Method in interface graphql.schema.GraphQLSchemaElement
-
- accept(TraverserContext<GraphQLSchemaElement>, GraphQLTypeVisitor) - Method in class graphql.schema.GraphQLTypeReference
-
- accept(TraverserContext<GraphQLSchemaElement>, GraphQLTypeVisitor) - Method in class graphql.schema.GraphQLUnionType
-
- add(SDLDefinition) - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
Adds a definition to the registry
- addAll(Collection<SDLDefinition>) - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
Adds a a collections of definitions to the registry
- addCodeForIntrospectionTypes(GraphQLCodeRegistry.Builder) - Static method in class graphql.introspection.Introspection
-
- addCommonData(NodeBuilder, ParserRuleContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- addComparator(GraphqlTypeComparatorEnvironment, Class<T>, Comparator<? super T>) - Method in class graphql.schema.DefaultGraphqlTypeComparatorRegistry.Builder
-
Registers a Comparator
with an environment to control its permitted scope of operation.
- addComparator(UnaryOperator<GraphqlTypeComparatorEnvironment.Builder>, Class<T>, Comparator<? super T>) - Method in class graphql.schema.DefaultGraphqlTypeComparatorRegistry.Builder
-
Convenience method which supplies an environment builder function.
- addCompiledPattern(Pattern) - Method in class graphql.schema.visibility.BlockedFields.Builder
-
- addCompiledPatterns(Collection<Pattern>) - Method in class graphql.schema.visibility.BlockedFields.Builder
-
- addError(GraphQLError, ResultPath) - Method in class graphql.execution.ExecutionContext
-
This method will only put one error per field path.
- addError(GraphQLError) - Method in class graphql.execution.ExecutionContext
-
This method will allow you to add errors into the running execution context, without a check
for per field unique-ness
- addError(GraphQLError) - Method in class graphql.ExecutionResultImpl.Builder
-
- addError(SchemaValidationError) - Method in class graphql.schema.validation.SchemaValidationErrorCollector
-
- addError(ValidationErrorType, List<? extends Node<?>>, String) - Method in class graphql.validation.AbstractRule
-
- addError(ValidationErrorType, SourceLocation, String) - Method in class graphql.validation.AbstractRule
-
- addError(ValidationError.Builder) - Method in class graphql.validation.AbstractRule
-
- addError(ValidationError) - Method in class graphql.validation.ValidationErrorCollector
-
- addErrors(List<GraphQLError>) - Method in class graphql.ExecutionResultImpl.Builder
-
- addExtension(String, Object) - Method in class graphql.ExecutionResultImpl.Builder
-
- addField(Field) - Method in class graphql.execution.MergedField.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.Argument.Builder
-
- additionalData(String, String) - Method in class graphql.language.Argument.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.ArrayValue.Builder
-
- additionalData(String, String) - Method in class graphql.language.ArrayValue.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.BooleanValue.Builder
-
- additionalData(String, String) - Method in class graphql.language.BooleanValue.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.Directive.Builder
-
- additionalData(String, String) - Method in class graphql.language.Directive.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.DirectiveDefinition.Builder
-
- additionalData(String, String) - Method in class graphql.language.DirectiveDefinition.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.DirectiveLocation.Builder
-
- additionalData(String, String) - Method in class graphql.language.DirectiveLocation.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.Document.Builder
-
- additionalData(String, String) - Method in class graphql.language.Document.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.EnumTypeDefinition.Builder
-
- additionalData(String, String) - Method in class graphql.language.EnumTypeDefinition.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.EnumTypeExtensionDefinition.Builder
-
- additionalData(String, String) - Method in class graphql.language.EnumTypeExtensionDefinition.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.EnumValue.Builder
-
- additionalData(String, String) - Method in class graphql.language.EnumValue.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.EnumValueDefinition.Builder
-
- additionalData(String, String) - Method in class graphql.language.EnumValueDefinition.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.Field.Builder
-
- additionalData(String, String) - Method in class graphql.language.Field.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.FieldDefinition.Builder
-
- additionalData(String, String) - Method in class graphql.language.FieldDefinition.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.FloatValue.Builder
-
- additionalData(String, String) - Method in class graphql.language.FloatValue.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.FragmentDefinition.Builder
-
- additionalData(String, String) - Method in class graphql.language.FragmentDefinition.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.FragmentSpread.Builder
-
- additionalData(String, String) - Method in class graphql.language.FragmentSpread.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.InlineFragment.Builder
-
- additionalData(String, String) - Method in class graphql.language.InlineFragment.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.InputObjectTypeDefinition.Builder
-
- additionalData(String, String) - Method in class graphql.language.InputObjectTypeDefinition.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.InputObjectTypeExtensionDefinition.Builder
-
- additionalData(String, String) - Method in class graphql.language.InputObjectTypeExtensionDefinition.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.InputValueDefinition.Builder
-
- additionalData(String, String) - Method in class graphql.language.InputValueDefinition.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.InterfaceTypeDefinition.Builder
-
- additionalData(String, String) - Method in class graphql.language.InterfaceTypeDefinition.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.InterfaceTypeExtensionDefinition.Builder
-
- additionalData(String, String) - Method in class graphql.language.InterfaceTypeExtensionDefinition.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.IntValue.Builder
-
- additionalData(String, String) - Method in class graphql.language.IntValue.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.ListType.Builder
-
- additionalData(String, String) - Method in class graphql.language.ListType.Builder
-
- additionalData(Map<String, String>) - Method in interface graphql.language.NodeBuilder
-
- additionalData(String, String) - Method in interface graphql.language.NodeBuilder
-
- additionalData(Map<String, String>) - Method in class graphql.language.NonNullType.Builder
-
- additionalData(String, String) - Method in class graphql.language.NonNullType.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.NullValue.Builder
-
- additionalData(String, String) - Method in class graphql.language.NullValue.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.ObjectField.Builder
-
- additionalData(String, String) - Method in class graphql.language.ObjectField.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.ObjectTypeDefinition.Builder
-
- additionalData(String, String) - Method in class graphql.language.ObjectTypeDefinition.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.ObjectTypeExtensionDefinition.Builder
-
- additionalData(String, String) - Method in class graphql.language.ObjectTypeExtensionDefinition.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.ObjectValue.Builder
-
- additionalData(String, String) - Method in class graphql.language.ObjectValue.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.OperationDefinition.Builder
-
- additionalData(String, String) - Method in class graphql.language.OperationDefinition.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.OperationTypeDefinition.Builder
-
- additionalData(String, String) - Method in class graphql.language.OperationTypeDefinition.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.ScalarTypeDefinition.Builder
-
- additionalData(String, String) - Method in class graphql.language.ScalarTypeDefinition.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.ScalarTypeExtensionDefinition.Builder
-
- additionalData(String, String) - Method in class graphql.language.ScalarTypeExtensionDefinition.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.SchemaDefinition.Builder
-
- additionalData(String, String) - Method in class graphql.language.SchemaDefinition.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.SchemaExtensionDefinition.Builder
-
- additionalData(String, String) - Method in class graphql.language.SchemaExtensionDefinition.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.SelectionSet.Builder
-
- additionalData(String, String) - Method in class graphql.language.SelectionSet.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.StringValue.Builder
-
- additionalData(String, String) - Method in class graphql.language.StringValue.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.TypeName.Builder
-
- additionalData(String, String) - Method in class graphql.language.TypeName.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.UnionTypeDefinition.Builder
-
- additionalData(String, String) - Method in class graphql.language.UnionTypeDefinition.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.UnionTypeExtensionDefinition.Builder
-
- additionalData(String, String) - Method in class graphql.language.UnionTypeExtensionDefinition.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.VariableDefinition.Builder
-
- additionalData(String, String) - Method in class graphql.language.VariableDefinition.Builder
-
- additionalData(Map<String, String>) - Method in class graphql.language.VariableReference.Builder
-
- additionalData(String, String) - Method in class graphql.language.VariableReference.Builder
-
- additionalDirective(GraphQLDirective) - Method in class graphql.schema.GraphQLSchema.Builder
-
- additionalDirectives(Set<GraphQLDirective>) - Method in class graphql.schema.GraphQLSchema.Builder
-
- additionalType(GraphQLType) - Method in class graphql.schema.GraphQLSchema.Builder
-
- additionalTypes(Set<GraphQLType>) - Method in class graphql.schema.GraphQLSchema.Builder
-
- addNewContexts(Collection<? extends T>, TraverserContext<T>) - Method in class graphql.util.TraverserState
-
- addPattern(String) - Method in class graphql.schema.visibility.BlockedFields.Builder
-
- addPatterns(Collection<String>) - Method in class graphql.schema.visibility.BlockedFields.Builder
-
- addQuery(Object, String) - Method in class graphql.execution.preparsed.persisted.InMemoryPersistedQueryCache.Builder
-
- addRule(ResultPath, BiFunction<FieldAndArguments, FieldValidationEnvironment, Optional<GraphQLError>>) - Method in class graphql.execution.instrumentation.fieldvalidation.SimpleFieldValidation
-
Adds the rule against the field address path.
- addTo(ExecutionResult) - Method in class graphql.cachecontrol.CacheControl
-
This will record the values in the cache control object into the provided execution result object which creates a new
ExecutionResult
object back out
- addToList(Collection<? extends T>, T, T...) - Static method in class graphql.collect.ImmutableKit
-
This constructs a new Immutable list from an existing collection and adds a new element to it.
- addToMap(Map<K, V>, K, V) - Static method in class graphql.collect.ImmutableKit
-
- addVisited(T) - Method in class graphql.util.TraverserState
-
- alias(String) - Method in class graphql.language.Field.Builder
-
- alias(String) - Method in class graphql.normalized.NormalizedField.Builder
-
- allDirectivesByName(List<GraphQLDirective>) - Static method in class graphql.DirectivesUtil
-
- allDirectivesByName(List<Directive>) - Static method in class graphql.language.NodeUtil
-
- analyzeFetchedValue(ExecutionContext, FetchedValue, ExecutionStepInfo) - Method in class graphql.execution.nextgen.FetchedValueAnalyzer
-
- Anonymizer - Class in graphql.util
-
Util class which converts schemas and optionally queries
into anonymized schemas and queries.
- Anonymizer() - Constructor for class graphql.util.Anonymizer
-
- Anonymizer.AnonymizeResult - Class in graphql.util
-
- AnonymizeResult(GraphQLSchema, List<String>) - Constructor for class graphql.util.Anonymizer.AnonymizeResult
-
- anonymizeSchema(String) - Static method in class graphql.util.Anonymizer
-
- anonymizeSchema(GraphQLSchema) - Static method in class graphql.util.Anonymizer
-
- anonymizeSchemaAndQueries(String, List<String>) - Static method in class graphql.util.Anonymizer
-
- anonymizeSchemaAndQueries(GraphQLSchema, List<String>) - Static method in class graphql.util.Anonymizer
-
- anonymizeSchemaAndQueries(String, List<String>, Map<String, Object>) - Static method in class graphql.util.Anonymizer
-
- anonymizeSchemaAndQueries(GraphQLSchema, List<String>, Map<String, Object>) - Static method in class graphql.util.Anonymizer
-
- AntlrHelper - Class in graphql.parser
-
- AntlrHelper() - Constructor for class graphql.parser.AntlrHelper
-
- apiBreakage() - Static method in class graphql.schema.diff.DiffEvent
-
- apiDanger() - Static method in class graphql.schema.diff.DiffEvent
-
- apiInfo() - Static method in class graphql.schema.diff.DiffEvent
-
- ApolloPersistedQuerySupport - Class in graphql.execution.preparsed.persisted
-
- ApolloPersistedQuerySupport(PersistedQueryCache) - Constructor for class graphql.execution.preparsed.persisted.ApolloPersistedQuerySupport
-
- append(ResultPath) - Method in class graphql.execution.ResultPath
-
Appends the provided path to the current one
- apply(T, int, List<U>) - Method in interface graphql.execution.Async.CFFactory
-
- apply(String) - Method in interface graphql.execution.preparsed.persisted.PersistedQueryCacheMiss
-
You give back the missing query text and graphql-java will compile and validate it.
- apply(GraphQLSchema) - Method in class graphql.schema.transform.FieldVisibilitySchemaTransformation
-
- Argument - Class in graphql.language
-
- Argument(String, Value, SourceLocation, List<Comment>, IgnoredChars, Map<String, String>) - Constructor for class graphql.language.Argument
-
- Argument(String, Value) - Constructor for class graphql.language.Argument
-
alternative to using a Builder for convenience
- argument(Argument) - Method in class graphql.language.Directive.Builder
-
- argument(GraphQLArgument) - Method in class graphql.schema.GraphQLDirective.Builder
-
- argument(UnaryOperator<GraphQLArgument.Builder>) - Method in class graphql.schema.GraphQLDirective.Builder
-
Take an argument builder in a function definition and apply.
- argument(GraphQLArgument.Builder) - Method in class graphql.schema.GraphQLDirective.Builder
-
Same effect as the argument(GraphQLArgument).
- argument(GraphQLArgument) - Method in class graphql.schema.GraphQLFieldDefinition.Builder
-
- argument(UnaryOperator<GraphQLArgument.Builder>) - Method in class graphql.schema.GraphQLFieldDefinition.Builder
-
Take an argument builder in a function definition and apply.
- argument(GraphQLArgument.Builder) - Method in class graphql.schema.GraphQLFieldDefinition.Builder
-
Same effect as the argument(GraphQLArgument).
- argument(List<GraphQLArgument>) - Method in class graphql.schema.GraphQLFieldDefinition.Builder
-
- Argument.Builder - Class in graphql.language
-
- arguments(Map<String, Object>) - Method in class graphql.execution.ExecutionStepInfo.Builder
-
- arguments(List<Argument>) - Method in class graphql.language.Directive.Builder
-
- arguments(List<Argument>) - Method in class graphql.language.Field.Builder
-
- arguments(Map<String, Object>) - Method in class graphql.normalized.NormalizedField.Builder
-
- arguments(Map<String, Object>) - Method in class graphql.schema.DataFetchingEnvironmentImpl.Builder
-
- arguments(Supplier<Map<String, Object>>) - Method in class graphql.schema.DataFetchingEnvironmentImpl.Builder
-
- arguments(List<GraphQLArgument>) - Method in class graphql.schema.GraphQLFieldDefinition.Builder
-
This adds the list of arguments to the field.
- argumentsByName(List<Argument>) - Static method in class graphql.language.NodeUtil
-
- ArgumentsOfCorrectType - Class in graphql.validation.rules
-
- ArgumentsOfCorrectType(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.ArgumentsOfCorrectType
-
- ArgumentValidationUtil - Class in graphql.validation
-
- ArgumentValidationUtil(Argument) - Constructor for class graphql.validation.ArgumentValidationUtil
-
- argumentValues(Map<String, Object>) - Method in class graphql.execution.TypeResolutionParameters.Builder
-
- ArrayValue - Class in graphql.language
-
- ArrayValue(List<Value>, SourceLocation, List<Comment>, IgnoredChars, Map<String, String>) - Constructor for class graphql.language.ArrayValue
-
- ArrayValue(List<Value>) - Constructor for class graphql.language.ArrayValue
-
alternative to using a Builder for convenience
- ArrayValue.Builder - Class in graphql.language
-
- AS_IS_REGISTRY - Static variable in interface graphql.schema.GraphqlTypeComparatorRegistry
-
A registry that leaves the elements as there currently are
- asIsOrder() - Static method in class graphql.schema.GraphqlTypeComparators
-
Returns a comparator that laves
GraphQLType
objects as they are
- Assert - Class in graphql
-
- Assert() - Constructor for class graphql.Assert
-
- AssertException - Exception in graphql
-
- AssertException(String) - Constructor for exception graphql.AssertException
-
- assertFalse(boolean, Supplier<String>) - Static method in class graphql.Assert
-
- assertFalse(boolean) - Static method in class graphql.Assert
-
- assertNeverCalled() - Static method in class graphql.Assert
-
- assertNewChildrenAreEmpty(NodeChildrenContainer) - Static method in class graphql.language.NodeUtil
-
- assertNonNullFieldPrecondition(NonNullableFieldWasNullException) - Method in class graphql.execution.ExecutionStrategy
-
See (http://facebook.github.io/graphql/#sec-Errors-and-Non-Nullability),
- assertNonNullFieldPrecondition(NonNullableFieldWasNullException, CompletableFuture<?>) - Method in class graphql.execution.ExecutionStrategy
-
- assertNotEmpty(Collection<T>) - Static method in class graphql.Assert
-
- assertNotEmpty(Collection<T>, Supplier<String>) - Static method in class graphql.Assert
-
- assertNotNull(T, Supplier<String>) - Static method in class graphql.Assert
-
- assertNotNull(T) - Static method in class graphql.Assert
-
- assertNotNullWithNPE(T, Supplier<String>) - Static method in class graphql.Assert
-
- assertNull(T, Supplier<String>) - Static method in class graphql.Assert
-
- assertNull(T) - Static method in class graphql.Assert
-
- assertShouldNeverHappen(String, Object...) - Static method in class graphql.Assert
-
- assertShouldNeverHappen() - Static method in class graphql.Assert
-
- assertTrue(boolean, Supplier<String>) - Static method in class graphql.Assert
-
- assertTrue(boolean) - Static method in class graphql.Assert
-
- assertValidName(String) - Static method in class graphql.Assert
-
Validates that the Lexical token name matches the current spec.
- assertValidNames() - Method in class graphql.schema.FieldCoordinates
-
Checks the validity of the field coordinate names.
- AST_NODE_ADAPTER - Static variable in class graphql.language.AstNodeAdapter
-
- AstComparator - Class in graphql.language
-
- AstComparator() - Constructor for class graphql.language.AstComparator
-
- astFromValue(Object, GraphQLType) - Static method in class graphql.language.AstValueHelper
-
Produces a GraphQL Value AST given a Java value.
- AstNodeAdapter - Class in graphql.language
-
Adapts an Ast node to the general node from the util package
- AstPrinter - Class in graphql.language
-
This can take graphql language AST and print it out as a string
- AstSignature - Class in graphql.language
-
This will produce signature query documents that can be used say for logging.
- AstSignature() - Constructor for class graphql.language.AstSignature
-
- AstSorter - Class in graphql.language
-
A class that helps you sort AST nodes
- AstSorter() - Constructor for class graphql.language.AstSorter
-
- AstTransformer - Class in graphql.language
-
Allows for an easy way to "manipulate" the immutable Ast by changing specific nodes and getting back a new Ast
containing the changed nodes while everything else is the same.
- AstTransformer() - Constructor for class graphql.language.AstTransformer
-
- AstValueHelper - Class in graphql.language
-
- AstValueHelper() - Constructor for class graphql.language.AstValueHelper
-
- Async - Class in graphql.execution
-
- Async() - Constructor for class graphql.execution.Async
-
- async(DataFetcher<T>) - Static method in class graphql.schema.AsyncDataFetcher
-
A factory method for creating asynchronous data fetchers so that when used with
static imports allows more readable code such as:
- async(DataFetcher<T>, Executor) - Static method in class graphql.schema.AsyncDataFetcher
-
A factory method for creating asynchronous data fetchers and setting the
Executor
they run in so that when used with static imports allows
more readable code such as:
- Async.CFFactory<T,U> - Interface in graphql.execution
-
- AsyncDataFetcher<T> - Class in graphql.schema
-
A modifier type that indicates the underlying data fetcher is run asynchronously
- AsyncDataFetcher(DataFetcher<T>) - Constructor for class graphql.schema.AsyncDataFetcher
-
- AsyncDataFetcher(DataFetcher<T>, Executor) - Constructor for class graphql.schema.AsyncDataFetcher
-
- AsyncExecutionStrategy - Class in graphql.execution
-
The standard graphql execution strategy that runs fields asynchronously non-blocking.
- AsyncExecutionStrategy() - Constructor for class graphql.execution.AsyncExecutionStrategy
-
The standard graphql execution strategy that runs fields asynchronously
- AsyncExecutionStrategy(DataFetcherExceptionHandler) - Constructor for class graphql.execution.AsyncExecutionStrategy
-
Creates a execution strategy that uses the provided exception handler
- AsyncSerialExecutionStrategy - Class in graphql.execution
-
Async non-blocking execution, but serial: only one field at the the time will be resolved.
- AsyncSerialExecutionStrategy() - Constructor for class graphql.execution.AsyncSerialExecutionStrategy
-
- AsyncSerialExecutionStrategy(DataFetcherExceptionHandler) - Constructor for class graphql.execution.AsyncSerialExecutionStrategy
-
- CACHE_CONTROL_EXTENSION_KEY - Static variable in class graphql.cachecontrol.CacheControl
-
- CacheControl - Class in graphql.cachecontrol
-
This class implements the graphql Cache Control specification as outlined in https://github.com/apollographql/apollo-cache-control
- cacheControl(CacheControl) - Method in class graphql.execution.ExecutionContextBuilder
-
- cacheControl(CacheControl) - Method in class graphql.ExecutionInput.Builder
-
- cacheControl(CacheControl) - Method in class graphql.schema.DataFetchingEnvironmentImpl.Builder
-
- CacheControl.Scope - Enum in graphql.cachecontrol
-
If the scope is set to PRIVATE, this indicates anything under this path should only be cached per-user,
unless the value is overridden on a sub path.
- calculate(FieldComplexityEnvironment, int) - Method in interface graphql.analysis.FieldComplexityCalculator
-
Calculates the complexity of a field
- cancel() - Method in class graphql.execution.reactive.DelegatingSubscription
-
- CapturingReporter - Class in graphql.schema.diff.reporting
-
A reporter that captures all the difference events as they occur
- CapturingReporter() - Constructor for class graphql.schema.diff.reporting.CapturingReporter
-
- category(DiffCategory) - Method in class graphql.schema.diff.DiffEvent.Builder
-
- cause - Variable in class graphql.GraphqlErrorException.BuilderBase
-
- cause(Throwable) - Method in class graphql.GraphqlErrorException.BuilderBase
-
- ChainedInstrumentation - Class in graphql.execution.instrumentation
-
This allows you to chain together a number of
Instrumentation
implementations
and run them in sequence.
- ChainedInstrumentation(List<Instrumentation>) - Constructor for class graphql.execution.instrumentation.ChainedInstrumentation
-
- ChainedInstrumentation(Instrumentation...) - Constructor for class graphql.execution.instrumentation.ChainedInstrumentation
-
- ChainedReporter - Class in graphql.schema.diff.reporting
-
A reporter that chains together one or more difference reporters
- ChainedReporter(DifferenceReporter...) - Constructor for class graphql.schema.diff.reporting.ChainedReporter
-
- ChainedReporter(List<DifferenceReporter>) - Constructor for class graphql.schema.diff.reporting.ChainedReporter
-
- changedNode(GraphQLSchemaElement, TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
This helper method can be used to "change" a node when returning control from this visitor
- changeNode(T) - Method in class graphql.util.DefaultTraverserContext
-
- changeNode(T) - Method in interface graphql.util.TraverserContext
-
Change the current node to the provided node.
- changeNode(TraverserContext<T>, T) - Static method in class graphql.util.TreeTransformerUtil
-
Can be called multiple times to change the current node of the context.
- changeTypeWithPreservedNonNull(GraphQLOutputType) - Method in class graphql.execution.ExecutionStepInfo
-
This allows you to morph a type into a more specialized form yet return the same
parent and non-null ness, for example taking a
GraphQLInterfaceType
and turning it into a specific
GraphQLObjectType
after type resolution has occurred
- check(GraphQLType, SchemaValidationErrorCollector) - Method in class graphql.schema.validation.NoUnbrokenInputCycles
-
- check(GraphQLSchema, SchemaValidationErrorCollector) - Method in class graphql.schema.validation.NoUnbrokenInputCycles
-
- check(GraphQLFieldDefinition, SchemaValidationErrorCollector) - Method in class graphql.schema.validation.NoUnbrokenInputCycles
-
- check(GraphQLFieldDefinition, SchemaValidationErrorCollector) - Method in interface graphql.schema.validation.SchemaValidationRule
-
- check(GraphQLType, SchemaValidationErrorCollector) - Method in interface graphql.schema.validation.SchemaValidationRule
-
- check(GraphQLSchema, SchemaValidationErrorCollector) - Method in interface graphql.schema.validation.SchemaValidationRule
-
- check(GraphQLSchema, SchemaValidationErrorCollector) - Method in class graphql.schema.validation.TypeAndFieldRule
-
- check(GraphQLFieldDefinition, SchemaValidationErrorCollector) - Method in class graphql.schema.validation.TypeAndFieldRule
-
- check(GraphQLType, SchemaValidationErrorCollector) - Method in class graphql.schema.validation.TypeAndFieldRule
-
- check(GraphQLFieldDefinition, SchemaValidationErrorCollector) - Method in class graphql.schema.validation.TypesImplementInterfaces
-
- check(GraphQLType, SchemaValidationErrorCollector) - Method in class graphql.schema.validation.TypesImplementInterfaces
-
- check(GraphQLSchema, SchemaValidationErrorCollector) - Method in class graphql.schema.validation.TypesImplementInterfaces
-
- checkArgument(Argument) - Method in class graphql.validation.AbstractRule
-
- checkArgument(Argument) - Method in class graphql.validation.rules.ArgumentsOfCorrectType
-
- checkArgument(Argument) - Method in class graphql.validation.rules.KnownArgumentNames
-
- checkDirective(Directive, List<Node>) - Method in class graphql.validation.AbstractRule
-
- checkDirective(Directive, List<Node>) - Method in class graphql.validation.rules.KnownDirectives
-
- checkDirective(Directive, List<Node>) - Method in class graphql.validation.rules.ProvidedNonNullArguments
-
- checkDirective(Directive, List<Node>) - Method in class graphql.validation.rules.UniqueArgumentNamesRule
-
- checkDocument(Document) - Method in class graphql.validation.AbstractRule
-
- checkDocument(Document) - Method in class graphql.validation.rules.ExecutableDefinitions
-
Executable definitions
A GraphQL document is only valid for execution if all definitions are either
operation or fragment definitions.
- checkDocument(Document) - Method in class graphql.validation.rules.UniqueDirectiveNamesPerLocation
-
- checkField(Field) - Method in class graphql.validation.AbstractRule
-
- checkField(Field) - Method in class graphql.validation.rules.FieldsOnCorrectType
-
- checkField(Field) - Method in class graphql.validation.rules.ProvidedNonNullArguments
-
- checkField(Field) - Method in class graphql.validation.rules.ScalarLeafs
-
- checkField(Field) - Method in class graphql.validation.rules.UniqueArgumentNamesRule
-
- checkField(Field) - Method in class graphql.validation.rules.UniqueDirectiveNamesPerLocation
-
- checkFragmentDefinition(FragmentDefinition) - Method in class graphql.validation.AbstractRule
-
- checkFragmentDefinition(FragmentDefinition) - Method in class graphql.validation.rules.FragmentsOnCompositeType
-
- checkFragmentDefinition(FragmentDefinition) - Method in class graphql.validation.rules.NoFragmentCycles
-
- checkFragmentDefinition(FragmentDefinition) - Method in class graphql.validation.rules.NoUndefinedVariables
-
- checkFragmentDefinition(FragmentDefinition) - Method in class graphql.validation.rules.NoUnusedFragments
-
- checkFragmentDefinition(FragmentDefinition) - Method in class graphql.validation.rules.UniqueDirectiveNamesPerLocation
-
- checkFragmentDefinition(FragmentDefinition) - Method in class graphql.validation.rules.UniqueFragmentNames
-
- checkFragmentSpread(FragmentSpread) - Method in class graphql.validation.AbstractRule
-
- checkFragmentSpread(FragmentSpread) - Method in class graphql.validation.rules.KnownFragmentNames
-
- checkFragmentSpread(FragmentSpread) - Method in class graphql.validation.rules.NoUnusedFragments
-
- checkFragmentSpread(FragmentSpread) - Method in class graphql.validation.rules.PossibleFragmentSpreads
-
- checkFragmentSpread(FragmentSpread) - Method in class graphql.validation.rules.UniqueDirectiveNamesPerLocation
-
- checkInlineFragment(InlineFragment) - Method in class graphql.validation.AbstractRule
-
- checkInlineFragment(InlineFragment) - Method in class graphql.validation.rules.FragmentsOnCompositeType
-
- checkInlineFragment(InlineFragment) - Method in class graphql.validation.rules.PossibleFragmentSpreads
-
- checkInlineFragment(InlineFragment) - Method in class graphql.validation.rules.UniqueDirectiveNamesPerLocation
-
- checkOperationDefinition(OperationDefinition) - Method in class graphql.validation.AbstractRule
-
- checkOperationDefinition(OperationDefinition) - Method in class graphql.validation.rules.LoneAnonymousOperation
-
- checkOperationDefinition(OperationDefinition) - Method in class graphql.validation.rules.NoUndefinedVariables
-
- checkOperationDefinition(OperationDefinition) - Method in class graphql.validation.rules.NoUnusedFragments
-
- checkOperationDefinition(OperationDefinition) - Method in class graphql.validation.rules.NoUnusedVariables
-
- checkOperationDefinition(OperationDefinition) - Method in class graphql.validation.rules.UniqueDirectiveNamesPerLocation
-
- checkOperationDefinition(OperationDefinition) - Method in class graphql.validation.rules.UniqueOperationNames
-
- checkOperationDefinition(OperationDefinition) - Method in class graphql.validation.rules.UniqueVariableNamesRule
-
- checkOperationDefinition(OperationDefinition) - Method in class graphql.validation.rules.VariableTypesMatchRule
-
- checkSelectionSet(SelectionSet) - Method in class graphql.validation.AbstractRule
-
- checkTypeName(TypeName) - Method in class graphql.validation.AbstractRule
-
- checkTypeName(TypeName) - Method in class graphql.validation.rules.KnownTypeNames
-
- checkTypeRegistry(TypeDefinitionRegistry, RuntimeWiring) - Method in class graphql.schema.idl.SchemaTypeChecker
-
- checkVariable(VariableReference) - Method in class graphql.validation.AbstractRule
-
- checkVariable(VariableReference) - Method in class graphql.validation.rules.NoUndefinedVariables
-
- checkVariable(VariableReference) - Method in class graphql.validation.rules.NoUnusedVariables
-
- checkVariable(VariableReference) - Method in class graphql.validation.rules.VariableTypesMatchRule
-
- checkVariableDefinition(VariableDefinition) - Method in class graphql.validation.AbstractRule
-
- checkVariableDefinition(VariableDefinition) - Method in class graphql.validation.rules.NoUndefinedVariables
-
- checkVariableDefinition(VariableDefinition) - Method in class graphql.validation.rules.NoUnusedVariables
-
- checkVariableDefinition(VariableDefinition) - Method in class graphql.validation.rules.VariableDefaultValuesOfCorrectType
-
- checkVariableDefinition(VariableDefinition) - Method in class graphql.validation.rules.VariablesAreInputTypes
-
- checkVariableDefinition(VariableDefinition) - Method in class graphql.validation.rules.VariableTypesMatchRule
-
- child(String, Node) - Method in class graphql.language.NodeChildrenContainer.Builder
-
- child(String, GraphQLSchemaElement) - Method in class graphql.schema.SchemaElementChildrenContainer.Builder
-
- CHILD_ARGUMENTS - Static variable in class graphql.language.Directive
-
- CHILD_ARGUMENTS - Static variable in class graphql.language.Field
-
- CHILD_ARGUMENTS - Static variable in class graphql.schema.GraphQLDirective
-
- CHILD_ARGUMENTS - Static variable in class graphql.schema.GraphQLFieldDefinition
-
- CHILD_DEFAULT_VALUE - Static variable in class graphql.language.InputValueDefinition
-
- CHILD_DEFAULT_VALUE - Static variable in class graphql.language.VariableDefinition
-
- CHILD_DEFINITIONS - Static variable in class graphql.language.Document
-
- CHILD_DEFINITIONS - Static variable in class graphql.language.InterfaceTypeDefinition
-
- CHILD_DIRECTIVE_LOCATION - Static variable in class graphql.language.DirectiveDefinition
-
- CHILD_DIRECTIVES - Static variable in class graphql.language.EnumTypeDefinition
-
- CHILD_DIRECTIVES - Static variable in class graphql.language.EnumValueDefinition
-
- CHILD_DIRECTIVES - Static variable in class graphql.language.Field
-
- CHILD_DIRECTIVES - Static variable in class graphql.language.FieldDefinition
-
- CHILD_DIRECTIVES - Static variable in class graphql.language.FragmentDefinition
-
- CHILD_DIRECTIVES - Static variable in class graphql.language.FragmentSpread
-
- CHILD_DIRECTIVES - Static variable in class graphql.language.InlineFragment
-
- CHILD_DIRECTIVES - Static variable in class graphql.language.InputObjectTypeDefinition
-
- CHILD_DIRECTIVES - Static variable in class graphql.language.InputValueDefinition
-
- CHILD_DIRECTIVES - Static variable in class graphql.language.InterfaceTypeDefinition
-
- CHILD_DIRECTIVES - Static variable in class graphql.language.ObjectTypeDefinition
-
- CHILD_DIRECTIVES - Static variable in class graphql.language.OperationDefinition
-
- CHILD_DIRECTIVES - Static variable in class graphql.language.ScalarTypeDefinition
-
- CHILD_DIRECTIVES - Static variable in class graphql.language.SchemaDefinition
-
- CHILD_DIRECTIVES - Static variable in class graphql.language.UnionTypeDefinition
-
- CHILD_DIRECTIVES - Static variable in class graphql.language.VariableDefinition
-
- CHILD_DIRECTIVES - Static variable in class graphql.schema.GraphQLArgument
-
- CHILD_DIRECTIVES - Static variable in class graphql.schema.GraphQLEnumType
-
- CHILD_DIRECTIVES - Static variable in class graphql.schema.GraphQLEnumValueDefinition
-
- CHILD_DIRECTIVES - Static variable in class graphql.schema.GraphQLFieldDefinition
-
- CHILD_DIRECTIVES - Static variable in class graphql.schema.GraphQLInputObjectField
-
- CHILD_DIRECTIVES - Static variable in class graphql.schema.GraphQLInputObjectType
-
- CHILD_DIRECTIVES - Static variable in class graphql.schema.GraphQLInterfaceType
-
- CHILD_DIRECTIVES - Static variable in class graphql.schema.GraphQLObjectType
-
- CHILD_DIRECTIVES - Static variable in class graphql.schema.GraphQLScalarType
-
- CHILD_DIRECTIVES - Static variable in class graphql.schema.GraphQLUnionType
-
- CHILD_ENUM_VALUE_DEFINITIONS - Static variable in class graphql.language.EnumTypeDefinition
-
- CHILD_FIELD_DEFINITIONS - Static variable in class graphql.language.ObjectTypeDefinition
-
- CHILD_FIELD_DEFINITIONS - Static variable in class graphql.schema.GraphQLInputObjectType
-
- CHILD_FIELD_DEFINITIONS - Static variable in class graphql.schema.GraphQLInterfaceType
-
- CHILD_FIELD_DEFINITIONS - Static variable in class graphql.schema.GraphQLObjectType
-
- CHILD_IMPLEMENTZ - Static variable in class graphql.language.InterfaceTypeDefinition
-
- CHILD_IMPLEMENTZ - Static variable in class graphql.language.ObjectTypeDefinition
-
- CHILD_INPUT_VALUE_DEFINITION - Static variable in class graphql.language.FieldDefinition
-
- CHILD_INPUT_VALUE_DEFINITIONS - Static variable in class graphql.language.DirectiveDefinition
-
- CHILD_INPUT_VALUES_DEFINITIONS - Static variable in class graphql.language.InputObjectTypeDefinition
-
- CHILD_INTERFACES - Static variable in class graphql.schema.GraphQLInterfaceType
-
- CHILD_INTERFACES - Static variable in class graphql.schema.GraphQLObjectType
-
- CHILD_MEMBER_TYPES - Static variable in class graphql.language.UnionTypeDefinition
-
- CHILD_OBJECT_FIELDS - Static variable in class graphql.language.ObjectValue
-
- CHILD_OPERATION_TYPE_DEFINITIONS - Static variable in class graphql.language.SchemaDefinition
-
- CHILD_SELECTION_SET - Static variable in class graphql.language.Field
-
- CHILD_SELECTION_SET - Static variable in class graphql.language.FragmentDefinition
-
- CHILD_SELECTION_SET - Static variable in class graphql.language.InlineFragment
-
- CHILD_SELECTION_SET - Static variable in class graphql.language.OperationDefinition
-
- CHILD_SELECTIONS - Static variable in class graphql.language.SelectionSet
-
- CHILD_TYPE - Static variable in class graphql.language.FieldDefinition
-
- CHILD_TYPE - Static variable in class graphql.language.InputValueDefinition
-
- CHILD_TYPE - Static variable in class graphql.language.ListType
-
- CHILD_TYPE - Static variable in class graphql.language.NonNullType
-
- CHILD_TYPE - Static variable in class graphql.language.VariableDefinition
-
- CHILD_TYPE - Static variable in class graphql.schema.GraphQLArgument
-
- CHILD_TYPE - Static variable in class graphql.schema.GraphQLFieldDefinition
-
- CHILD_TYPE - Static variable in class graphql.schema.GraphQLInputObjectField
-
- CHILD_TYPE_CONDITION - Static variable in class graphql.language.FragmentDefinition
-
- CHILD_TYPE_CONDITION - Static variable in class graphql.language.InlineFragment
-
- CHILD_TYPE_NAME - Static variable in class graphql.language.OperationTypeDefinition
-
- CHILD_TYPES - Static variable in class graphql.schema.GraphQLUnionType
-
- CHILD_VALUE - Static variable in class graphql.language.Argument
-
- CHILD_VALUE - Static variable in class graphql.language.ObjectField
-
- CHILD_VALUES - Static variable in class graphql.language.ArrayValue
-
- CHILD_VALUES - Static variable in class graphql.schema.GraphQLEnumType
-
- CHILD_VARIABLE_DEFINITIONS - Static variable in class graphql.language.OperationDefinition
-
- CHILD_WRAPPED_TYPE - Static variable in class graphql.schema.GraphQLList
-
- CHILD_WRAPPED_TYPE - Static variable in class graphql.schema.GraphQLNonNull
-
- children(List<FetchedValueAnalysis>) - Method in class graphql.execution.nextgen.FetchedValueAnalysis.Builder
-
- children(String, List<? extends Node>) - Method in class graphql.language.NodeChildrenContainer.Builder
-
- children(Map<String, ? extends List<? extends Node>>) - Method in class graphql.language.NodeChildrenContainer.Builder
-
- children(List<NormalizedField>) - Method in class graphql.normalized.NormalizedField.Builder
-
- children(String, Collection<? extends GraphQLSchemaElement>) - Method in class graphql.schema.SchemaElementChildrenContainer.Builder
-
- children(Map<String, ? extends Collection<? extends GraphQLSchemaElement>>) - Method in class graphql.schema.SchemaElementChildrenContainer.Builder
-
- childrenContextMap - Variable in class graphql.util.TraverserState.EndList
-
- clear() - Method in class graphql.collect.ImmutableMapWithNullValues
-
Deprecated.
- clearAdditionalTypes() - Method in class graphql.schema.GraphQLSchema.Builder
-
- clearArguments() - Method in class graphql.schema.GraphQLDirective.Builder
-
This is used to clear all the arguments in the builder so far.
- clearArguments() - Method in class graphql.schema.GraphQLFieldDefinition.Builder
-
This is used to clear all the arguments in the builder so far.
- clearDataFetchers() - Method in class graphql.schema.GraphQLCodeRegistry.Builder
-
- clearDirectives() - Method in class graphql.schema.GraphQLArgument.Builder
-
This is used to clear all the directives in the builder so far.
- clearDirectives() - Method in class graphql.schema.GraphQLEnumType.Builder
-
This is used to clear all the directives in the builder so far.
- clearDirectives() - Method in class graphql.schema.GraphQLEnumValueDefinition.Builder
-
This is used to clear all the directives in the builder so far.
- clearDirectives() - Method in class graphql.schema.GraphQLFieldDefinition.Builder
-
This is used to clear all the directives in the builder so far.
- clearDirectives() - Method in class graphql.schema.GraphQLInputObjectField.Builder
-
This is used to clear all the directives in the builder so far.
- clearDirectives() - Method in class graphql.schema.GraphQLInputObjectType.Builder
-
This is used to clear all the directives in the builder so far.
- clearDirectives() - Method in class graphql.schema.GraphQLInterfaceType.Builder
-
This is used to clear all the directives in the builder so far.
- clearDirectives() - Method in class graphql.schema.GraphQLObjectType.Builder
-
This is used to clear all the directives in the builder so far.
- clearDirectives() - Method in class graphql.schema.GraphQLScalarType.Builder
-
This is used to clear all the directives in the builder so far.
- clearDirectives() - Method in class graphql.schema.GraphQLSchema.Builder
-
- clearDirectives() - Method in class graphql.schema.GraphQLUnionType.Builder
-
This is used to clear all the directives in the builder so far.
- clearFields() - Method in class graphql.schema.GraphQLInputObjectType.Builder
-
This is used to clear all the fields in the builder so far.
- clearFields() - Method in class graphql.schema.GraphQLInterfaceType.Builder
-
This is used to clear all the fields in the builder so far.
- clearFields() - Method in class graphql.schema.GraphQLObjectType.Builder
-
This is used to clear all the fields in the builder so far.
- clearInterfaces() - Method in class graphql.schema.GraphQLObjectType.Builder
-
This is used to clear all the interfaces in the builder so far.
- clearPossibleTypes() - Method in class graphql.schema.GraphQLUnionType.Builder
-
This is used to clear all the types in the builder so far.
- clearReflectionCache() - Static method in class graphql.schema.PropertyDataFetcher
-
PropertyDataFetcher caches the methods and fields that map from a class to a property for runtime performance reasons
as well as negative misses.
- clearReflectionCache() - Static method in class graphql.schema.PropertyDataFetcherHelper
-
- clearReflectionCache() - Method in class graphql.schema.PropertyFetchingImpl
-
- clearSchemaDirectives() - Method in class graphql.schema.GraphQLSchema.Builder
-
This is used to clear all the directives in the builder so far.
- clearTypeResolvers() - Method in class graphql.schema.GraphQLCodeRegistry.Builder
-
- clearValidLocations() - Method in class graphql.schema.GraphQLDirective.Builder
-
- clearValues() - Method in class graphql.schema.GraphQLEnumType.Builder
-
This is used to clear all the values in the builder so far.
- close() - Method in class graphql.parser.MultiSourceReader
-
- codeRegistry(GraphQLCodeRegistry) - Method in class graphql.schema.GraphQLSchema.Builder
-
- codeRegistry(GraphQLCodeRegistry) - Method in class graphql.schema.idl.RuntimeWiring.Builder
-
- codeRegistry(GraphQLCodeRegistry.Builder) - Method in class graphql.schema.idl.RuntimeWiring.Builder
-
- coerceVariableValues(GraphQLSchema, List<VariableDefinition>, Map<String, Object>) - Method in class graphql.execution.ValuesResolver
-
This method coerces the "raw" variables values provided to the engine.
- Coercing<I,O> - Interface in graphql.schema
-
The Coercing interface is used by
GraphQLScalarType
s to parse and serialise object values.
- coercing(Coercing) - Method in class graphql.schema.GraphQLScalarType.Builder
-
- CoercingParseLiteralException - Exception in graphql.schema
-
- CoercingParseLiteralException() - Constructor for exception graphql.schema.CoercingParseLiteralException
-
- CoercingParseLiteralException(String) - Constructor for exception graphql.schema.CoercingParseLiteralException
-
- CoercingParseLiteralException(String, Throwable) - Constructor for exception graphql.schema.CoercingParseLiteralException
-
- CoercingParseLiteralException(String, Throwable, SourceLocation) - Constructor for exception graphql.schema.CoercingParseLiteralException
-
- CoercingParseLiteralException(Throwable) - Constructor for exception graphql.schema.CoercingParseLiteralException
-
- CoercingParseLiteralException.Builder - Class in graphql.schema
-
- CoercingParseValueException - Exception in graphql.schema
-
- CoercingParseValueException() - Constructor for exception graphql.schema.CoercingParseValueException
-
- CoercingParseValueException(String) - Constructor for exception graphql.schema.CoercingParseValueException
-
- CoercingParseValueException(String, Throwable) - Constructor for exception graphql.schema.CoercingParseValueException
-
- CoercingParseValueException(Throwable) - Constructor for exception graphql.schema.CoercingParseValueException
-
- CoercingParseValueException(String, Throwable, SourceLocation) - Constructor for exception graphql.schema.CoercingParseValueException
-
- CoercingParseValueException.Builder - Class in graphql.schema
-
- CoercingSerializeException - Exception in graphql.schema
-
- CoercingSerializeException() - Constructor for exception graphql.schema.CoercingSerializeException
-
- CoercingSerializeException(String) - Constructor for exception graphql.schema.CoercingSerializeException
-
- CoercingSerializeException(String, Throwable) - Constructor for exception graphql.schema.CoercingSerializeException
-
- CoercingSerializeException(Throwable) - Constructor for exception graphql.schema.CoercingSerializeException
-
- CoercingSerializeException.Builder - Class in graphql.schema
-
- CollectFieldResult(List<NormalizedField>, Map<NormalizedField, MergedField>) - Constructor for class graphql.normalized.FieldCollectorNormalizedQuery.CollectFieldResult
-
- collectFields(FieldCollectorParameters, MergedField) - Method in class graphql.execution.FieldCollector
-
- collectFields(FieldCollectorParameters, SelectionSet) - Method in class graphql.execution.FieldCollector
-
Given a selection set this will collect the sub-field selections and return it as a map
- collectFields(FieldCollectorNormalizedQueryParams, NormalizedField, MergedField, int) - Method in class graphql.normalized.FieldCollectorNormalizedQuery
-
- collectFromOperation(FieldCollectorNormalizedQueryParams, OperationDefinition, GraphQLObjectType) - Method in class graphql.normalized.FieldCollectorNormalizedQuery
-
- CombinedWiringFactory - Class in graphql.schema.idl
-
- CombinedWiringFactory(List<WiringFactory>) - Constructor for class graphql.schema.idl.CombinedWiringFactory
-
- Comment - Class in graphql.language
-
- Comment(String, SourceLocation) - Constructor for class graphql.language.Comment
-
- comments(List<Comment>) - Method in class graphql.language.Argument.Builder
-
- comments(List<Comment>) - Method in class graphql.language.ArrayValue.Builder
-
- comments(List<Comment>) - Method in class graphql.language.BooleanValue.Builder
-
- comments(List<Comment>) - Method in class graphql.language.Directive.Builder
-
- comments(List<Comment>) - Method in class graphql.language.DirectiveDefinition.Builder
-
- comments(List<Comment>) - Method in class graphql.language.DirectiveLocation.Builder
-
- comments(List<Comment>) - Method in class graphql.language.Document.Builder
-
- comments(List<Comment>) - Method in class graphql.language.EnumTypeDefinition.Builder
-
- comments(List<Comment>) - Method in class graphql.language.EnumTypeExtensionDefinition.Builder
-
- comments(List<Comment>) - Method in class graphql.language.EnumValue.Builder
-
- comments(List<Comment>) - Method in class graphql.language.EnumValueDefinition.Builder
-
- comments(List<Comment>) - Method in class graphql.language.Field.Builder
-
- comments(List<Comment>) - Method in class graphql.language.FieldDefinition.Builder
-
- comments(List<Comment>) - Method in class graphql.language.FloatValue.Builder
-
- comments(List<Comment>) - Method in class graphql.language.FragmentDefinition.Builder
-
- comments(List<Comment>) - Method in class graphql.language.FragmentSpread.Builder
-
- comments(List<Comment>) - Method in class graphql.language.InlineFragment.Builder
-
- comments(List<Comment>) - Method in class graphql.language.InputObjectTypeDefinition.Builder
-
- comments(List<Comment>) - Method in class graphql.language.InputObjectTypeExtensionDefinition.Builder
-
- comments(List<Comment>) - Method in class graphql.language.InputValueDefinition.Builder
-
- comments(List<Comment>) - Method in class graphql.language.InterfaceTypeDefinition.Builder
-
- comments(List<Comment>) - Method in class graphql.language.InterfaceTypeExtensionDefinition.Builder
-
- comments(List<Comment>) - Method in class graphql.language.IntValue.Builder
-
- comments(List<Comment>) - Method in class graphql.language.ListType.Builder
-
- comments(List<Comment>) - Method in interface graphql.language.NodeBuilder
-
- comments(List<Comment>) - Method in class graphql.language.NonNullType.Builder
-
- comments(List<Comment>) - Method in class graphql.language.NullValue.Builder
-
- comments(List<Comment>) - Method in class graphql.language.ObjectField.Builder
-
- comments(List<Comment>) - Method in class graphql.language.ObjectTypeDefinition.Builder
-
- comments(List<Comment>) - Method in class graphql.language.ObjectTypeExtensionDefinition.Builder
-
- comments(List<Comment>) - Method in class graphql.language.ObjectValue.Builder
-
- comments(List<Comment>) - Method in class graphql.language.OperationDefinition.Builder
-
- comments(List<Comment>) - Method in class graphql.language.OperationTypeDefinition.Builder
-
- comments(List<Comment>) - Method in class graphql.language.ScalarTypeDefinition.Builder
-
- comments(List<Comment>) - Method in class graphql.language.ScalarTypeExtensionDefinition.Builder
-
- comments(List<Comment>) - Method in class graphql.language.SchemaDefinition.Builder
-
- comments(List<Comment>) - Method in class graphql.language.SchemaExtensionDefinition.Builder
-
- comments(List<Comment>) - Method in class graphql.language.SelectionSet.Builder
-
- comments(List<Comment>) - Method in class graphql.language.StringValue.Builder
-
- comments(List<Comment>) - Method in class graphql.language.TypeName.Builder
-
- comments(List<Comment>) - Method in class graphql.language.UnionTypeDefinition.Builder
-
- comments(List<Comment>) - Method in class graphql.language.UnionTypeExtensionDefinition.Builder
-
- comments(List<Comment>) - Method in class graphql.language.VariableDefinition.Builder
-
- comments(List<Comment>) - Method in class graphql.language.VariableReference.Builder
-
- Common - Class in graphql.execution.nextgen
-
- Common() - Constructor for class graphql.execution.nextgen.Common
-
- comparatorRegistry(GraphqlTypeComparatorRegistry) - Method in class graphql.schema.GraphQLArgument.Builder
-
- comparatorRegistry(GraphqlTypeComparatorRegistry) - Method in class graphql.schema.GraphQLDirective.Builder
-
- comparatorRegistry(GraphqlTypeComparatorRegistry) - Method in class graphql.schema.GraphQLEnumType.Builder
-
- comparatorRegistry(GraphqlTypeComparatorRegistry) - Method in class graphql.schema.GraphQLEnumValueDefinition.Builder
-
- comparatorRegistry(GraphqlTypeComparatorRegistry) - Method in class graphql.schema.GraphQLFieldDefinition.Builder
-
- comparatorRegistry(GraphqlTypeComparatorRegistry) - Method in class graphql.schema.GraphQLInputObjectField.Builder
-
- comparatorRegistry(GraphqlTypeComparatorRegistry) - Method in class graphql.schema.GraphQLInputObjectType.Builder
-
- comparatorRegistry(GraphqlTypeComparatorRegistry) - Method in class graphql.schema.GraphQLInterfaceType.Builder
-
- comparatorRegistry(GraphqlTypeComparatorRegistry) - Method in class graphql.schema.GraphQLObjectType.Builder
-
- comparatorRegistry(GraphqlTypeComparatorRegistry) - Method in class graphql.schema.GraphQLScalarType.Builder
-
- comparatorRegistry - Variable in class graphql.schema.GraphqlTypeBuilder
-
- comparatorRegistry(GraphqlTypeComparatorRegistry) - Method in class graphql.schema.GraphQLUnionType.Builder
-
- comparatorRegistry(GraphqlTypeComparatorRegistry) - Method in class graphql.schema.idl.RuntimeWiring.Builder
-
You can specify your own sort order of graphql types via
GraphqlTypeComparatorRegistry
which will tell you what type of objects you are to sort when
it asks for a comparator.
- completedValue(Object) - Method in class graphql.execution.nextgen.FetchedValueAnalysis.Builder
-
- completedValue(Object) - Method in class graphql.execution.nextgen.result.ResolvedValue.Builder
-
- completeField(ExecutionContext, ExecutionStrategyParameters, FetchedValue) - Method in class graphql.execution.ExecutionStrategy
-
Called to complete a field based on the type of the field.
- completeValue(ExecutionContext, ExecutionStrategyParameters) - Method in class graphql.execution.ExecutionStrategy
-
Called to complete a value for a field based on the type of the field.
- completeValueForEnum(ExecutionContext, ExecutionStrategyParameters, GraphQLEnumType, Object) - Method in class graphql.execution.ExecutionStrategy
-
Called to turn an object into a enum value according to the
GraphQLEnumType
by asking that enum type to coerce the object into a valid value
- completeValueForList(ExecutionContext, ExecutionStrategyParameters, Object) - Method in class graphql.execution.ExecutionStrategy
-
Called to complete a list of value for a field based on a list type.
- completeValueForList(ExecutionContext, ExecutionStrategyParameters, Iterable<Object>) - Method in class graphql.execution.ExecutionStrategy
-
Called to complete a list of value for a field based on a list type.
- completeValueForObject(ExecutionContext, ExecutionStrategyParameters, GraphQLObjectType, Object) - Method in class graphql.execution.ExecutionStrategy
-
Called to turn an java object value into an graphql object value
- completeValueForScalar(ExecutionContext, ExecutionStrategyParameters, GraphQLScalarType, Object) - Method in class graphql.execution.ExecutionStrategy
-
Called to turn an object into a scalar value according to the
GraphQLScalarType
by asking that scalar type to coerce the object
into a valid value
- completeValueType(FieldValueInfo.CompleteValueType) - Method in class graphql.execution.FieldValueInfo.Builder
-
- CompletionStageMappingPublisher<D,U> - Class in graphql.execution.reactive
-
A reactive Publisher that bridges over another Publisher of `D` and maps the results
to type `U` via a CompletionStage, handling errors in that stage
- CompletionStageMappingPublisher(Publisher<U>, Function<U, CompletionStage<D>>) - Constructor for class graphql.execution.reactive.CompletionStageMappingPublisher
-
You need the following :
- complexity(int) - Method in class graphql.analysis.QueryComplexityInfo.Builder
-
The query complexity.
- components(Object...) - Method in class graphql.schema.diff.DiffEvent.Builder
-
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class graphql.collect.ImmutableMapWithNullValues
-
Deprecated.
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class graphql.collect.ImmutableMapWithNullValues
-
Deprecated.
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class graphql.collect.ImmutableMapWithNullValues
-
Deprecated.
- concat(List<T>, T) - Static method in class graphql.util.FpKit
-
Concatenates (appends) a single elements to an existing list
- concat(List<T>, List<T>) - Static method in class graphql.util.FpKit
-
Concatenates two lists into one
- concatLists(List<T>, List<T>) - Static method in class graphql.collect.ImmutableKit
-
- ConditionalNodes - Class in graphql.execution
-
- ConditionalNodes() - Constructor for class graphql.execution.ConditionalNodes
-
- Connection<T> - Interface in graphql.relay
-
This represents a connection in Relay, which is a list of
edge
s
as well as a
pageInfo
that describes the pagination of that list.
- ConnectionCursor - Interface in graphql.relay
-
Represents a
connection
cursor in Relay which is an opaque
string that the server understands.
- connectionType(String, GraphQLObjectType, List<GraphQLFieldDefinition>) - Method in class graphql.relay.Relay
-
- contains(String) - Method in interface graphql.schema.DataFetchingFieldSelectionSet
-
This will return true if the field selection set matches a specified "glob" pattern matching ie
the glob pattern matching supported by FileSystem.getPathMatcher(java.lang.String)
.
- contains(String) - Method in class graphql.schema.DataFetchingFieldSelectionSetImpl
-
- containsAllOf(String, String...) - Method in interface graphql.schema.DataFetchingFieldSelectionSet
-
This will return true if the field selection set matches all of the specified "glob" pattern matches ie
the glob pattern matching supported by FileSystem.getPathMatcher(java.lang.String)
.
- containsAllOf(String, String...) - Method in class graphql.schema.DataFetchingFieldSelectionSetImpl
-
- containsAnyOf(String, String...) - Method in interface graphql.schema.DataFetchingFieldSelectionSet
-
This will return true if the field selection set matches any of the specified "glob" pattern matches ie
the glob pattern matching supported by FileSystem.getPathMatcher(java.lang.String)
.
- containsAnyOf(String, String...) - Method in class graphql.schema.DataFetchingFieldSelectionSetImpl
-
- containsArgument(String) - Method in interface graphql.schema.DataFetchingEnvironment
-
Returns true of the named argument is present
- containsArgument(String) - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- containsArgument(String) - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
- containsDirective(String) - Method in interface graphql.schema.idl.SchemaDirectiveWiringEnvironment
-
Returns true if the named directive is present
- containsDirective(String) - Method in class graphql.schema.idl.SchemaDirectiveWiringEnvironmentImpl
-
- containsKey(Object) - Method in class graphql.collect.ImmutableMapWithNullValues
-
- containsValidationError(SchemaValidationErrorType) - Method in class graphql.schema.validation.SchemaValidationErrorCollector
-
- containsValidationError(ValidationErrorType) - Method in class graphql.validation.ValidationErrorCollector
-
- containsValidationError(ValidationErrorType, String) - Method in class graphql.validation.ValidationErrorCollector
-
- containsValue(Object) - Method in class graphql.collect.ImmutableMapWithNullValues
-
- containType(String) - Method in class graphql.schema.GraphQLUnionType.Builder
-
- content - Variable in class graphql.language.Comment
-
- content - Variable in class graphql.language.Description
-
- context(Object) - Method in class graphql.execution.ExecutionContextBuilder
-
- context(Object) - Method in class graphql.execution.TypeResolutionParameters.Builder
-
- context(Object) - Method in class graphql.ExecutionInput.Builder
-
By default you will get a
GraphQLContext
object but you can set your own.
- context(GraphQLContext.Builder) - Method in class graphql.ExecutionInput.Builder
-
- context(UnaryOperator<GraphQLContext.Builder>) - Method in class graphql.ExecutionInput.Builder
-
- context(Object) - Method in class graphql.schema.DataFetchingEnvironmentImpl.Builder
-
- coordinates(GraphQLFieldsContainer, GraphQLFieldDefinition) - Static method in class graphql.schema.FieldCoordinates
-
Creates new field coordinates
- coordinates(String, String) - Static method in class graphql.schema.FieldCoordinates
-
Creates new field coordinates
- copyOf(Map<K, V>) - Static method in class graphql.collect.ImmutableMapWithNullValues
-
- create(DataFetcher) - Method in class graphql.execution.batched.BatchedDataFetcherFactory
-
Deprecated.
- createAndPutList(String) - Method in class graphql.execution.batched.MapOrList
-
Deprecated.
- createAndPutMap(String) - Method in class graphql.execution.batched.MapOrList
-
Deprecated.
- createArgument(GraphqlParser.ArgumentContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createArguments(GraphqlParser.ArgumentsContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createDefinition(GraphqlParser.DefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createDirective(GraphqlParser.DirectiveContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createDirectiveDefinition(GraphqlParser.DirectiveDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createDirectiveLocation(GraphqlParser.DirectiveLocationContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createDirectives(GraphqlParser.DirectivesContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createdMockedSchema(String) - Static method in class graphql.schema.idl.SchemaGenerator
-
Created a mocked schema from SDL.
- createDocument(GraphqlParser.DocumentContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createEnumTypeDefinition(GraphqlParser.EnumTypeDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createEnumTypeExtensionDefinition(GraphqlParser.EnumTypeExtensionDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createEnumValueDefinition(GraphqlParser.EnumValueDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createExecutionData(Document, GraphQLSchema, ExecutionId, ExecutionInput, InstrumentationState) - Method in class graphql.execution.nextgen.ExecutionHelper
-
- createExecutionStepInfo(ExecutionContext, ExecutionStrategyParameters, GraphQLFieldDefinition, GraphQLObjectType) - Method in class graphql.execution.ExecutionStrategy
-
Builds the type info hierarchy for the current field
- createField(GraphqlParser.FieldContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createFieldDefinition(GraphqlParser.FieldDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createFieldDefinitions(GraphqlParser.FieldsDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createFieldDefinitions(GraphqlParser.ExtensionFieldsDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createFieldSubSelection(ExecutionContext, ExecutionStepInfo, ResolvedValue) - Method in class graphql.execution.nextgen.ExecutionStrategyUtil
-
- createFragmentDefinition(GraphqlParser.FragmentDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createFragmentSpread(GraphqlParser.FragmentSpreadContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createInlineFragment(GraphqlParser.InlineFragmentContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createInputObjectTypeDefinition(GraphqlParser.InputObjectTypeDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createInputObjectTypeExtensionDefinition(GraphqlParser.InputObjectTypeExtensionDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createInputValueDefinition(GraphqlParser.InputValueDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createInputValueDefinitions(List<GraphqlParser.InputValueDefinitionContext>) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createInterfaceTypeDefinition(GraphqlParser.InterfaceTypeDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createInterfaceTypeExtensionDefinition(GraphqlParser.InterfaceTypeExtensionDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createList(List<Object>) - Static method in class graphql.execution.batched.MapOrList
-
Deprecated.
- createListType(GraphqlParser.ListTypeContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createMap(Map<String, Object>) - Static method in class graphql.execution.batched.MapOrList
-
Deprecated.
- createNonNullType(GraphqlParser.NonNullTypeContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createNormalizedQuery(GraphQLSchema, Document, String, Map<String, Object>) - Static method in class graphql.normalized.NormalizedQueryTreeFactory
-
- createNormalizedQuery(GraphQLSchema, OperationDefinition, Map<String, FragmentDefinition>, Map<String, Object>) - Static method in class graphql.normalized.NormalizedQueryTreeFactory
-
- createObjectTypeDefinition(GraphqlParser.ObjectTypeDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createObjectTypeExtensionDefinition(GraphqlParser.ObjectTypeExtensionDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createOperationDefinition(GraphqlParser.OperationDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createOperationTypeDefinition(GraphqlParser.OperationTypeDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createPreview(MultiSourceReader, int) - Static method in class graphql.parser.AntlrHelper
-
- createResultNode(FetchedValueAnalysis) - Method in class graphql.execution.nextgen.ResultNodesCreator
-
- createRules(ValidationContext, ValidationErrorCollector) - Method in class graphql.validation.Validator
-
- createScalarTypeDefinition(GraphqlParser.ScalarTypeDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createScalarTypeExtensionDefinition(GraphqlParser.ScalarTypeExtensionDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createSchemaDefinition(ExecutionResult) - Method in class graphql.introspection.IntrospectionResultToSchema
-
Returns a IDL Document that represents the schema as defined by the introspection execution result
- createSchemaDefinition(Map<String, Object>) - Method in class graphql.introspection.IntrospectionResultToSchema
-
Returns a IDL Document that represents the schema as defined by the introspection result map
- createSchemaDefinition(GraphqlParser.SchemaDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createSelectionSet(GraphqlParser.SelectionSetContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createSourceLocation(MultiSourceReader, int, int) - Static method in class graphql.parser.AntlrHelper
-
- createSourceLocation(MultiSourceReader, Token) - Static method in class graphql.parser.AntlrHelper
-
- createState(InstrumentationCreateStateParameters) - Method in class graphql.execution.instrumentation.ChainedInstrumentation
-
- createState(InstrumentationCreateStateParameters) - Method in class graphql.execution.instrumentation.dataloader.DataLoaderDispatcherInstrumentation
-
- createState() - Method in class graphql.execution.instrumentation.dataloader.FieldLevelTrackingApproach
-
- createState() - Method in interface graphql.execution.instrumentation.Instrumentation
-
This will be called just before execution to create an object that is given back to all instrumentation methods
to allow them to have per execution request state
- createState(InstrumentationCreateStateParameters) - Method in interface graphql.execution.instrumentation.Instrumentation
-
This will be called just before execution to create an object that is given back to all instrumentation methods
to allow them to have per execution request state
- createState(InstrumentationCreateStateParameters) - Method in interface graphql.execution.instrumentation.nextgen.Instrumentation
-
- createState() - Method in class graphql.execution.instrumentation.tracing.TracingInstrumentation
-
- createType(GraphqlParser.TypeContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createTypeDefinition(GraphqlParser.TypeDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createTypeExtension(GraphqlParser.TypeExtensionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createTypeName(GraphqlParser.TypeNameContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createTypeSystemDefinition(GraphqlParser.TypeSystemDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createTypeSystemExtension(GraphqlParser.TypeSystemExtensionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createUnionTypeDefinition(GraphqlParser.UnionTypeDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createUnionTypeExtensionDefinition(GraphqlParser.UnionTypeExtensionDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createValue(GraphqlParser.ValueWithVariableContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createValue(GraphqlParser.ValueContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createVariableDefinition(GraphqlParser.VariableDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- createVariableDefinitions(GraphqlParser.VariableDefinitionsContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- currentListIndex(int) - Method in class graphql.execution.ExecutionStrategyParameters.Builder
-
- cursorForObjectInConnection(T) - Method in class graphql.relay.SimpleListConnection
-
find the object's cursor, or null if the object is not in this connection.
- data(T) - Method in class graphql.execution.DataFetcherResult.Builder
-
- data(Object) - Method in class graphql.ExecutionResultImpl.Builder
-
- DataFetcher<T> - Interface in graphql.schema
-
A data fetcher is responsible for returning a data value back for a given graphql field.
- dataFetcher(FieldCoordinates, DataFetcher<?>) - Method in class graphql.schema.GraphQLCodeRegistry.Builder
-
Sets the data fetcher for a specific field inside a container type
- dataFetcher(GraphQLFieldsContainer, GraphQLFieldDefinition, DataFetcher<?>) - Method in class graphql.schema.GraphQLCodeRegistry.Builder
-
Sets the data fetcher for a specific field inside a container type
- dataFetcher(FieldCoordinates, DataFetcherFactory<?>) - Method in class graphql.schema.GraphQLCodeRegistry.Builder
-
Sets the data fetcher factory for a specific field inside a container type
- dataFetcher(DataFetcher<?>) - Method in class graphql.schema.GraphQLFieldDefinition.Builder
-
- dataFetcher(String, DataFetcher) - Method in class graphql.schema.idl.TypeRuntimeWiring.Builder
-
Adds a data fetcher for the current type to the specified field
- DataFetcherExceptionHandler - Interface in graphql.execution
-
- dataFetcherExceptionHandler - Variable in class graphql.execution.ExecutionStrategy
-
- DataFetcherExceptionHandlerParameters - Class in graphql.execution
-
- DataFetcherExceptionHandlerParameters.Builder - Class in graphql.execution
-
- DataFetcherExceptionHandlerResult - Class in graphql.execution
-
- DataFetcherExceptionHandlerResult.Builder - Class in graphql.execution
-
- DataFetcherFactories - Class in graphql.schema
-
- DataFetcherFactories() - Constructor for class graphql.schema.DataFetcherFactories
-
- DataFetcherFactory<T> - Interface in graphql.schema
-
A DataFetcherFactory allows a level of indirection in providing
DataFetcher
s for graphql fields.
- dataFetcherFactory(DataFetcherFactory<?>) - Method in class graphql.schema.GraphQLFieldDefinition.Builder
-
- DataFetcherFactoryEnvironment - Class in graphql.schema
-
- dataFetcherIfAbsent(FieldCoordinates, DataFetcher<?>) - Method in class graphql.schema.GraphQLCodeRegistry.Builder
-
Sets the data fetcher factory for a specific field inside a container type ONLY if not mapping has already been made
- DataFetcherResult<T> - Class in graphql.execution
-
An object that can be returned from a
DataFetcher
that contains both data, local context and errors to be relativized and
added to the final result.
- DataFetcherResult(T, List<GraphQLError>) - Constructor for class graphql.execution.DataFetcherResult
-
- DataFetcherResult.Builder<T> - Class in graphql.execution
-
- dataFetchers(String, Map<String, DataFetcher<?>>) - Method in class graphql.schema.GraphQLCodeRegistry.Builder
-
This allows you you to build all the data fetchers for the fields of a container type.
- dataFetchers(GraphQLCodeRegistry) - Method in class graphql.schema.GraphQLCodeRegistry.Builder
-
- dataFetchers(Map<String, DataFetcher>) - Method in class graphql.schema.idl.TypeRuntimeWiring.Builder
-
Adds data fetchers for the current type to the specified field
- dataFetchingEnvironment(DataFetchingEnvironment) - Method in class graphql.execution.DataFetcherExceptionHandlerParameters.Builder
-
- DataFetchingEnvironment - Interface in graphql.schema
-
A DataFetchingEnvironment instance of passed to a
DataFetcher
as a execution context and its
the place where you can find out information to help you resolve a data value given a graphql field input
- DataFetchingEnvironmentImpl - Class in graphql.schema
-
- DataFetchingEnvironmentImpl.Builder - Class in graphql.schema
-
- DataFetchingFieldSelectionSet - Interface in graphql.schema
-
This class allows you to retrieve the selection set of fields that have been asked for when the
DataFetcher
was invoked.
- DataFetchingFieldSelectionSetImpl - Class in graphql.schema
-
- DataLoaderDispatcherInstrumentation - Class in graphql.execution.instrumentation.dataloader
-
This graphql
Instrumentation
will dispatch
all the contained
DataLoader
s when each level of the graphql
query is executed.
- DataLoaderDispatcherInstrumentation() - Constructor for class graphql.execution.instrumentation.dataloader.DataLoaderDispatcherInstrumentation
-
Creates a DataLoaderDispatcherInstrumentation with the default options
- DataLoaderDispatcherInstrumentation(DataLoaderDispatcherInstrumentationOptions) - Constructor for class graphql.execution.instrumentation.dataloader.DataLoaderDispatcherInstrumentation
-
Creates a DataLoaderDispatcherInstrumentation with the specified options
- DataLoaderDispatcherInstrumentationOptions - Class in graphql.execution.instrumentation.dataloader
-
- DataLoaderDispatcherInstrumentationState - Class in graphql.execution.instrumentation.dataloader
-
A base class that keeps track of whether aggressive batching can be used
- DataLoaderDispatcherInstrumentationState(Logger, DataLoaderRegistry) - Constructor for class graphql.execution.instrumentation.dataloader.DataLoaderDispatcherInstrumentationState
-
- dataLoaderRegistry(DataLoaderRegistry) - Method in class graphql.execution.ExecutionContextBuilder
-
- dataLoaderRegistry(DataLoaderRegistry) - Method in class graphql.ExecutionInput.Builder
-
You should create new DataLoaderRegistry
s and new DataLoader
s for each execution.
- dataLoaderRegistry(DataLoaderRegistry) - Method in class graphql.schema.DataFetchingEnvironmentImpl.Builder
-
- decorate(GraphQLType) - Method in class graphql.schema.idl.TypeInfo
-
This will decorate a graphql type with the original hierarchy of non null and list'ness
it originally contained in its definition type
- deepCopy(V) - Method in class graphql.language.AbstractNode
-
- deepCopy(List<? extends Node>) - Method in class graphql.language.AbstractNode
-
- deepCopy() - Method in class graphql.language.Argument
-
- deepCopy() - Method in class graphql.language.ArrayValue
-
- deepCopy() - Method in class graphql.language.BooleanValue
-
- deepCopy() - Method in class graphql.language.Directive
-
- deepCopy() - Method in class graphql.language.DirectiveDefinition
-
- deepCopy() - Method in class graphql.language.DirectiveLocation
-
- deepCopy() - Method in class graphql.language.Document
-
- deepCopy() - Method in class graphql.language.EnumTypeDefinition
-
- deepCopy() - Method in class graphql.language.EnumTypeExtensionDefinition
-
- deepCopy() - Method in class graphql.language.EnumValue
-
- deepCopy() - Method in class graphql.language.EnumValueDefinition
-
- deepCopy() - Method in class graphql.language.Field
-
- deepCopy() - Method in class graphql.language.FieldDefinition
-
- deepCopy() - Method in class graphql.language.FloatValue
-
- deepCopy() - Method in class graphql.language.FragmentDefinition
-
- deepCopy() - Method in class graphql.language.FragmentSpread
-
- deepCopy() - Method in class graphql.language.InlineFragment
-
- deepCopy() - Method in class graphql.language.InputObjectTypeDefinition
-
- deepCopy() - Method in class graphql.language.InputObjectTypeExtensionDefinition
-
- deepCopy() - Method in class graphql.language.InputValueDefinition
-
- deepCopy() - Method in class graphql.language.InterfaceTypeDefinition
-
- deepCopy() - Method in class graphql.language.InterfaceTypeExtensionDefinition
-
- deepCopy() - Method in class graphql.language.IntValue
-
- deepCopy() - Method in class graphql.language.ListType
-
- deepCopy() - Method in interface graphql.language.Node
-
- deepCopy() - Method in class graphql.language.NonNullType
-
- deepCopy() - Method in class graphql.language.NullValue
-
- deepCopy() - Method in class graphql.language.ObjectField
-
- deepCopy() - Method in class graphql.language.ObjectTypeDefinition
-
- deepCopy() - Method in class graphql.language.ObjectTypeExtensionDefinition
-
- deepCopy() - Method in class graphql.language.ObjectValue
-
- deepCopy() - Method in class graphql.language.OperationDefinition
-
- deepCopy() - Method in class graphql.language.OperationTypeDefinition
-
- deepCopy() - Method in class graphql.language.ScalarTypeDefinition
-
- deepCopy() - Method in class graphql.language.ScalarTypeExtensionDefinition
-
- deepCopy() - Method in class graphql.language.SchemaDefinition
-
- deepCopy() - Method in class graphql.language.SchemaExtensionDefinition
-
- deepCopy() - Method in class graphql.language.SelectionSet
-
- deepCopy() - Method in class graphql.language.StringValue
-
- deepCopy() - Method in class graphql.language.TypeName
-
- deepCopy() - Method in class graphql.language.UnionTypeDefinition
-
- deepCopy() - Method in class graphql.language.UnionTypeExtensionDefinition
-
- deepCopy() - Method in class graphql.language.VariableDefinition
-
- deepCopy() - Method in class graphql.language.VariableReference
-
- DEFAULT - Static variable in interface graphql.execution.ValueUnboxer
-
The default value unboxer handles JDK classes such as Optional
and OptionalInt
etc..
- DEFAULT_COMPARATOR - Static variable in class graphql.schema.DefaultGraphqlTypeComparatorRegistry
-
- DEFAULT_EXECUTION_ID_PROVIDER - Static variable in interface graphql.execution.ExecutionIdProvider
-
- DEFAULT_FIELD_VISIBILITY - Static variable in class graphql.schema.visibility.DefaultGraphqlFieldVisibility
-
- defaultComparators() - Static method in class graphql.schema.DefaultGraphqlTypeComparatorRegistry
-
- DefaultConnection<T> - Class in graphql.relay
-
- DefaultConnection(List<Edge<T>>, PageInfo) - Constructor for class graphql.relay.DefaultConnection
-
A connection consists of a list of edges and page info
- DefaultConnectionCursor - Class in graphql.relay
-
- DefaultConnectionCursor(String) - Constructor for class graphql.relay.DefaultConnectionCursor
-
- defaultDataFetcher(DataFetcherFactory<?>) - Method in class graphql.schema.GraphQLCodeRegistry.Builder
-
This is the default data fetcher factory that will be used for fields that do not have specific data fetchers attached.
- defaultDataFetcher(DataFetcher) - Method in class graphql.schema.idl.TypeRuntimeWiring.Builder
-
All fields in a type need a data fetcher of some sort and this method is called to provide the default data fetcher
that will be used for this type if no specific one has been provided per field.
- defaultDataFetcherExceptionHandler(DataFetcherExceptionHandler) - Method in class graphql.GraphQL.Builder
-
- DefaultEdge<T> - Class in graphql.relay
-
- DefaultEdge(T, ConnectionCursor) - Constructor for class graphql.relay.DefaultEdge
-
- DefaultExecutionStrategy - Class in graphql.execution.nextgen
-
- DefaultExecutionStrategy() - Constructor for class graphql.execution.nextgen.DefaultExecutionStrategy
-
- DefaultGraphqlFieldVisibility - Class in graphql.schema.visibility
-
The default field visibility of graphql-java is that everything is visible
- DefaultGraphqlFieldVisibility() - Constructor for class graphql.schema.visibility.DefaultGraphqlFieldVisibility
-
- DefaultGraphqlTypeComparatorRegistry - Class in graphql.schema
-
Associates a Comparator
with a GraphqlTypeComparatorEnvironment
to control the scope in which the Comparator
can be applied.
- DefaultGraphqlTypeComparatorRegistry.Builder - Class in graphql.schema
-
- defaultOptions() - Static method in class graphql.schema.diff.SchemaDiff.Options
-
- defaultOptions() - Static method in class graphql.schema.idl.SchemaGenerator.Options
-
- defaultOptions() - Static method in class graphql.schema.idl.SchemaPrinter.Options
-
- DefaultPageInfo - Class in graphql.relay
-
- DefaultPageInfo(ConnectionCursor, ConnectionCursor, boolean, boolean) - Constructor for class graphql.relay.DefaultPageInfo
-
- DefaultTraverserContext<T> - Class in graphql.util
-
- DefaultTraverserContext(T, TraverserContext<T>, Set<T>, Map<Class<?>, Object>, Object, NodeLocation, boolean, boolean) - Constructor for class graphql.util.DefaultTraverserContext
-
- defaultValue(Value) - Method in class graphql.language.InputValueDefinition.Builder
-
- defaultValue(Value) - Method in class graphql.language.VariableDefinition.Builder
-
- defaultValue(Object) - Method in class graphql.schema.GraphQLArgument.Builder
-
- defaultValue(Object) - Method in class graphql.schema.GraphQLInputObjectField.Builder
-
- DefaultValueUnboxer - Class in graphql.execution
-
Public API because it should be used as a delegate when implementing a custom
ValueUnboxer
- DefaultValueUnboxer() - Constructor for class graphql.execution.DefaultValueUnboxer
-
- Definition<T extends Definition> - Interface in graphql.language
-
- definition(Definition) - Method in class graphql.language.Document.Builder
-
- definition(FieldDefinition) - Method in class graphql.language.InterfaceTypeDefinition.Builder
-
- definition(FieldDefinition) - Method in class graphql.language.InterfaceTypeExtensionDefinition.Builder
-
- definition(InputValueDefinition) - Method in class graphql.schema.GraphQLArgument.Builder
-
- definition(DirectiveDefinition) - Method in class graphql.schema.GraphQLDirective.Builder
-
- definition(EnumTypeDefinition) - Method in class graphql.schema.GraphQLEnumType.Builder
-
- definition(EnumValueDefinition) - Method in class graphql.schema.GraphQLEnumValueDefinition.Builder
-
- definition(FieldDefinition) - Method in class graphql.schema.GraphQLFieldDefinition.Builder
-
- definition(InputValueDefinition) - Method in class graphql.schema.GraphQLInputObjectField.Builder
-
- definition(InputObjectTypeDefinition) - Method in class graphql.schema.GraphQLInputObjectType.Builder
-
- definition(InterfaceTypeDefinition) - Method in class graphql.schema.GraphQLInterfaceType.Builder
-
- definition(ObjectTypeDefinition) - Method in class graphql.schema.GraphQLObjectType.Builder
-
- definition(ScalarTypeDefinition) - Method in class graphql.schema.GraphQLScalarType.Builder
-
- definition(SchemaDefinition) - Method in class graphql.schema.GraphQLSchema.Builder
-
- definition(UnionTypeDefinition) - Method in class graphql.schema.GraphQLUnionType.Builder
-
- definitions(List<Definition>) - Method in class graphql.language.Document.Builder
-
- definitions(List<FieldDefinition>) - Method in class graphql.language.InterfaceTypeDefinition.Builder
-
- definitions(List<FieldDefinition>) - Method in class graphql.language.InterfaceTypeExtensionDefinition.Builder
-
- delegateEnvironment - Variable in class graphql.schema.DelegatingDataFetchingEnvironment
-
- DelegatingDataFetchingEnvironment - Class in graphql.schema
-
- DelegatingDataFetchingEnvironment(DataFetchingEnvironment) - Constructor for class graphql.schema.DelegatingDataFetchingEnvironment
-
- DelegatingSubscription - Class in graphql.execution.reactive
-
A simple subscription that delegates to another
- DelegatingSubscription(Subscription) - Constructor for class graphql.execution.reactive.DelegatingSubscription
-
- delete(Object) - Method in class graphql.GraphQLContext
-
- deletedNode(TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
This helper method can be used to "delete" the current node when returning control from this visitor
- deleteNode() - Method in class graphql.util.DefaultTraverserContext
-
- deleteNode() - Method in class graphql.util.NodeZipper
-
- deleteNode() - Method in interface graphql.util.TraverserContext
-
Deletes the current node.
- deleteNode(TraverserContext<T>) - Static method in class graphql.util.TreeTransformerUtil
-
- deprecate(String) - Method in class graphql.schema.GraphQLFieldDefinition.Builder
-
- DEPRECATED_DIRECTIVE_DEFINITION - Static variable in class graphql.Directives
-
- DeprecatedDirective - Static variable in class graphql.Directives
-
The "deprecated" directive is special and is always available in a graphql schema
- deprecationReason(String) - Method in class graphql.schema.GraphQLEnumValueDefinition.Builder
-
- depth(int) - Method in class graphql.analysis.QueryDepthInfo.Builder
-
The query depth.
- depthFirst() - Static method in class graphql.execution.nextgen.result.ResultNodeTraverser
-
- depthFirst(NodeVisitor, Node) - Method in class graphql.language.NodeTraverser
-
depthFirst traversal with a enter/leave phase.
- depthFirst(NodeVisitor, Collection<? extends Node>) - Method in class graphql.language.NodeTraverser
-
depthFirst traversal with a enter/leave phase.
- depthFirst(GraphQLTypeVisitor, GraphQLSchemaElement) - Method in class graphql.schema.SchemaTraverser
-
- depthFirst(GraphQLTypeVisitor, Collection<? extends GraphQLSchemaElement>) - Method in class graphql.schema.SchemaTraverser
-
- depthFirst(GraphQLTypeVisitor, Collection<? extends GraphQLSchemaElement>, Map<String, GraphQLNamedType>) - Method in class graphql.schema.SchemaTraverser
-
- depthFirst(Traverser<GraphQLSchemaElement>, SchemaTraverser.TraverserDelegateVisitor, Collection<? extends GraphQLSchemaElement>) - Method in class graphql.schema.SchemaTraverser
-
- depthFirst(Function<? super T, ? extends List<T>>) - Static method in class graphql.util.Traverser
-
- depthFirst(Function<? super T, ? extends List<T>>, Object) - Static method in class graphql.util.Traverser
-
- depthFirst(Function<? super T, ? extends List<T>>, Object, Object) - Static method in class graphql.util.Traverser
-
- depthFirstWithNamedChildren(Function<? super T, Map<String, ? extends List<T>>>, Object, Object) - Static method in class graphql.util.Traverser
-
- DescribedNode<T extends Node> - Interface in graphql.language
-
Represents a node that can contain a description.
- description - Variable in class graphql.language.AbstractDescribedNode
-
- Description - Class in graphql.language
-
- Description(String, SourceLocation, boolean) - Constructor for class graphql.language.Description
-
- description(Description) - Method in class graphql.language.DirectiveDefinition.Builder
-
- description(Description) - Method in class graphql.language.EnumTypeDefinition.Builder
-
- description(Description) - Method in class graphql.language.EnumTypeExtensionDefinition.Builder
-
- description(Description) - Method in class graphql.language.EnumValueDefinition.Builder
-
- description(Description) - Method in class graphql.language.FieldDefinition.Builder
-
- description(Description) - Method in class graphql.language.InputObjectTypeDefinition.Builder
-
- description(Description) - Method in class graphql.language.InputObjectTypeExtensionDefinition.Builder
-
- description(Description) - Method in class graphql.language.InputValueDefinition.Builder
-
- description(Description) - Method in class graphql.language.InterfaceTypeDefinition.Builder
-
- description(Description) - Method in class graphql.language.InterfaceTypeExtensionDefinition.Builder
-
- description(Description) - Method in class graphql.language.ObjectTypeDefinition.Builder
-
- description(Description) - Method in class graphql.language.ObjectTypeExtensionDefinition.Builder
-
- description(Description) - Method in class graphql.language.ScalarTypeDefinition.Builder
-
- description(Description) - Method in class graphql.language.ScalarTypeExtensionDefinition.Builder
-
- description(Description) - Method in class graphql.language.SchemaDefinition.Builder
-
- description(Description) - Method in class graphql.language.UnionTypeDefinition.Builder
-
- description(Description) - Method in class graphql.language.UnionTypeExtensionDefinition.Builder
-
- description(String) - Method in class graphql.schema.GraphQLArgument.Builder
-
- description(String) - Method in class graphql.schema.GraphQLDirective.Builder
-
- description(String) - Method in class graphql.schema.GraphQLEnumType.Builder
-
- description(String) - Method in class graphql.schema.GraphQLEnumValueDefinition.Builder
-
- description(String) - Method in class graphql.schema.GraphQLFieldDefinition.Builder
-
- description(String) - Method in class graphql.schema.GraphQLInputObjectField.Builder
-
- description(String) - Method in class graphql.schema.GraphQLInputObjectType.Builder
-
- description(String) - Method in class graphql.schema.GraphQLInterfaceType.Builder
-
- description(String) - Method in class graphql.schema.GraphQLObjectType.Builder
-
- description(String) - Method in class graphql.schema.GraphQLScalarType.Builder
-
- description(String) - Method in class graphql.schema.GraphQLSchema.Builder
-
- description - Variable in class graphql.schema.GraphqlTypeBuilder
-
- description(String) - Method in class graphql.schema.GraphQLUnionType.Builder
-
- description(String) - Method in class graphql.validation.ValidationError.Builder
-
- descriptionsAsHashComments(boolean) - Method in class graphql.schema.idl.SchemaPrinter.Options
-
Descriptions are defined as preceding string literals, however an older legacy
versions of SDL supported preceding '#' comments as
descriptions.
- DiffCategory - Enum in graphql.schema.diff
-
A classification of difference events.
- DifferenceReporter - Interface in graphql.schema.diff.reporting
-
This is called with each different encountered (including info ones) by a
SchemaDiff
operation
- DiffEvent - Class in graphql.schema.diff
-
This represents the events that the
SchemaDiff
outputs.
- DiffEvent.Builder - Class in graphql.schema.diff
-
- DiffLevel - Enum in graphql.schema.diff
-
This is the level of difference between graphql APIs
- diffSchema(DiffSet, DifferenceReporter) - Method in class graphql.schema.diff.SchemaDiff
-
This will perform a difference on the two schemas.
- DiffSet - Class in graphql.schema.diff
-
Represents 2 schemas that can be diffed.
- DiffSet(Map<String, Object>, Map<String, Object>) - Constructor for class graphql.schema.diff.DiffSet
-
- diffSet(Map<String, Object>, Map<String, Object>) - Static method in class graphql.schema.diff.DiffSet
-
Creates a diff set out of the result of 2 introspection queries.
- diffSet(GraphQLSchema, GraphQLSchema) - Static method in class graphql.schema.diff.DiffSet
-
Creates a diff set out of the result of 2 schemas.
- Directive - Class in graphql.language
-
- Directive(String, List<Argument>, SourceLocation, List<Comment>, IgnoredChars, Map<String, String>) - Constructor for class graphql.language.Directive
-
- Directive(String, List<Argument>) - Constructor for class graphql.language.Directive
-
alternative to using a Builder for convenience
- Directive(String) - Constructor for class graphql.language.Directive
-
alternative to using a Builder for convenience
- directive(Directive) - Method in class graphql.language.EnumTypeDefinition.Builder
-
- directive(Directive) - Method in class graphql.language.EnumTypeExtensionDefinition.Builder
-
- directive(Directive) - Method in class graphql.language.EnumValueDefinition.Builder
-
- directive(Directive) - Method in class graphql.language.Field.Builder
-
- directive(Directive) - Method in class graphql.language.FieldDefinition.Builder
-
- directive(Directive) - Method in class graphql.language.FragmentDefinition.Builder
-
- directive(Directive) - Method in class graphql.language.FragmentSpread.Builder
-
- directive(Directive) - Method in class graphql.language.InlineFragment.Builder
-
- directive(Directive) - Method in class graphql.language.InputObjectTypeDefinition.Builder
-
- directive(Directive) - Method in class graphql.language.InputObjectTypeExtensionDefinition.Builder
-
- directive(Directive) - Method in class graphql.language.InputValueDefinition.Builder
-
- directive(Directive) - Method in class graphql.language.InterfaceTypeDefinition.Builder
-
- directive(Directive) - Method in class graphql.language.InterfaceTypeExtensionDefinition.Builder
-
- directive(Directive) - Method in interface graphql.language.NodeDirectivesBuilder
-
- directive(Directive) - Method in class graphql.language.ObjectTypeDefinition.Builder
-
- directive(Directive) - Method in class graphql.language.ObjectTypeExtensionDefinition.Builder
-
- directive(Directive) - Method in class graphql.language.OperationDefinition.Builder
-
- directive(Directive) - Method in class graphql.language.ScalarTypeDefinition.Builder
-
- directive(Directive) - Method in class graphql.language.ScalarTypeExtensionDefinition.Builder
-
- directive(Directive) - Method in class graphql.language.SchemaDefinition.Builder
-
- directive(Directive) - Method in class graphql.language.SchemaExtensionDefinition.Builder
-
- directive(Directive) - Method in class graphql.language.UnionTypeDefinition.Builder
-
- directive(Directive) - Method in class graphql.language.UnionTypeExtensionDefinition.Builder
-
- directive(Directive) - Method in class graphql.language.VariableDefinition.Builder
-
- directive(String, SchemaDirectiveWiring) - Method in class graphql.schema.idl.RuntimeWiring.Builder
-
This provides the wiring code for a named directive.
- Directive.Builder - Class in graphql.language
-
- DirectiveDefinition - Class in graphql.language
-
- DirectiveDefinition(String, boolean, Description, List<InputValueDefinition>, List<DirectiveLocation>, SourceLocation, List<Comment>, IgnoredChars, Map<String, String>) - Constructor for class graphql.language.DirectiveDefinition
-
- DirectiveDefinition(String) - Constructor for class graphql.language.DirectiveDefinition
-
alternative to using a Builder for convenience
- DirectiveDefinition.Builder - Class in graphql.language
-
- DirectiveIllegalArgumentTypeError - Exception in graphql.schema.idl.errors
-
- DirectiveIllegalArgumentTypeError(Node, String, String, String, String) - Constructor for exception graphql.schema.idl.errors.DirectiveIllegalArgumentTypeError
-
- DirectiveIllegalLocationError - Exception in graphql.schema.idl.errors
-
- DirectiveIllegalLocationError(Node, String, String, String) - Constructor for exception graphql.schema.idl.errors.DirectiveIllegalLocationError
-
- DirectiveIllegalLocationError(DirectiveDefinition, String) - Constructor for exception graphql.schema.idl.errors.DirectiveIllegalLocationError
-
- DirectiveIllegalReferenceError - Exception in graphql.schema.idl.errors
-
- DirectiveIllegalReferenceError(DirectiveDefinition, NamedNode) - Constructor for exception graphql.schema.idl.errors.DirectiveIllegalReferenceError
-
- DirectiveInfo - Class in graphql.schema.idl
-
Info on all the directives provided by graphql specification
- DirectiveInfo() - Constructor for class graphql.schema.idl.DirectiveInfo
-
- directiveLocation(DirectiveLocation) - Method in class graphql.language.DirectiveDefinition.Builder
-
- DirectiveLocation - Class in graphql.language
-
- DirectiveLocation(String, SourceLocation, List<Comment>, IgnoredChars, Map<String, String>) - Constructor for class graphql.language.DirectiveLocation
-
- DirectiveLocation(String) - Constructor for class graphql.language.DirectiveLocation
-
alternative to using a Builder for convenience
- DirectiveLocation.Builder - Class in graphql.language
-
- directiveLocations(List<DirectiveLocation>) - Method in class graphql.language.DirectiveDefinition.Builder
-
- DirectiveMissingNonNullArgumentError - Exception in graphql.schema.idl.errors
-
- DirectiveMissingNonNullArgumentError(Node, String, String, String) - Constructor for exception graphql.schema.idl.errors.DirectiveMissingNonNullArgumentError
-
- DirectiveRedefinitionError - Exception in graphql.schema.idl.errors
-
- DirectiveRedefinitionError(DirectiveDefinition, DirectiveDefinition) - Constructor for exception graphql.schema.idl.errors.DirectiveRedefinitionError
-
- Directives - Class in graphql
-
The directives that are understood by graphql-java
- Directives() - Constructor for class graphql.Directives
-
- directives(List<Directive>) - Method in class graphql.language.EnumTypeDefinition.Builder
-
- directives(List<Directive>) - Method in class graphql.language.EnumTypeExtensionDefinition.Builder
-
- directives(List<Directive>) - Method in class graphql.language.EnumValueDefinition.Builder
-
- directives(List<Directive>) - Method in class graphql.language.Field.Builder
-
- directives(List<Directive>) - Method in class graphql.language.FieldDefinition.Builder
-
- directives(List<Directive>) - Method in class graphql.language.FragmentDefinition.Builder
-
- directives(List<Directive>) - Method in class graphql.language.FragmentSpread.Builder
-
- directives(List<Directive>) - Method in class graphql.language.InlineFragment.Builder
-
- directives(List<Directive>) - Method in class graphql.language.InputObjectTypeDefinition.Builder
-
- directives(List<Directive>) - Method in class graphql.language.InputObjectTypeExtensionDefinition.Builder
-
- directives(List<Directive>) - Method in class graphql.language.InputValueDefinition.Builder
-
- directives(List<Directive>) - Method in class graphql.language.InterfaceTypeDefinition.Builder
-
- directives(List<Directive>) - Method in class graphql.language.InterfaceTypeExtensionDefinition.Builder
-
- directives(List<Directive>) - Method in interface graphql.language.NodeDirectivesBuilder
-
- directives(List<Directive>) - Method in class graphql.language.ObjectTypeDefinition.Builder
-
- directives(List<Directive>) - Method in class graphql.language.ObjectTypeExtensionDefinition.Builder
-
- directives(List<Directive>) - Method in class graphql.language.OperationDefinition.Builder
-
- directives(List<Directive>) - Method in class graphql.language.ScalarTypeDefinition.Builder
-
- directives(List<Directive>) - Method in class graphql.language.ScalarTypeExtensionDefinition.Builder
-
- directives(List<Directive>) - Method in class graphql.language.SchemaDefinition.Builder
-
- directives(List<Directive>) - Method in class graphql.language.SchemaExtensionDefinition.Builder
-
- directives(List<Directive>) - Method in class graphql.language.UnionTypeDefinition.Builder
-
- directives(List<Directive>) - Method in class graphql.language.UnionTypeExtensionDefinition.Builder
-
- directives(List<Directive>) - Method in class graphql.language.VariableDefinition.Builder
-
- DirectivesContainer<T extends DirectivesContainer> - Interface in graphql.language
-
Represents a language node that can contain Directives.
- DirectivesHolder(Collection<GraphQLDirective>) - Constructor for class graphql.DirectivesUtil.DirectivesHolder
-
- DirectivesResolver - Class in graphql.execution.directives
-
This turns AST directives into runtime directives with resolved types and so on
- DirectivesResolver() - Constructor for class graphql.execution.directives.DirectivesResolver
-
- DirectivesUtil - Class in graphql
-
- DirectivesUtil() - Constructor for class graphql.DirectivesUtil
-
- DirectivesUtil.DirectivesHolder - Class in graphql
-
A holder class that breaks a list of directives into maps to be more easily accessible in using classes
- DirectiveUndeclaredError - Exception in graphql.schema.idl.errors
-
- DirectiveUndeclaredError(Node, String, String) - Constructor for exception graphql.schema.idl.errors.DirectiveUndeclaredError
-
- DirectiveUnknownArgumentError - Exception in graphql.schema.idl.errors
-
- DirectiveUnknownArgumentError(Node, String, String, String) - Constructor for exception graphql.schema.idl.errors.DirectiveUnknownArgumentError
-
- directiveWiring(SchemaDirectiveWiring) - Method in class graphql.schema.idl.RuntimeWiring.Builder
-
This adds a directive wiring that will be called for all directives.
- directiveWithArg(List<GraphQLDirective>, String, String) - Static method in class graphql.DirectivesUtil
-
- document(Document) - Method in class graphql.analysis.QueryTraverser.Builder
-
document to be used to traverse the whole query.
- document(Document) - Method in class graphql.execution.ExecutionContextBuilder
-
- document(Document) - Method in class graphql.execution.instrumentation.DocumentAndVariables.Builder
-
- Document - Class in graphql.language
-
- Document(List<Definition>, SourceLocation, List<Comment>, IgnoredChars, Map<String, String>) - Constructor for class graphql.language.Document
-
- Document(List<Definition>) - Constructor for class graphql.language.Document
-
alternative to using a Builder for convenience
- document(Document) - Method in class graphql.ParseAndValidateResult.Builder
-
- document(Document) - Method in class graphql.schema.DataFetchingEnvironmentImpl.Builder
-
- Document.Builder - Class in graphql.language
-
- DocumentAndVariables - Class in graphql.execution.instrumentation
-
- DocumentAndVariables.Builder - Class in graphql.execution.instrumentation
-
- documentFinished(Document) - Method in class graphql.validation.AbstractRule
-
- documentFinished(Document) - Method in class graphql.validation.rules.LoneAnonymousOperation
-
- documentFinished(Document) - Method in class graphql.validation.rules.NoUnusedFragments
-
- DocumentVisitor - Interface in graphql.validation
-
- doesVariableTypesMatch(GraphQLType, Value, GraphQLType) - Method in class graphql.validation.rules.VariablesTypesMatcher
-
- doNotAddDefaultInstrumentations() - Method in class graphql.GraphQL.Builder
-
For performance reasons you can opt into situation where the default instrumentations (such
as
DataLoaderDispatcherInstrumentation
will not be
automatically added into the graphql instance.
- dropSegment() - Method in class graphql.execution.ResultPath
-
Drops the last segment off the path
- dummy() - Static method in class graphql.util.DefaultTraverserContext
-
- DUPLICATED_KEYS_MESSAGE - Static variable in exception graphql.schema.idl.errors.DirectiveIllegalArgumentTypeError
-
- each(List<CompletableFuture<U>>) - Static method in class graphql.execution.Async
-
- each(Collection<T>, BiFunction<T, Integer, CompletableFuture<U>>) - Static method in class graphql.execution.Async
-
- eachSequentially(Iterable<T>, Async.CFFactory<T, U>) - Static method in class graphql.execution.Async
-
- EchoingWiringFactory - Class in graphql.schema.idl
-
A wiring factory that will echo back the objects defined.
- EchoingWiringFactory() - Constructor for class graphql.schema.idl.EchoingWiringFactory
-
- Edge<T> - Interface in graphql.relay
-
Represents an edge in Relay which is essentially a node of data T and the cursor for that node.
- edgeType(String, GraphQLOutputType, GraphQLInterfaceType, List<GraphQLFieldDefinition>) - Method in class graphql.relay.Relay
-
- effectiveType(GraphQLType, Value) - Method in class graphql.validation.rules.VariablesTypesMatcher
-
- elementType(Class<T>) - Method in class graphql.schema.GraphqlTypeComparatorEnvironment.Builder
-
- EMPTY - Static variable in class graphql.language.IgnoredChars
-
- EMPTY_DATALOADER_REGISTRY - Static variable in class graphql.execution.instrumentation.dataloader.DataLoaderDispatcherInstrumentationState
-
- emptyList() - Static method in class graphql.collect.ImmutableKit
-
- emptyMap() - Static method in class graphql.collect.ImmutableKit
-
- emptyMap() - Static method in class graphql.collect.ImmutableMapWithNullValues
-
- EndList() - Constructor for class graphql.util.TraverserState.EndList
-
- enforceAdd(List<GraphQLDirective>, GraphQLDirective) - Static method in class graphql.DirectivesUtil
-
- enforceAddAll(List<GraphQLDirective>, List<GraphQLDirective>) - Static method in class graphql.DirectivesUtil
-
- enforceDirectives() - Method in class graphql.schema.diff.SchemaDiff.Options
-
- enter(TraverserContext<T>) - Method in interface graphql.util.TraverserVisitor
-
- enter(TraverserContext<T>) - Method in class graphql.util.TraverserVisitorStub
-
- enter(Node, List<Node>) - Method in interface graphql.validation.DocumentVisitor
-
- enter(Node, List<Node>) - Method in class graphql.validation.RulesVisitor
-
- enter(Node, List<Node>) - Method in class graphql.validation.TraversalContext
-
- entrySet() - Method in class graphql.collect.ImmutableMapWithNullValues
-
- EnumTypeDefinition - Class in graphql.language
-
- EnumTypeDefinition(String, List<EnumValueDefinition>, List<Directive>, Description, SourceLocation, List<Comment>, IgnoredChars, Map<String, String>) - Constructor for class graphql.language.EnumTypeDefinition
-
- EnumTypeDefinition(String) - Constructor for class graphql.language.EnumTypeDefinition
-
alternative to using a Builder for convenience
- EnumTypeDefinition.Builder - Class in graphql.language
-
- EnumTypeExtensionDefinition - Class in graphql.language
-
- EnumTypeExtensionDefinition(String, List<EnumValueDefinition>, List<Directive>, Description, SourceLocation, List<Comment>, IgnoredChars, Map<String, String>) - Constructor for class graphql.language.EnumTypeExtensionDefinition
-
- EnumTypeExtensionDefinition.Builder - Class in graphql.language
-
- enumTypeExtensions() - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
- EnumValue - Class in graphql.language
-
- EnumValue(String, SourceLocation, List<Comment>, IgnoredChars, Map<String, String>) - Constructor for class graphql.language.EnumValue
-
- EnumValue(String) - Constructor for class graphql.language.EnumValue
-
alternative to using a Builder for convenience
- EnumValue.Builder - Class in graphql.language
-
- enumValueDefinition(EnumValueDefinition) - Method in class graphql.language.EnumTypeDefinition.Builder
-
- EnumValueDefinition - Class in graphql.language
-
- EnumValueDefinition(String, List<Directive>, Description, SourceLocation, List<Comment>, IgnoredChars, Map<String, String>) - Constructor for class graphql.language.EnumValueDefinition
-
- EnumValueDefinition(String) - Constructor for class graphql.language.EnumValueDefinition
-
alternative to using a Builder for convenience
- EnumValueDefinition(String, List<Directive>) - Constructor for class graphql.language.EnumValueDefinition
-
alternative to using a Builder for convenience
- EnumValueDefinition.Builder - Class in graphql.language
-
- enumValueDefinitions(List<EnumValueDefinition>) - Method in class graphql.language.EnumTypeDefinition.Builder
-
- enumValueDefinitions(List<EnumValueDefinition>) - Method in class graphql.language.EnumTypeExtensionDefinition.Builder
-
- enumValues(EnumValuesProvider) - Method in class graphql.schema.idl.TypeRuntimeWiring.Builder
-
- EnumValuesProvider - Interface in graphql.schema.idl
-
Provides the Java runtime value for each graphql Enum value.
- equals(Object) - Method in class graphql.analysis.FieldComplexityEnvironment
-
- equals(Object) - Method in class graphql.analysis.QueryVisitorFieldEnvironmentImpl
-
- equals(Object) - Method in class graphql.analysis.QueryVisitorFragmentDefinitionEnvironmentImpl
-
- equals(Object) - Method in class graphql.analysis.QueryVisitorFragmentSpreadEnvironmentImpl
-
- equals(Object) - Method in class graphql.analysis.QueryVisitorInlineFragmentEnvironmentImpl
-
- equals(Object) - Method in class graphql.collect.ImmutableMapWithNullValues
-
- equals(Object) - Method in class graphql.ExceptionWhileDataFetching
-
- equals(Object) - Method in class graphql.execution.ExecutionId
-
- equals(Object) - Method in class graphql.execution.MergedField
-
- equals(Object) - Method in class graphql.execution.NonNullableFieldWasNullError
-
- equals(Object) - Method in class graphql.execution.ResultPath
-
- equals(GraphQLError, Object) - Static method in class graphql.GraphqlErrorHelper
-
- equals(Object) - Method in class graphql.InvalidSyntaxError
-
- equals(Object) - Method in class graphql.language.IgnoredChar
-
- equals(Object) - Method in class graphql.language.SourceLocation
-
- equals(Object) - Method in class graphql.relay.DefaultConnectionCursor
-
- equals(Object) - Method in exception graphql.relay.InvalidCursorException
-
- equals(Object) - Method in exception graphql.relay.InvalidPageSizeException
-
- equals(Object) - Method in class graphql.schema.FieldCoordinates
-
- equals(Object) - Method in class graphql.schema.GraphQLArgument
-
No GraphQLSchemaElement implements `equals` because we need object identity
to treat a GraphQLSchema as an abstract graph.
- equals(Object) - Method in class graphql.schema.GraphQLDirective
-
No GraphQLSchemaElement implements `equals` because we need object identity
to treat a GraphQLSchema as an abstract graph.
- equals(Object) - Method in class graphql.schema.GraphQLEnumType
-
No GraphQLSchemaElement implements `equals` because we need object identity
to treat a GraphQLSchema as an abstract graph.
- equals(Object) - Method in class graphql.schema.GraphQLEnumValueDefinition
-
No GraphQLSchemaElement implements `equals` because we need object identity
to treat a GraphQLSchema as an abstract graph.
- equals(Object) - Method in class graphql.schema.GraphQLFieldDefinition
-
No GraphQLSchemaElement implements `equals` because we need object identity
to treat a GraphQLSchema as an abstract graph.
- equals(Object) - Method in class graphql.schema.GraphQLInputObjectField
-
No GraphQLSchemaElement implements `equals` because we need object identity
to treat a GraphQLSchema as an abstract graph.
- equals(Object) - Method in class graphql.schema.GraphQLInputObjectType
-
No GraphQLSchemaElement implements `equals` because we need object identity
to treat a GraphQLSchema as an abstract graph.
- equals(Object) - Method in class graphql.schema.GraphQLInterfaceType
-
No GraphQLSchemaElement implements `equals` because we need object identity
to treat a GraphQLSchema as an abstract graph.
- equals(Object) - Method in class graphql.schema.GraphQLList
-
No GraphQLSchemaElement implements `equals` because we need object identity
to treat a GraphQLSchema as an abstract graph.
- equals(Object) - Method in class graphql.schema.GraphQLNonNull
-
No GraphQLSchemaElement implements `equals` because we need object identity
to treat a GraphQLSchema as an abstract graph.
- equals(Object) - Method in class graphql.schema.GraphQLObjectType
-
No GraphQLSchemaElement implements `equals` because we need object identity
to treat a GraphQLSchema as an abstract graph.
- equals(Object) - Method in class graphql.schema.GraphQLScalarType
-
No GraphQLSchemaElement implements `equals` because we need object identity
to treat a GraphQLSchema as an abstract graph.
- equals(Object) - Method in interface graphql.schema.GraphQLSchemaElement
-
No GraphQLSchemaElement implements `equals` because we need object identity
to treat a GraphQLSchema as an abstract graph.
- equals(Object) - Method in class graphql.schema.GraphqlTypeComparatorEnvironment
-
- equals(Object) - Method in class graphql.schema.GraphQLUnionType
-
No GraphQLSchemaElement implements `equals` because we need object identity
to treat a GraphQLSchema as an abstract graph.
- equals(Object) - Method in class graphql.schema.idl.TypeInfo
-
- equals(Object) - Method in class graphql.schema.validation.SchemaValidationError
-
- equals(Object) - Method in class graphql.SerializationError
-
- equals(Object) - Method in class graphql.TypeMismatchError
-
- equals(Object) - Method in class graphql.UnresolvedTypeError
-
- equals(Object) - Method in class graphql.util.Breadcrumb
-
- equals(Object) - Method in class graphql.util.NodeLocation
-
- equals(Object) - Method in class graphql.validation.ValidationError
-
- error(GraphQLError) - Method in class graphql.execution.DataFetcherExceptionHandlerResult.Builder
-
- error(GraphQLError) - Method in class graphql.execution.DataFetcherResult.Builder
-
- error(GraphQLError) - Method in class graphql.execution.nextgen.FetchedValueAnalysis.Builder
-
- ErrorClassification - Interface in graphql
-
Errors in graphql-java can have a classification to help with the processing
of errors.
- errorClassification - Variable in class graphql.GraphqlErrorException.BuilderBase
-
- errorClassification(ErrorClassification) - Method in class graphql.GraphqlErrorException.BuilderBase
-
- errors(List<GraphQLError>) - Method in class graphql.execution.DataFetcherExceptionHandlerResult.Builder
-
- errors(List<GraphQLError>) - Method in class graphql.execution.DataFetcherResult.Builder
-
- errors(List<GraphQLError>) - Method in class graphql.execution.FetchedValue.Builder
-
- errors(List<GraphQLError>) - Method in class graphql.execution.nextgen.FetchedValueAnalysis.Builder
-
- errors(List<GraphQLError>) - Method in class graphql.execution.nextgen.result.ResolvedValue.Builder
-
- errors(List<GraphQLError>) - Method in class graphql.ExecutionResultImpl.Builder
-
- ErrorType - Enum in graphql
-
All the errors in graphql belong to one of these categories
- errorType(ErrorClassification) - Method in class graphql.GraphqlErrorBuilder
-
- escapeJsonString(String) - Static method in class graphql.util.EscapeUtil
-
Encodes the value as a JSON string according to http://json.org/ rules
- EscapeUtil - Class in graphql.util
-
- exception(Throwable) - Method in class graphql.execution.DataFetcherExceptionHandlerParameters.Builder
-
- exceptionallyCompletedFuture(Throwable) - Static method in class graphql.execution.Async
-
- ExceptionWhileDataFetching - Class in graphql
-
This graphql error will be used if a runtime exception is encountered while a data fetcher is invoked
- ExceptionWhileDataFetching(ResultPath, Throwable, SourceLocation) - Constructor for class graphql.ExceptionWhileDataFetching
-
- ExecutableDefinitions - Class in graphql.validation.rules
-
- ExecutableDefinitions(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.ExecutableDefinitions
-
- execute(ExecutionContext, ExecutionStrategyParameters) - Method in class graphql.execution.AsyncExecutionStrategy
-
- execute(ExecutionContext, ExecutionStrategyParameters) - Method in class graphql.execution.AsyncSerialExecutionStrategy
-
- execute(ExecutionContext, ExecutionStrategyParameters) - Method in class graphql.execution.batched.BatchedExecutionStrategy
-
Deprecated.
- execute(Document, GraphQLSchema, ExecutionId, ExecutionInput, InstrumentationState) - Method in class graphql.execution.Execution
-
- execute(ExecutionContext, ExecutionStrategyParameters) - Method in class graphql.execution.ExecutionStrategy
-
This is the entry point to an execution strategy.
- execute(ExecutionContext, ExecutionStrategyParameters) - Method in class graphql.execution.ExecutorServiceExecutionStrategy
-
Deprecated.
- execute(ExecutionContext) - Method in class graphql.execution.nextgen.BatchedExecutionStrategy
-
- execute(ExecutionContext) - Method in class graphql.execution.nextgen.DefaultExecutionStrategy
-
- execute(ExecutionStrategy, Document, GraphQLSchema, ExecutionId, ExecutionInput, InstrumentationState) - Method in class graphql.execution.nextgen.Execution
-
- execute(ExecutionContext) - Method in interface graphql.execution.nextgen.ExecutionStrategy
-
- execute(ExecutionContext, ExecutionStrategyParameters) - Method in class graphql.execution.SubscriptionExecutionStrategy
-
- execute(String) - Method in class graphql.GraphQL
-
Executes the specified graphql query/mutation/subscription
- execute(String, Object) - Method in class graphql.GraphQL
-
- execute(String, String, Object) - Method in class graphql.GraphQL
-
- execute(String, Object, Map<String, Object>) - Method in class graphql.GraphQL
-
- execute(String, String, Object, Map<String, Object>) - Method in class graphql.GraphQL
-
- execute(ExecutionInput.Builder) - Method in class graphql.GraphQL
-
Executes the graphql query using the provided input object builder
- execute(UnaryOperator<ExecutionInput.Builder>) - Method in class graphql.GraphQL
-
Executes the graphql query using calling the builder function and giving it a new builder.
- execute(ExecutionInput) - Method in class graphql.GraphQL
-
Executes the graphql query using the provided input object
- execute(ExecutionInput.Builder) - Method in class graphql.nextgen.GraphQL
-
Executes the graphql query using the provided input object builder
- execute(UnaryOperator<ExecutionInput.Builder>) - Method in class graphql.nextgen.GraphQL
-
Executes the graphql query using the provided input object builder
- execute(ExecutionInput) - Method in class graphql.nextgen.GraphQL
-
Executes the graphql query using the provided input object
- executeAsync(ExecutionInput.Builder) - Method in class graphql.GraphQL
-
Executes the graphql query using the provided input object builder
- executeAsync(UnaryOperator<ExecutionInput.Builder>) - Method in class graphql.GraphQL
-
Executes the graphql query using the provided input object builder
- executeAsync(ExecutionInput) - Method in class graphql.GraphQL
-
Executes the graphql query using the provided input object
- executeAsync(ExecutionInput.Builder) - Method in class graphql.nextgen.GraphQL
-
Executes the graphql query using the provided input object builder
- executeAsync(UnaryOperator<ExecutionInput.Builder>) - Method in class graphql.nextgen.GraphQL
-
Executes the graphql query using the provided input object builder
- executeAsync(ExecutionInput) - Method in class graphql.nextgen.GraphQL
-
Executes the graphql query using the provided input object
- executeImpl(ExecutionContext, FieldSubSelection) - Method in class graphql.execution.nextgen.BatchedExecutionStrategy
-
- executeImpl(ExecutionContext, FieldSubSelection) - Method in class graphql.execution.nextgen.DefaultExecutionStrategy
-
- Execution - Class in graphql.execution
-
- Execution(ExecutionStrategy, ExecutionStrategy, ExecutionStrategy, Instrumentation, ValueUnboxer) - Constructor for class graphql.execution.Execution
-
- Execution - Class in graphql.execution.nextgen
-
- Execution() - Constructor for class graphql.execution.nextgen.Execution
-
- ExecutionContext - Class in graphql.execution
-
- executionContext - Variable in class graphql.execution.nextgen.ExecutionHelper.ExecutionData
-
- ExecutionContextBuilder - Class in graphql.execution
-
- ExecutionContextBuilder() - Constructor for class graphql.execution.ExecutionContextBuilder
-
- ExecutionData() - Constructor for class graphql.execution.nextgen.ExecutionHelper.ExecutionData
-
- ExecutionHelper - Class in graphql.execution.nextgen
-
- ExecutionHelper() - Constructor for class graphql.execution.nextgen.ExecutionHelper
-
- ExecutionHelper.ExecutionData - Class in graphql.execution.nextgen
-
- executionId(ExecutionId) - Method in class graphql.execution.ExecutionContextBuilder
-
- ExecutionId - Class in graphql.execution
-
This opaque identifier is used to identify a unique query execution
- executionId(ExecutionId) - Method in class graphql.ExecutionInput.Builder
-
A default one will be assigned, but you can set your own.
- executionId(ExecutionId) - Method in class graphql.schema.DataFetchingEnvironmentImpl.Builder
-
- ExecutionIdProvider - Interface in graphql.execution
-
- executionIdProvider(ExecutionIdProvider) - Method in class graphql.GraphQL.Builder
-
- executionIdProvider(ExecutionIdProvider) - Method in class graphql.nextgen.GraphQL.Builder
-
- executionInfo(ExecutionStepInfo) - Method in class graphql.execution.nextgen.FieldSubSelection.Builder
-
- executionInput(ExecutionInput) - Method in class graphql.execution.ExecutionContextBuilder
-
- ExecutionInput - Class in graphql
-
This represents the series of values that can be input on a graphql query execution
- ExecutionInput.Builder - Class in graphql
-
- ExecutionResult - Interface in graphql
-
This simple value class represents the result of performing a graphql query.
- ExecutionResultImpl - Class in graphql
-
- ExecutionResultImpl(GraphQLError) - Constructor for class graphql.ExecutionResultImpl
-
- ExecutionResultImpl(List<? extends GraphQLError>) - Constructor for class graphql.ExecutionResultImpl
-
- ExecutionResultImpl(Object, List<? extends GraphQLError>) - Constructor for class graphql.ExecutionResultImpl
-
- ExecutionResultImpl(Object, List<? extends GraphQLError>, Map<Object, Object>) - Constructor for class graphql.ExecutionResultImpl
-
- ExecutionResultImpl(ExecutionResultImpl) - Constructor for class graphql.ExecutionResultImpl
-
- ExecutionResultImpl.Builder - Class in graphql
-
- ExecutionResultNode - Class in graphql.execution.nextgen.result
-
- ExecutionResultNode(ExecutionStepInfo, ResolvedValue, NonNullableFieldWasNullException, List<ExecutionResultNode>, List<GraphQLError>) - Constructor for class graphql.execution.nextgen.result.ExecutionResultNode
-
- ExecutionStepInfo - Class in graphql.execution
-
As the graphql query executes, it forms a hierarchy from parent fields (and their type) to their child fields (and their type)
until a scalar type is encountered; this class captures that execution type information.
- executionStepInfo(ExecutionStepInfo) - Method in class graphql.execution.ExecutionStrategyParameters.Builder
-
- executionStepInfo(ExecutionStepInfo.Builder) - Method in class graphql.execution.ExecutionStrategyParameters.Builder
-
- executionStepInfo(ExecutionStepInfo) - Method in class graphql.execution.nextgen.FetchedValueAnalysis.Builder
-
- executionStepInfo(ExecutionStepInfo) - Method in class graphql.schema.DataFetchingEnvironmentImpl.Builder
-
- executionStepInfo(Supplier<ExecutionStepInfo>) - Method in class graphql.schema.DataFetchingEnvironmentImpl.Builder
-
- ExecutionStepInfo.Builder - Class in graphql.execution
-
- ExecutionStepInfoFactory - Class in graphql.execution
-
- ExecutionStepInfoFactory() - Constructor for class graphql.execution.ExecutionStepInfoFactory
-
- executionStepInfoFactory - Variable in class graphql.execution.ExecutionStrategy
-
- ExecutionStrategy - Class in graphql.execution
-
An execution strategy is give a list of fields from the graphql query to execute and find values for using a recursive strategy.
- ExecutionStrategy() - Constructor for class graphql.execution.ExecutionStrategy
-
- ExecutionStrategy(DataFetcherExceptionHandler) - Constructor for class graphql.execution.ExecutionStrategy
-
The consumers of the execution strategy can pass in a
DataFetcherExceptionHandler
to better
decide what do when a data fetching error happens
- ExecutionStrategy - Interface in graphql.execution.nextgen
-
- executionStrategy(ExecutionStrategy) - Method in class graphql.nextgen.GraphQL.Builder
-
- ExecutionStrategyInstrumentationContext - Interface in graphql.execution.instrumentation
-
- ExecutionStrategyParameters - Class in graphql.execution
-
The parameters that are passed to execution strategies
- ExecutionStrategyParameters.Builder - Class in graphql.execution
-
- ExecutionStrategyUtil - Class in graphql.execution.nextgen
-
- ExecutionStrategyUtil() - Constructor for class graphql.execution.nextgen.ExecutionStrategyUtil
-
- ExecutorServiceExecutionStrategy - Class in graphql.execution
-
- ExecutorServiceExecutionStrategy(ExecutorService) - Constructor for class graphql.execution.ExecutorServiceExecutionStrategy
-
Deprecated.
- ExecutorServiceExecutionStrategy(ExecutorService, DataFetcherExceptionHandler) - Constructor for class graphql.execution.ExecutorServiceExecutionStrategy
-
Deprecated.
- EXPECTED_ENUM_MESSAGE - Static variable in exception graphql.schema.idl.errors.DirectiveIllegalArgumentTypeError
-
- EXPECTED_LIST_MESSAGE - Static variable in exception graphql.schema.idl.errors.DirectiveIllegalArgumentTypeError
-
- EXPECTED_NON_NULL_MESSAGE - Static variable in exception graphql.schema.idl.errors.DirectiveIllegalArgumentTypeError
-
- EXPECTED_OBJECT_MESSAGE - Static variable in exception graphql.schema.idl.errors.DirectiveIllegalArgumentTypeError
-
- EXPECTED_SCALAR_MESSAGE - Static variable in exception graphql.schema.idl.errors.DirectiveIllegalArgumentTypeError
-
- ExtendedBailStrategy - Class in graphql.parser
-
- ExtendedBailStrategy(MultiSourceReader) - Constructor for class graphql.parser.ExtendedBailStrategy
-
- extensionDefinitions(List<EnumTypeExtensionDefinition>) - Method in class graphql.schema.GraphQLEnumType.Builder
-
- extensionDefinitions(List<InputObjectTypeExtensionDefinition>) - Method in class graphql.schema.GraphQLInputObjectType.Builder
-
- extensionDefinitions(List<InterfaceTypeExtensionDefinition>) - Method in class graphql.schema.GraphQLInterfaceType.Builder
-
- extensionDefinitions(List<ObjectTypeExtensionDefinition>) - Method in class graphql.schema.GraphQLObjectType.Builder
-
- extensionDefinitions(List<ScalarTypeExtensionDefinition>) - Method in class graphql.schema.GraphQLScalarType.Builder
-
- extensionDefinitions(List<SchemaExtensionDefinition>) - Method in class graphql.schema.GraphQLSchema.Builder
-
- extensionDefinitions(List<UnionTypeExtensionDefinition>) - Method in class graphql.schema.GraphQLUnionType.Builder
-
- extensions - Variable in class graphql.ExecutionInput.Builder
-
- extensions(Map<String, Object>) - Method in class graphql.ExecutionInput.Builder
-
- extensions(Map<Object, Object>) - Method in class graphql.ExecutionResultImpl.Builder
-
- extensions(Map<String, Object>) - Method in class graphql.GraphqlErrorBuilder
-
- extensions - Variable in class graphql.GraphqlErrorException.BuilderBase
-
- extensions(Map<String, Object>) - Method in class graphql.GraphqlErrorException.BuilderBase
-
- extensions(Map<String, Object>) - Method in class graphql.validation.ValidationError.Builder
-
- generate() - Static method in class graphql.execution.ExecutionId
-
Create an unique identifier from the given string
- get(Object) - Method in class graphql.collect.ImmutableMapWithNullValues
-
- get(DataFetchingEnvironment) - Method in class graphql.execution.batched.UnbatchedDataFetcher
-
Deprecated.
- get(Object) - Method in class graphql.GraphQLContext
-
- get(DataFetchingEnvironment) - Method in class graphql.relay.SimpleListConnection
-
- get(DataFetchingEnvironment) - Method in class graphql.schema.AsyncDataFetcher
-
- get(DataFetchingEnvironment) - Method in interface graphql.schema.DataFetcher
-
This is called by the graphql engine to fetch the value.
- get(DataFetcherFactoryEnvironment) - Method in interface graphql.schema.DataFetcherFactory
-
- get(DataFetchingEnvironment) - Method in class graphql.schema.PropertyDataFetcher
-
- get(DataFetchingEnvironment) - Method in class graphql.schema.StaticDataFetcher
-
- get() - Method in class graphql.util.InterThreadMemoizedSupplier
-
- getAccumulatedResult() - Method in class graphql.util.TraverserResult
-
- getAdditionalData() - Method in class graphql.language.AbstractNode
-
- getAdditionalData() - Method in interface graphql.language.Node
-
A node can have a map of additional data associated with it.
- getAdditionalTypes() - Method in class graphql.schema.GraphQLSchema
-
- getAlias() - Method in class graphql.language.Field
-
- getAlias() - Method in class graphql.normalized.NormalizedField
-
- getAlias() - Method in interface graphql.schema.SelectedField
-
- getAllDirectivesByName() - Method in class graphql.DirectivesUtil.DirectivesHolder
-
- getAllDirectivesByName() - Method in class graphql.schema.GraphQLArgument
-
- getAllDirectivesByName() - Method in interface graphql.schema.GraphQLDirectiveContainer
-
This will return a Map of the all directives that are associated with a
GraphQLNamedSchemaElement
, including both
repeatable and non repeatable directives.
- getAllDirectivesByName() - Method in class graphql.schema.GraphQLEnumType
-
- getAllDirectivesByName() - Method in class graphql.schema.GraphQLEnumValueDefinition
-
- getAllDirectivesByName() - Method in class graphql.schema.GraphQLFieldDefinition
-
- getAllDirectivesByName() - Method in class graphql.schema.GraphQLInputObjectField
-
- getAllDirectivesByName() - Method in class graphql.schema.GraphQLInputObjectType
-
- getAllDirectivesByName() - Method in class graphql.schema.GraphQLInterfaceType
-
- getAllDirectivesByName() - Method in class graphql.schema.GraphQLObjectType
-
- getAllDirectivesByName() - Method in class graphql.schema.GraphQLScalarType
-
- getAllDirectivesByName() - Method in class graphql.schema.GraphQLSchema
-
Directives can be `repeatable` and hence this returns a list of directives by name, some with an arity of 1 and some with an arity of greater than
1.
- getAllDirectivesByName() - Method in class graphql.schema.GraphQLUnionType
-
- getAllImplementationsOf(InterfaceTypeDefinition) - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
Returns the list of object and interface types that implement the given interface type
- getAllSchemaDirectivesByName() - Method in class graphql.schema.GraphQLSchema
-
Schema directives can be `repeatable` and hence this returns a list of directives by name, some with an arity of 1 and some with an arity of greater than
1.
- getAllTypesAsList() - Method in class graphql.schema.GraphQLSchema
-
- getAntlrToLanguage(CommonTokenStream, MultiSourceReader) - Method in class graphql.parser.Parser
-
Allows you to override the ANTLR to AST code.
- getArgument() - Method in interface graphql.analysis.QueryVisitorFieldArgumentEnvironment
-
- getArgument() - Method in class graphql.analysis.QueryVisitorFieldArgumentEnvironmentImpl
-
- getArgument(String) - Method in class graphql.execution.ExecutionStepInfo
-
Returns the named argument
- getArgument(String) - Method in interface graphql.introspection.IntrospectionDataFetchingEnvironment
-
- getArgument(String) - Method in class graphql.language.Directive
-
- getArgument(String) - Method in interface graphql.schema.DataFetchingEnvironment
-
Returns the named argument
- getArgument(String) - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getArgument(String) - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
- getArgument(String) - Method in class graphql.schema.GraphQLDirective
-
- getArgument(String) - Method in class graphql.schema.GraphQLFieldDefinition
-
- getArgument() - Method in class graphql.validation.TraversalContext
-
- getArgument() - Method in class graphql.validation.ValidationContext
-
- getArgumentInputValue() - Method in interface graphql.analysis.QueryVisitorFieldArgumentValueEnvironment
-
- getArgumentInputValue() - Method in class graphql.analysis.QueryVisitorFieldArgumentValueEnvironmentImpl
-
- getArgumentOrDefault(String, T) - Method in interface graphql.schema.DataFetchingEnvironment
-
Returns the named argument or the default value
- getArgumentOrDefault(String, T) - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getArgumentOrDefault(String, T) - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
- getArguments() - Method in class graphql.analysis.FieldComplexityEnvironment
-
- getArguments() - Method in interface graphql.analysis.QueryVisitorFieldEnvironment
-
- getArguments() - Method in class graphql.analysis.QueryVisitorFieldEnvironmentImpl
-
- getArguments() - Method in class graphql.execution.ExecutionStepInfo
-
- getArguments() - Method in class graphql.execution.MergedField
-
All merged fields share the same arguments.
- getArguments() - Method in interface graphql.introspection.IntrospectionDataFetchingEnvironment
-
- getArguments() - Method in class graphql.language.Directive
-
- getArguments() - Method in class graphql.language.Field
-
- getArguments() - Method in class graphql.normalized.NormalizedField
-
- getArguments() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getArguments() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getArguments() - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
- getArguments() - Method in class graphql.schema.GraphQLDirective
-
- getArguments() - Method in class graphql.schema.GraphQLFieldDefinition
-
- getArguments() - Method in interface graphql.schema.SelectedField
-
- getArguments() - Method in class graphql.TypeResolutionEnvironment
-
- getArgumentsByName() - Method in class graphql.language.Directive
-
- getArgumentValue() - Method in interface graphql.analysis.QueryVisitorFieldArgumentEnvironment
-
- getArgumentValue() - Method in class graphql.analysis.QueryVisitorFieldArgumentEnvironmentImpl
-
- getArgumentValue(String) - Method in interface graphql.execution.instrumentation.fieldvalidation.FieldAndArguments
-
This will return the named field argument value and cast it to the desired type.
- getArgumentValues() - Method in class graphql.execution.DataFetcherExceptionHandlerParameters
-
- getArgumentValues() - Method in class graphql.execution.TypeResolutionParameters
-
- getArgumentValues(List<GraphQLArgument>, List<Argument>, Map<String, Object>) - Method in class graphql.execution.ValuesResolver
-
- getArgumentValues(GraphQLCodeRegistry, List<GraphQLArgument>, List<Argument>, Map<String, Object>) - Method in class graphql.execution.ValuesResolver
-
- getArgumentValuesByName() - Method in interface graphql.execution.instrumentation.fieldvalidation.FieldAndArguments
-
This will be a map of argument names to argument values.
- getAstDesc(Type) - Static method in class graphql.schema.idl.TypeInfo
-
- getBackwardPaginationConnectionFieldArguments() - Method in class graphql.relay.Relay
-
- getBreadcrumbs() - Method in class graphql.util.DefaultTraverserContext
-
- getBreadcrumbs() - Method in class graphql.util.NodeZipper
-
- getBreadcrumbs() - Method in interface graphql.util.TraverserContext
-
The exact location of this node inside the tree as a list of
Breadcrumb
- getBreakageCount() - Method in class graphql.schema.diff.reporting.CapturingReporter
-
- getBreakages() - Method in class graphql.schema.diff.reporting.CapturingReporter
-
- getBuildContext() - Method in interface graphql.schema.idl.SchemaDirectiveWiringEnvironment
-
- getBuildContext() - Method in class graphql.schema.idl.SchemaDirectiveWiringEnvironmentImpl
-
- getByName(List<T>, Function<T, String>, BinaryOperator<T>) - Static method in class graphql.util.FpKit
-
- getByName(List<T>, Function<T, String>) - Static method in class graphql.util.FpKit
-
- getCacheControl() - Method in class graphql.execution.ExecutionContext
-
- getCacheControl() - Method in class graphql.ExecutionInput
-
- getCacheControl() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getCacheControl() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getCacheControl() - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
- getCategory() - Method in class graphql.schema.diff.DiffEvent
-
- getChildNonNullableException() - Method in class graphql.execution.nextgen.result.ExecutionResultNode
-
- getChildOrNull(String) - Method in class graphql.language.NodeChildrenContainer
-
- getChildOrNull(String) - Method in class graphql.schema.SchemaElementChildrenContainer
-
- getChildren() - Method in class graphql.execution.nextgen.FetchedValueAnalysis
-
- getChildren() - Method in class graphql.execution.nextgen.result.ExecutionResultNode
-
- getChildren() - Method in class graphql.language.Argument
-
- getChildren() - Method in class graphql.language.ArrayValue
-
- getChildren() - Method in class graphql.language.BooleanValue
-
- getChildren() - Method in class graphql.language.Directive
-
- getChildren() - Method in class graphql.language.DirectiveDefinition
-
- getChildren() - Method in class graphql.language.DirectiveLocation
-
- getChildren() - Method in class graphql.language.Document
-
- getChildren() - Method in class graphql.language.EnumTypeDefinition
-
- getChildren() - Method in class graphql.language.EnumValue
-
- getChildren() - Method in class graphql.language.EnumValueDefinition
-
- getChildren() - Method in class graphql.language.Field
-
- getChildren() - Method in class graphql.language.FieldDefinition
-
- getChildren() - Method in class graphql.language.FloatValue
-
- getChildren() - Method in class graphql.language.FragmentDefinition
-
- getChildren() - Method in class graphql.language.FragmentSpread
-
- getChildren() - Method in class graphql.language.InlineFragment
-
- getChildren() - Method in class graphql.language.InputObjectTypeDefinition
-
- getChildren() - Method in class graphql.language.InputValueDefinition
-
- getChildren() - Method in class graphql.language.InterfaceTypeDefinition
-
- getChildren() - Method in class graphql.language.IntValue
-
- getChildren() - Method in class graphql.language.ListType
-
- getChildren() - Method in interface graphql.language.Node
-
- getChildren(String) - Method in class graphql.language.NodeChildrenContainer
-
- getChildren() - Method in class graphql.language.NodeChildrenContainer
-
- getChildren() - Method in class graphql.language.NonNullType
-
- getChildren() - Method in class graphql.language.NullValue
-
- getChildren() - Method in class graphql.language.ObjectField
-
- getChildren() - Method in class graphql.language.ObjectTypeDefinition
-
- getChildren() - Method in class graphql.language.ObjectValue
-
- getChildren() - Method in class graphql.language.OperationDefinition
-
- getChildren() - Method in class graphql.language.OperationTypeDefinition
-
- getChildren() - Method in class graphql.language.ScalarTypeDefinition
-
- getChildren() - Method in class graphql.language.SchemaDefinition
-
- getChildren() - Method in class graphql.language.SelectionSet
-
- getChildren() - Method in class graphql.language.StringValue
-
- getChildren() - Method in class graphql.language.TypeName
-
- getChildren() - Method in class graphql.language.UnionTypeDefinition
-
- getChildren() - Method in class graphql.language.VariableDefinition
-
- getChildren() - Method in class graphql.language.VariableReference
-
- getChildren() - Method in class graphql.normalized.FieldCollectorNormalizedQuery.CollectFieldResult
-
- getChildren() - Method in class graphql.normalized.NormalizedField
-
- getChildren(int) - Method in class graphql.normalized.NormalizedField
-
- getChildren() - Method in class graphql.schema.GraphQLArgument
-
- getChildren() - Method in class graphql.schema.GraphQLDirective
-
- getChildren() - Method in class graphql.schema.GraphQLEnumType
-
- getChildren() - Method in class graphql.schema.GraphQLEnumValueDefinition
-
- getChildren() - Method in class graphql.schema.GraphQLFieldDefinition
-
- getChildren() - Method in class graphql.schema.GraphQLInputObjectField
-
- getChildren() - Method in class graphql.schema.GraphQLInputObjectType
-
- getChildren() - Method in class graphql.schema.GraphQLInterfaceType
-
- getChildren() - Method in class graphql.schema.GraphQLList
-
- getChildren() - Method in class graphql.schema.GraphQLNonNull
-
- getChildren() - Method in class graphql.schema.GraphQLObjectType
-
- getChildren() - Method in class graphql.schema.GraphQLScalarType
-
- getChildren() - Method in interface graphql.schema.GraphQLSchemaElement
-
- getChildren() - Method in class graphql.schema.GraphQLUnionType
-
- getChildren(String) - Method in class graphql.schema.SchemaElementChildrenContainer
-
- getChildren() - Method in class graphql.schema.SchemaElementChildrenContainer
-
- getChildrenAsList() - Method in class graphql.schema.SchemaElementChildrenContainer
-
- getChildrenContexts() - Method in class graphql.util.DefaultTraverserContext
-
- getChildrenContexts() - Method in interface graphql.util.TraverserContext
-
In case of leave returns the children contexts, which have already been visited.
- getChildrenWithTypeReferences() - Method in class graphql.schema.GraphQLArgument
-
- getChildrenWithTypeReferences() - Method in class graphql.schema.GraphQLDirective
-
- getChildrenWithTypeReferences() - Method in class graphql.schema.GraphQLEnumType
-
- getChildrenWithTypeReferences() - Method in class graphql.schema.GraphQLEnumValueDefinition
-
- getChildrenWithTypeReferences() - Method in class graphql.schema.GraphQLFieldDefinition
-
- getChildrenWithTypeReferences() - Method in class graphql.schema.GraphQLInputObjectField
-
- getChildrenWithTypeReferences() - Method in class graphql.schema.GraphQLInputObjectType
-
- getChildrenWithTypeReferences() - Method in class graphql.schema.GraphQLInterfaceType
-
- getChildrenWithTypeReferences() - Method in class graphql.schema.GraphQLList
-
- getChildrenWithTypeReferences() - Method in class graphql.schema.GraphQLNonNull
-
- getChildrenWithTypeReferences() - Method in class graphql.schema.GraphQLObjectType
-
- getChildrenWithTypeReferences() - Method in class graphql.schema.GraphQLScalarType
-
- getChildrenWithTypeReferences() - Method in interface graphql.schema.GraphQLSchemaElement
-
- getChildrenWithTypeReferences() - Method in class graphql.schema.GraphQLUnionType
-
- getCodeRegistry() - Method in class graphql.schema.GraphQLSchema
-
- getCodeRegistry() - Method in class graphql.schema.idl.RuntimeWiring
-
- getCodeRegistry() - Method in interface graphql.schema.idl.SchemaDirectiveWiringEnvironment
-
- getCodeRegistry() - Method in class graphql.schema.idl.SchemaDirectiveWiringEnvironmentImpl
-
- getCoercing() - Method in class graphql.schema.GraphQLScalarType
-
- getColumn() - Method in class graphql.language.SourceLocation
-
- getCommentOnChannel(List<Token>) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- getComments() - Method in class graphql.language.AbstractNode
-
- getComments() - Method in interface graphql.language.Node
-
Nodes can have comments made on them, the following is one comment per line before a node.
- getComments(ParserRuleContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- getCommonRoot() - Method in class graphql.util.NodeMultiZipper
-
- getComparator(GraphqlTypeComparatorEnvironment) - Method in class graphql.schema.DefaultGraphqlTypeComparatorRegistry
-
Search for the most to least specific registered Comparator
otherwise a default is returned.
- getComparator(GraphqlTypeComparatorEnvironment) - Method in interface graphql.schema.GraphqlTypeComparatorRegistry
-
- getComparatorRegistry() - Method in class graphql.schema.idl.RuntimeWiring
-
- getComparatorRegistry() - Method in class graphql.schema.idl.SchemaPrinter.Options
-
- getCompletedValue() - Method in class graphql.execution.nextgen.FetchedValueAnalysis
-
- getCompletedValue() - Method in class graphql.execution.nextgen.result.ResolvedValue
-
- getCompleteValueType() - Method in class graphql.execution.FieldValueInfo
-
- getComplexity() - Method in class graphql.analysis.QueryComplexityInfo
-
This returns the query complexity.
- getComponents() - Method in class graphql.schema.diff.DiffEvent
-
- getConnectionFieldArguments() - Method in class graphql.relay.Relay
-
- getContent() - Method in class graphql.language.Comment
-
- getContent() - Method in class graphql.language.Description
-
- getContext() - Method in class graphql.execution.ExecutionContext
-
- getContext() - Method in class graphql.execution.instrumentation.nextgen.InstrumentationExecutionParameters
-
- getContext() - Method in class graphql.execution.instrumentation.parameters.InstrumentationExecutionParameters
-
- getContext() - Method in class graphql.execution.TypeResolutionParameters
-
- getContext() - Method in class graphql.ExecutionInput
-
- getContext() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getContext() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getContext() - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
- getContext() - Method in class graphql.TypeResolutionEnvironment
-
- getCoordinatesToNormalizedFields() - Method in class graphql.normalized.NormalizedQueryTree
-
- getCurNode() - Method in class graphql.util.NodeZipper
-
- getCurrentAccumulate() - Method in class graphql.util.DefaultTraverserContext
-
- getCurrentAccumulate() - Method in interface graphql.util.TraverserContext
-
The current accumulate value used as "input" for the current step.
- getCurrentListIndex() - Method in class graphql.execution.ExecutionStrategyParameters
-
- getCursor() - Method in class graphql.relay.DefaultEdge
-
- getCursor() - Method in interface graphql.relay.Edge
-
- getDangerCount() - Method in class graphql.schema.diff.reporting.CapturingReporter
-
- getDangers() - Method in class graphql.schema.diff.reporting.CapturingReporter
-
- getData() - Method in class graphql.execution.DataFetcherResult
-
- getData() - Method in interface graphql.ExecutionResult
-
- getData() - Method in class graphql.ExecutionResultImpl
-
- getData() - Method in class graphql.parser.MultiSourceReader
-
- getDataFetcher(GraphQLFieldsContainer, GraphQLFieldDefinition) - Method in class graphql.schema.GraphQLCodeRegistry.Builder
-
Returns a data fetcher associated with a field within a container type
- getDataFetcher(FieldCoordinates, GraphQLFieldDefinition) - Method in class graphql.schema.GraphQLCodeRegistry.Builder
-
Returns a data fetcher associated with a field located at specified coordinates.
- getDataFetcher(GraphQLFieldsContainer, GraphQLFieldDefinition) - Method in class graphql.schema.GraphQLCodeRegistry
-
Returns a data fetcher associated with a field within a container type
- getDataFetcher(FieldCoordinates, GraphQLFieldDefinition) - Method in class graphql.schema.GraphQLCodeRegistry
-
Returns a data fetcher associated with a field located at specified coordinates.
- getDataFetcher(FieldWiringEnvironment) - Method in class graphql.schema.idl.CombinedWiringFactory
-
- getDataFetcher(FieldWiringEnvironment) - Method in class graphql.schema.idl.MockedWiringFactory
-
- getDataFetcher(FieldWiringEnvironment) - Method in class graphql.schema.idl.NoopWiringFactory
-
- getDataFetcher(FieldWiringEnvironment) - Method in interface graphql.schema.idl.WiringFactory
-
- getDataFetcherFactory(FieldWiringEnvironment) - Method in class graphql.schema.idl.CombinedWiringFactory
-
- getDataFetcherFactory(FieldWiringEnvironment) - Method in interface graphql.schema.idl.WiringFactory
-
- getDataFetcherForType(String) - Method in class graphql.schema.idl.RuntimeWiring
-
- getDataFetchers() - Method in class graphql.schema.idl.RuntimeWiring
-
- getDataFetchingEnvironment() - Method in class graphql.execution.DataFetcherExceptionHandlerParameters
-
- getDataLoader(String) - Method in interface graphql.schema.DataFetchingEnvironment
-
This allows you to retrieve a named dataloader from the underlying DataLoaderRegistry
- getDataLoader(String) - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getDataLoader(String) - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
- getDataLoaderRegistry() - Method in class graphql.execution.ExecutionContext
-
- getDataLoaderRegistry() - Method in class graphql.ExecutionInput
-
- getDataLoaderRegistry() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getDataLoaderRegistry() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getDataLoaderRegistry() - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
- getDefaultDataFetcher(FieldWiringEnvironment) - Method in class graphql.schema.idl.CombinedWiringFactory
-
- getDefaultDataFetcher(FieldWiringEnvironment) - Method in class graphql.schema.idl.EchoingWiringFactory
-
- getDefaultDataFetcher(FieldWiringEnvironment) - Method in class graphql.schema.idl.NoopWiringFactory
-
- getDefaultDataFetcher() - Method in class graphql.schema.idl.TypeRuntimeWiring
-
- getDefaultDataFetcher(FieldWiringEnvironment) - Method in interface graphql.schema.idl.WiringFactory
-
All fields need a data fetcher of some sort and this method is called to provide the data fetcher
that will be used if no specific one has been provided
- getDefaultDataFetcherForType(String) - Method in class graphql.schema.idl.RuntimeWiring
-
- getDefaultValue() - Method in class graphql.language.InputValueDefinition
-
- getDefaultValue() - Method in class graphql.language.VariableDefinition
-
- getDefaultValue() - Method in class graphql.schema.GraphQLArgument
-
An argument has a default value when it represents the logical argument structure that a
GraphQLFieldDefinition
can have and it can also have a default value when used in a schema definition language (SDL) where the
default value comes via the directive definition.
- getDefaultValue() - Method in class graphql.schema.GraphQLInputObjectField
-
- getDefinition() - Method in class graphql.schema.GraphQLArgument
-
- getDefinition() - Method in class graphql.schema.GraphQLDirective
-
- getDefinition() - Method in class graphql.schema.GraphQLEnumType
-
- getDefinition() - Method in class graphql.schema.GraphQLEnumValueDefinition
-
- getDefinition() - Method in class graphql.schema.GraphQLFieldDefinition
-
- getDefinition() - Method in class graphql.schema.GraphQLInputObjectField
-
- getDefinition() - Method in class graphql.schema.GraphQLInputObjectType
-
- getDefinition() - Method in class graphql.schema.GraphQLInterfaceType
-
- getDefinition() - Method in interface graphql.schema.GraphQLNamedSchemaElement
-
The AST
Node
this schema element is based on.
- getDefinition() - Method in class graphql.schema.GraphQLObjectType
-
- getDefinition() - Method in class graphql.schema.GraphQLScalarType
-
- getDefinition() - Method in class graphql.schema.GraphQLSchema
-
- getDefinition() - Method in class graphql.schema.GraphQLTypeReference
-
- getDefinition() - Method in class graphql.schema.GraphQLUnionType
-
- getDefinitions() - Method in class graphql.language.Document
-
- getDefinitionsOfType(Class<T>) - Method in class graphql.language.Document
-
Returns a list of definitions of the specific type.
- getDeprecationReason() - Method in class graphql.schema.GraphQLEnumValueDefinition
-
- getDeprecationReason() - Method in class graphql.schema.GraphQLFieldDefinition
-
- getDepth() - Method in class graphql.analysis.QueryDepthInfo
-
This returns the query depth.
- getDescription() - Method in class graphql.language.AbstractDescribedNode
-
- getDescription() - Method in interface graphql.language.DescribedNode
-
- getDescription() - Method in class graphql.language.SchemaDefinition
-
- getDescription() - Method in class graphql.schema.GraphQLArgument
-
- getDescription() - Method in class graphql.schema.GraphQLDirective
-
- getDescription() - Method in class graphql.schema.GraphQLEnumType
-
- getDescription() - Method in class graphql.schema.GraphQLEnumValueDefinition
-
- getDescription() - Method in class graphql.schema.GraphQLFieldDefinition
-
- getDescription() - Method in class graphql.schema.GraphQLInputObjectField
-
- getDescription() - Method in class graphql.schema.GraphQLInputObjectType
-
- getDescription() - Method in class graphql.schema.GraphQLInterfaceType
-
- getDescription() - Method in interface graphql.schema.GraphQLNamedSchemaElement
-
- getDescription() - Method in class graphql.schema.GraphQLObjectType
-
- getDescription() - Method in class graphql.schema.GraphQLScalarType
-
- getDescription() - Method in class graphql.schema.GraphQLSchema
-
- getDescription() - Method in class graphql.schema.GraphQLTypeReference
-
- getDescription() - Method in class graphql.schema.GraphQLUnionType
-
- getDescription() - Method in class graphql.schema.validation.SchemaValidationError
-
- getDescription() - Method in class graphql.validation.ValidationError
-
- getDirective(String) - Method in class graphql.DirectivesUtil.DirectivesHolder
-
- getDirective(String) - Method in class graphql.schema.GraphQLArgument
-
- getDirective(String) - Method in interface graphql.schema.GraphQLDirectiveContainer
-
Returns a non repeatable directive with the provided name.
- getDirective(String) - Method in class graphql.schema.GraphQLEnumType
-
- getDirective(String) - Method in class graphql.schema.GraphQLEnumValueDefinition
-
- getDirective(String) - Method in class graphql.schema.GraphQLFieldDefinition
-
- getDirective(String) - Method in class graphql.schema.GraphQLInputObjectField
-
- getDirective(String) - Method in class graphql.schema.GraphQLInputObjectType
-
- getDirective(String) - Method in class graphql.schema.GraphQLInterfaceType
-
- getDirective(String) - Method in class graphql.schema.GraphQLObjectType
-
- getDirective(String) - Method in class graphql.schema.GraphQLScalarType
-
- getDirective(String) - Method in class graphql.schema.GraphQLSchema
-
Returns a named directive that (for legacy reasons) will be only in the set of non repeatable directives
- getDirective(String) - Method in class graphql.schema.GraphQLUnionType
-
- getDirective() - Method in interface graphql.schema.idl.SchemaDirectiveWiringEnvironment
-
- getDirective(String) - Method in interface graphql.schema.idl.SchemaDirectiveWiringEnvironment
-
Returns a named directive or null
- getDirective() - Method in class graphql.schema.idl.SchemaDirectiveWiringEnvironmentImpl
-
- getDirective(String) - Method in class graphql.schema.idl.SchemaDirectiveWiringEnvironmentImpl
-
- getDirective() - Method in class graphql.validation.TraversalContext
-
- getDirective() - Method in class graphql.validation.ValidationContext
-
- getDirectiveDefinition(String) - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
- getDirectiveDefinitions() - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
- getDirectiveLocations() - Method in class graphql.language.DirectiveDefinition
-
- getDirectives() - Method in class graphql.DirectivesUtil.DirectivesHolder
-
- getDirectives(String) - Method in class graphql.DirectivesUtil.DirectivesHolder
-
- getDirectives() - Method in interface graphql.language.DirectivesContainer
-
This will return a list of all the directives that have been put on
Node
as a flat list, which may contain repeatable
and non repeatable directives.
- getDirectives(String) - Method in interface graphql.language.DirectivesContainer
-
Returns all of the directives with the provided name, including repeatable and non repeatable directives.
- getDirectives() - Method in class graphql.language.EnumTypeDefinition
-
- getDirectives() - Method in class graphql.language.EnumValueDefinition
-
- getDirectives() - Method in class graphql.language.Field
-
- getDirectives() - Method in class graphql.language.FieldDefinition
-
- getDirectives() - Method in class graphql.language.FragmentDefinition
-
- getDirectives() - Method in class graphql.language.FragmentSpread
-
- getDirectives() - Method in class graphql.language.InlineFragment
-
- getDirectives() - Method in class graphql.language.InputObjectTypeDefinition
-
- getDirectives() - Method in class graphql.language.InputValueDefinition
-
- getDirectives() - Method in class graphql.language.InterfaceTypeDefinition
-
- getDirectives() - Method in class graphql.language.ObjectTypeDefinition
-
- getDirectives() - Method in class graphql.language.OperationDefinition
-
- getDirectives() - Method in class graphql.language.ScalarTypeDefinition
-
- getDirectives() - Method in class graphql.language.SchemaDefinition
-
- getDirectives() - Method in class graphql.language.UnionTypeDefinition
-
- getDirectives() - Method in class graphql.language.VariableDefinition
-
- getDirectives() - Method in class graphql.schema.GraphQLArgument
-
- getDirectives() - Method in interface graphql.schema.GraphQLDirectiveContainer
-
This will return a list of all the directives that have been put on
GraphQLNamedSchemaElement
as a flat list, which may contain repeatable
and non repeatable directives.
- getDirectives(String) - Method in interface graphql.schema.GraphQLDirectiveContainer
-
Returns all of the directives with the provided name, including repeatable and non repeatable directives.
- getDirectives() - Method in class graphql.schema.GraphQLEnumType
-
- getDirectives() - Method in class graphql.schema.GraphQLEnumValueDefinition
-
- getDirectives() - Method in class graphql.schema.GraphQLFieldDefinition
-
- getDirectives() - Method in class graphql.schema.GraphQLInputObjectField
-
- getDirectives() - Method in class graphql.schema.GraphQLInputObjectType
-
- getDirectives() - Method in class graphql.schema.GraphQLInterfaceType
-
- getDirectives() - Method in class graphql.schema.GraphQLObjectType
-
- getDirectives() - Method in class graphql.schema.GraphQLScalarType
-
- getDirectives() - Method in class graphql.schema.GraphQLSchema
-
This returns the list of directives that are associated with this schema object including
built in ones.
- getDirectives(String) - Method in class graphql.schema.GraphQLSchema
-
Returns a list of named directive that can include non repeatable and repeatable directives.
- getDirectives() - Method in class graphql.schema.GraphQLUnionType
-
- getDirectives() - Method in class graphql.schema.idl.FieldWiringEnvironment
-
- getDirectives() - Method in interface graphql.schema.idl.SchemaDirectiveWiringEnvironment
-
- getDirectives() - Method in class graphql.schema.idl.SchemaDirectiveWiringEnvironmentImpl
-
- getDirectivesByName() - Method in class graphql.DirectivesUtil.DirectivesHolder
-
- getDirectivesByName() - Method in interface graphql.language.DirectivesContainer
-
This will return a Map of the all directives that are associated with a
Node
, including both repeatable and non repeatable directives.
- getDirectivesByName() - Method in class graphql.schema.GraphQLArgument
-
- getDirectivesByName() - Method in interface graphql.schema.GraphQLDirectiveContainer
-
- getDirectivesByName() - Method in class graphql.schema.GraphQLEnumType
-
- getDirectivesByName() - Method in class graphql.schema.GraphQLEnumValueDefinition
-
- getDirectivesByName() - Method in class graphql.schema.GraphQLFieldDefinition
-
- getDirectivesByName() - Method in class graphql.schema.GraphQLInputObjectField
-
- getDirectivesByName() - Method in class graphql.schema.GraphQLInputObjectType
-
- getDirectivesByName() - Method in class graphql.schema.GraphQLInterfaceType
-
- getDirectivesByName() - Method in class graphql.schema.GraphQLObjectType
-
- getDirectivesByName() - Method in class graphql.schema.GraphQLScalarType
-
- getDirectivesByName() - Method in class graphql.schema.GraphQLSchema
-
- getDirectivesByName() - Method in class graphql.schema.GraphQLUnionType
-
- getDirectiveWiring() - Method in class graphql.schema.idl.RuntimeWiring
-
- getDocument() - Method in class graphql.execution.ExecutionContext
-
- getDocument() - Method in class graphql.execution.instrumentation.DocumentAndVariables
-
- getDocument() - Method in class graphql.execution.instrumentation.nextgen.InstrumentationValidationParameters
-
- getDocument() - Method in class graphql.execution.instrumentation.parameters.InstrumentationValidationParameters
-
- getDocument(ExecutionInput, Function<ExecutionInput, PreparsedDocumentEntry>) - Method in class graphql.execution.preparsed.NoOpPreparsedDocumentProvider
-
- getDocument(ExecutionInput, Function<ExecutionInput, PreparsedDocumentEntry>) - Method in class graphql.execution.preparsed.persisted.PersistedQuerySupport
-
- getDocument() - Method in class graphql.execution.preparsed.PreparsedDocumentEntry
-
- getDocument(ExecutionInput, Function<ExecutionInput, PreparsedDocumentEntry>) - Method in interface graphql.execution.preparsed.PreparsedDocumentProvider
-
This is called to get a "cached" pre-parsed query and if its not present, then the "parseAndValidateFunction"
can be called to parse and validate the query.
- getDocument() - Method in class graphql.ParseAndValidateResult
-
- getDocument() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getDocument() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getDocument() - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
- getDocument() - Method in class graphql.validation.ValidationContext
-
- getDocumentAndVariables() - Method in class graphql.ParseAndValidateResult
-
- getEdges() - Method in interface graphql.relay.Connection
-
- getEdges() - Method in class graphql.relay.DefaultConnection
-
- getElement() - Method in class graphql.schema.GraphqlElementParentTree
-
Returns the element represented by this info
- getElement() - Method in interface graphql.schema.idl.SchemaDirectiveWiringEnvironment
-
- getElement() - Method in class graphql.schema.idl.SchemaDirectiveWiringEnvironmentImpl
-
- getElementParentTree() - Method in interface graphql.schema.idl.SchemaDirectiveWiringEnvironment
-
The type hierarchy depends on the element in question.
- getElementParentTree() - Method in class graphql.schema.idl.SchemaDirectiveWiringEnvironmentImpl
-
- getElementType() - Method in class graphql.schema.GraphqlTypeComparatorEnvironment
-
- getEndCursor() - Method in class graphql.relay.DefaultPageInfo
-
- getEndCursor() - Method in interface graphql.relay.PageInfo
-
- getEnumValueDefinitions() - Method in class graphql.language.EnumTypeDefinition
-
- getEnumValuesProvider() - Method in class graphql.schema.idl.TypeRuntimeWiring
-
- getEnumValuesProviders() - Method in class graphql.schema.idl.RuntimeWiring
-
- getEnvironment() - Method in class graphql.execution.instrumentation.parameters.InstrumentationFieldFetchParameters
-
- getErrorExtensions() - Method in class graphql.validation.ArgumentValidationUtil
-
- getErrors() - Method in class graphql.execution.DataFetcherExceptionHandlerResult
-
- getErrors() - Method in class graphql.execution.DataFetcherResult
-
- getErrors() - Method in class graphql.execution.ExecutionContext
-
- getErrors() - Method in class graphql.execution.FetchedValue
-
- getErrors() - Method in class graphql.execution.nextgen.FetchedValueAnalysis
-
- getErrors() - Method in class graphql.execution.nextgen.result.ExecutionResultNode
-
- getErrors() - Method in class graphql.execution.nextgen.result.ResolvedValue
-
- getErrors() - Method in class graphql.execution.preparsed.PreparsedDocumentEntry
-
- getErrors() - Method in interface graphql.ExecutionResult
-
- getErrors() - Method in class graphql.ExecutionResultImpl
-
- getErrors() - Method in class graphql.ParseAndValidateResult
-
A list of all the errors (parse and validate) that have occurred
- getErrors() - Method in exception graphql.schema.idl.errors.SchemaProblem
-
- getErrors() - Method in class graphql.schema.validation.SchemaValidationErrorCollector
-
- getErrors() - Method in class graphql.validation.AbstractRule
-
- getErrors() - Method in class graphql.validation.ValidationErrorCollector
-
- getErrorType() - Method in class graphql.ExceptionWhileDataFetching
-
- getErrorType() - Method in exception graphql.execution.AbortExecutionException
-
- getErrorType() - Method in exception graphql.execution.InputMapDefinesTooManyFieldsException
-
- getErrorType() - Method in exception graphql.execution.MissingRootTypeException
-
- getErrorType() - Method in class graphql.execution.NonNullableFieldWasNullError
-
- getErrorType() - Method in exception graphql.execution.NonNullableValueCoercedAsNullException
-
- getErrorType() - Method in exception graphql.execution.UnknownOperationException
-
- getErrorType() - Method in interface graphql.GraphQLError
-
- getErrorType() - Method in exception graphql.GraphqlErrorException
-
- getErrorType() - Method in class graphql.InvalidSyntaxError
-
- getErrorType() - Method in exception graphql.relay.InvalidCursorException
-
- getErrorType() - Method in exception graphql.relay.InvalidPageSizeException
-
- getErrorType() - Method in exception graphql.schema.CoercingParseLiteralException
-
- getErrorType() - Method in exception graphql.schema.CoercingParseValueException
-
- getErrorType() - Method in exception graphql.schema.CoercingSerializeException
-
- getErrorType() - Method in class graphql.schema.validation.SchemaValidationError
-
- getErrorType() - Method in class graphql.SerializationError
-
- getErrorType() - Method in class graphql.TypeMismatchError
-
- getErrorType() - Method in class graphql.UnresolvedTypeError
-
- getErrorType() - Method in class graphql.validation.ValidationError
-
- getEvents() - Method in class graphql.schema.diff.reporting.CapturingReporter
-
- getException() - Method in class graphql.ExceptionWhileDataFetching
-
- getException() - Method in class graphql.execution.DataFetcherExceptionHandlerParameters
-
- getException() - Method in class graphql.SerializationError
-
- getException() - Method in class graphql.UnresolvedTypeError
-
- getExecutionContext() - Method in interface graphql.execution.instrumentation.fieldvalidation.FieldValidationEnvironment
-
- getExecutionContext() - Method in class graphql.execution.instrumentation.parameters.InstrumentationExecuteOperationParameters
-
- getExecutionContext() - Method in class graphql.execution.instrumentation.parameters.InstrumentationExecutionStrategyParameters
-
- getExecutionContext() - Method in class graphql.execution.instrumentation.parameters.InstrumentationFieldCompleteParameters
-
- getExecutionContext() - Method in class graphql.execution.instrumentation.parameters.InstrumentationFieldParameters
-
- getExecutionId() - Method in class graphql.execution.ExecutionContext
-
- getExecutionId() - Method in class graphql.ExecutionInput
-
- getExecutionId() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getExecutionId() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getExecutionId() - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
- getExecutionInput() - Method in class graphql.execution.ExecutionContext
-
- getExecutionInput() - Method in class graphql.execution.instrumentation.nextgen.InstrumentationCreateStateParameters
-
- getExecutionInput() - Method in class graphql.execution.instrumentation.nextgen.InstrumentationExecutionParameters
-
- getExecutionInput() - Method in class graphql.execution.instrumentation.parameters.InstrumentationCreateStateParameters
-
- getExecutionInput() - Method in class graphql.execution.instrumentation.parameters.InstrumentationExecutionParameters
-
- getExecutionStepInfo() - Method in class graphql.execution.batched.FetchedValues
-
Deprecated.
- getExecutionStepInfo() - Method in class graphql.execution.ExecutionStrategyParameters
-
- getExecutionStepInfo() - Method in class graphql.execution.instrumentation.parameters.InstrumentationFieldCompleteParameters
-
- getExecutionStepInfo() - Method in class graphql.execution.instrumentation.parameters.InstrumentationFieldParameters
-
- getExecutionStepInfo() - Method in class graphql.execution.nextgen.FetchedValueAnalysis
-
- getExecutionStepInfo() - Method in class graphql.execution.nextgen.FieldSubSelection
-
- getExecutionStepInfo() - Method in class graphql.execution.nextgen.result.ExecutionResultNode
-
- getExecutionStepInfo() - Method in class graphql.execution.nextgen.result.RootExecutionResultNode
-
- getExecutionStepInfo() - Method in exception graphql.execution.NonNullableFieldWasNullException
-
- getExecutionStepInfo() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getExecutionStepInfo() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getExecutionStepInfo() - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
- getExecutionStrategyParameters() - Method in class graphql.execution.instrumentation.parameters.InstrumentationExecutionStrategyParameters
-
- getExecutionStrategyParameters() - Method in class graphql.execution.instrumentation.parameters.InstrumentationFieldCompleteParameters
-
- getExtensionDefinitions() - Method in class graphql.schema.GraphQLEnumType
-
- getExtensionDefinitions() - Method in class graphql.schema.GraphQLInputObjectType
-
- getExtensionDefinitions() - Method in class graphql.schema.GraphQLInterfaceType
-
- getExtensionDefinitions() - Method in class graphql.schema.GraphQLObjectType
-
- getExtensionDefinitions() - Method in class graphql.schema.GraphQLScalarType
-
- getExtensionDefinitions() - Method in class graphql.schema.GraphQLSchema
-
- getExtensionDefinitions() - Method in class graphql.schema.GraphQLUnionType
-
- getExtensions() - Method in class graphql.ExceptionWhileDataFetching
-
- getExtensions() - Method in exception graphql.execution.preparsed.persisted.PersistedQueryNotFound
-
- getExtensions() - Method in class graphql.ExecutionInput
-
- getExtensions() - Method in interface graphql.ExecutionResult
-
- getExtensions() - Method in class graphql.ExecutionResultImpl
-
- getExtensions() - Method in interface graphql.GraphQLError
-
- getExtensions() - Method in exception graphql.GraphqlErrorException
-
- getExtensions() - Method in class graphql.schema.idl.ScalarWiringEnvironment
-
- getExtensions() - Method in class graphql.SerializationError
-
- getExtensions() - Method in class graphql.validation.ValidationError
-
- getFetchedValue() - Method in class graphql.execution.FetchedValue
-
- getFetchedValue() - Method in class graphql.execution.instrumentation.parameters.InstrumentationFieldCompleteParameters
-
- getFetchedValue() - Method in class graphql.execution.nextgen.FetchedValueAnalysis
-
- getField() - Method in class graphql.analysis.FieldComplexityEnvironment
-
- getField() - Method in interface graphql.analysis.QueryVisitorFieldEnvironment
-
- getField() - Method in class graphql.analysis.QueryVisitorFieldEnvironmentImpl
-
- getField() - Method in class graphql.execution.DataFetcherExceptionHandlerParameters
-
- getField() - Method in class graphql.execution.ExecutionStepInfo
-
- getField() - Method in class graphql.execution.ExecutionStrategyParameters
-
This returns the current field in its query representations.
- getField() - Method in interface graphql.execution.instrumentation.fieldvalidation.FieldAndArguments
-
- getField() - Method in class graphql.execution.instrumentation.parameters.InstrumentationFieldCompleteParameters
-
- getField() - Method in class graphql.execution.instrumentation.parameters.InstrumentationFieldParameters
-
- getField() - Method in class graphql.execution.nextgen.FetchedValueAnalysis
-
- getField() - Method in class graphql.execution.TypeResolutionParameters
-
- getField() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getField() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getField() - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
- getField(String) - Method in interface graphql.schema.GraphQLFieldsContainer
-
- getField(String) - Method in class graphql.schema.GraphQLInputObjectType
-
- getField() - Method in class graphql.TypeResolutionEnvironment
-
- getFieldContainer() - Method in class graphql.execution.ExecutionStepInfo
-
- getFieldDataFetcher() - Method in interface graphql.schema.idl.SchemaDirectiveWiringEnvironment
-
This is useful as a shortcut to get the current fields existing data fetcher
- getFieldDataFetcher() - Method in class graphql.schema.idl.SchemaDirectiveWiringEnvironmentImpl
-
- getFieldDataFetchers() - Method in class graphql.schema.idl.TypeRuntimeWiring
-
- getFieldDef(ExecutionContext, ExecutionStrategyParameters, Field) - Method in class graphql.execution.ExecutionStrategy
-
Called to discover the field definition give the current parameters and the AST
Field
- getFieldDef(GraphQLSchema, GraphQLObjectType, Field) - Method in class graphql.execution.ExecutionStrategy
-
Called to discover the field definition give the current parameters and the AST
Field
- getFieldDef(GraphQLSchema, GraphQLCompositeType, String) - Static method in class graphql.introspection.Introspection
-
This will look up a field definition by name, and understand that fields like __typename and __schema are special
and take precedence in field resolution
- getFieldDef() - Method in class graphql.validation.TraversalContext
-
- getFieldDef() - Method in class graphql.validation.ValidationContext
-
- getFieldDefinition() - Method in class graphql.analysis.FieldComplexityEnvironment
-
- getFieldDefinition() - Method in interface graphql.analysis.QueryVisitorFieldArgumentEnvironment
-
- getFieldDefinition() - Method in class graphql.analysis.QueryVisitorFieldArgumentEnvironmentImpl
-
- getFieldDefinition() - Method in interface graphql.analysis.QueryVisitorFieldArgumentValueEnvironment
-
- getFieldDefinition() - Method in class graphql.analysis.QueryVisitorFieldArgumentValueEnvironmentImpl
-
- getFieldDefinition() - Method in interface graphql.analysis.QueryVisitorFieldEnvironment
-
- getFieldDefinition() - Method in class graphql.analysis.QueryVisitorFieldEnvironmentImpl
-
- getFieldDefinition() - Method in class graphql.execution.DataFetcherExceptionHandlerParameters
-
- getFieldDefinition() - Method in class graphql.execution.ExecutionStepInfo
-
This returns the field definition that is in play when this type info was created or null
if the type is a root query type
- getFieldDefinition() - Method in interface graphql.execution.instrumentation.fieldvalidation.FieldAndArguments
-
- getFieldDefinition() - Method in class graphql.normalized.NormalizedField
-
- getFieldDefinition() - Method in class graphql.schema.DataFetcherFactoryEnvironment
-
- getFieldDefinition() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getFieldDefinition() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getFieldDefinition() - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
- getFieldDefinition(String) - Method in interface graphql.schema.GraphQLFieldsContainer
-
- getFieldDefinition(String) - Method in interface graphql.schema.GraphQLInputFieldsContainer
-
- getFieldDefinition(String) - Method in class graphql.schema.GraphQLInputObjectType
-
- getFieldDefinition(String) - Method in class graphql.schema.GraphQLInterfaceType
-
- getFieldDefinition(String) - Method in class graphql.schema.GraphQLObjectType
-
- getFieldDefinition() - Method in class graphql.schema.idl.FieldWiringEnvironment
-
- getFieldDefinition() - Method in interface graphql.schema.idl.SchemaDirectiveWiringEnvironment
-
- getFieldDefinition() - Method in class graphql.schema.idl.SchemaDirectiveWiringEnvironmentImpl
-
- getFieldDefinition() - Method in interface graphql.schema.SelectedField
-
- getFieldDefinition(GraphQLFieldsContainer, String) - Method in class graphql.schema.visibility.BlockedFields
-
- getFieldDefinition(GraphQLInputFieldsContainer, String) - Method in class graphql.schema.visibility.BlockedFields
-
- getFieldDefinition(GraphQLFieldsContainer, String) - Method in class graphql.schema.visibility.DefaultGraphqlFieldVisibility
-
- getFieldDefinition(GraphQLInputFieldsContainer, String) - Method in class graphql.schema.visibility.DefaultGraphqlFieldVisibility
-
- getFieldDefinition(GraphQLFieldsContainer, String) - Method in interface graphql.schema.visibility.GraphqlFieldVisibility
-
Called to get a named field from an object type or interface
- getFieldDefinition(GraphQLInputFieldsContainer, String) - Method in interface graphql.schema.visibility.GraphqlFieldVisibility
-
Called to get a named field from an input object type
- getFieldDefinition(GraphQLFieldsContainer, String) - Method in class graphql.schema.visibility.NoIntrospectionGraphqlFieldVisibility
-
- getFieldDefinitions() - Method in interface graphql.language.ImplementingTypeDefinition
-
- getFieldDefinitions() - Method in class graphql.language.InterfaceTypeDefinition
-
- getFieldDefinitions() - Method in class graphql.language.ObjectTypeDefinition
-
- getFieldDefinitions() - Method in interface graphql.schema.GraphQLFieldsContainer
-
- getFieldDefinitions() - Method in interface graphql.schema.GraphQLInputFieldsContainer
-
- getFieldDefinitions() - Method in class graphql.schema.GraphQLInputObjectType
-
- getFieldDefinitions() - Method in class graphql.schema.GraphQLInterfaceType
-
- getFieldDefinitions() - Method in class graphql.schema.GraphQLObjectType
-
- getFieldDefinitions(GraphQLFieldsContainer) - Method in class graphql.schema.visibility.BlockedFields
-
- getFieldDefinitions(GraphQLInputFieldsContainer) - Method in class graphql.schema.visibility.BlockedFields
-
- getFieldDefinitions(GraphQLFieldsContainer) - Method in class graphql.schema.visibility.DefaultGraphqlFieldVisibility
-
- getFieldDefinitions(GraphQLInputFieldsContainer) - Method in class graphql.schema.visibility.DefaultGraphqlFieldVisibility
-
- getFieldDefinitions(GraphQLFieldsContainer) - Method in interface graphql.schema.visibility.GraphqlFieldVisibility
-
Called to get the list of fields from an object type or interface
- getFieldDefinitions(GraphQLInputFieldsContainer) - Method in interface graphql.schema.visibility.GraphqlFieldVisibility
-
Called to get the list of fields from an input object type
- getFieldDefinitions(GraphQLFieldsContainer) - Method in class graphql.schema.visibility.NoIntrospectionGraphqlFieldVisibility
-
- getFieldName() - Method in class graphql.schema.diff.DiffEvent
-
- getFieldName() - Method in class graphql.schema.FieldCoordinates
-
- getFields() - Method in class graphql.execution.ExecutionStrategyParameters
-
- getFields() - Method in interface graphql.execution.instrumentation.fieldvalidation.FieldValidationEnvironment
-
- getFields() - Method in class graphql.execution.MergedField
-
All merged fields
- getFields() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getFields() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getFields() - Method in interface graphql.schema.DataFetchingFieldSelectionSet
-
This will return all selected fields.
- getFields(String, String...) - Method in interface graphql.schema.DataFetchingFieldSelectionSet
-
This will return a list of selected fields that match a specified "glob" pattern matching ie
the glob pattern matching supported by FileSystem.getPathMatcher(java.lang.String)
.
- getFields(String, String...) - Method in class graphql.schema.DataFetchingFieldSelectionSetImpl
-
- getFields() - Method in class graphql.schema.DataFetchingFieldSelectionSetImpl
-
- getFields() - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
Deprecated.
- getFields() - Method in interface graphql.schema.GraphQLFieldsContainer
-
- getFields() - Method in class graphql.schema.GraphQLInputObjectType
-
- getFieldsByPath() - Method in interface graphql.execution.instrumentation.fieldvalidation.FieldValidationEnvironment
-
- getFieldsContainer() - Method in interface graphql.analysis.QueryVisitorFieldEnvironment
-
- getFieldsContainer() - Method in class graphql.analysis.QueryVisitorFieldEnvironmentImpl
-
- getFieldsContainer() - Method in interface graphql.schema.idl.SchemaDirectiveWiringEnvironment
-
- getFieldsContainer() - Method in class graphql.schema.idl.SchemaDirectiveWiringEnvironmentImpl
-
- getFieldsGroupedByResultKey() - Method in interface graphql.schema.DataFetchingFieldSelectionSet
-
The result key of a selected field represents what the graphql return value will be.
- getFieldsGroupedByResultKey(String, String...) - Method in interface graphql.schema.DataFetchingFieldSelectionSet
-
The result key of a selected field represents what the graphql return value will be.
- getFieldsGroupedByResultKey() - Method in class graphql.schema.DataFetchingFieldSelectionSetImpl
-
- getFieldsGroupedByResultKey(String, String...) - Method in class graphql.schema.DataFetchingFieldSelectionSetImpl
-
- getFieldSubSelection(ExecutionContext) - Method in class graphql.execution.nextgen.ExecutionHelper
-
- getFieldToNormalizedField() - Method in class graphql.normalized.NormalizedQueryTree
-
- getFieldType() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getFieldType() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getFieldType() - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
- getFieldType() - Method in class graphql.schema.idl.FieldWiringEnvironment
-
- getFieldType() - Method in class graphql.TypeResolutionEnvironment
-
- getFieldValue() - Method in class graphql.execution.FieldValueInfo
-
- getFieldValueInfos() - Method in class graphql.execution.FieldValueInfo
-
- getFieldVisibility() - Method in class graphql.schema.GraphQLCodeRegistry
-
- getFieldVisibility() - Method in class graphql.schema.GraphQLSchema
-
- getFieldVisibility() - Method in class graphql.schema.idl.RuntimeWiring
-
- getFirstDirective(String, Map<String, List<GraphQLDirective>>) - Static method in class graphql.DirectivesUtil
-
- getFirstDirective(String) - Method in class graphql.schema.GraphQLSchema
-
Returns a the first named directive that can include non repeatable and repeatable directives
or null if there is not one called that name
- getFirstNonNullableException(Collection<ExecutionResultNode>) - Static method in class graphql.execution.nextgen.result.ResultNodesUtil
-
- getForwardPaginationConnectionFieldArguments() - Method in class graphql.relay.Relay
-
- getFragment(String) - Method in class graphql.execution.ExecutionContext
-
- getFragment(String) - Method in class graphql.validation.ValidationContext
-
- getFragmentDefinition() - Method in interface graphql.analysis.QueryVisitorFragmentDefinitionEnvironment
-
- getFragmentDefinition() - Method in class graphql.analysis.QueryVisitorFragmentDefinitionEnvironmentImpl
-
- getFragmentDefinition() - Method in interface graphql.analysis.QueryVisitorFragmentSpreadEnvironment
-
- getFragmentDefinition() - Method in class graphql.analysis.QueryVisitorFragmentSpreadEnvironmentImpl
-
- getFragmentsByName() - Method in class graphql.execution.ExecutionContext
-
- getFragmentsByName() - Method in class graphql.execution.FieldCollectorParameters
-
- getFragmentsByName(Document) - Static method in class graphql.language.NodeUtil
-
- getFragmentsByName() - Method in class graphql.normalized.FieldCollectorNormalizedQueryParams
-
- getFragmentsByName() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getFragmentsByName() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getFragmentsByName() - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
- getFragmentSpread() - Method in interface graphql.analysis.QueryVisitorFragmentSpreadEnvironment
-
- getFragmentSpread() - Method in class graphql.analysis.QueryVisitorFragmentSpreadEnvironmentImpl
-
- getFullyQualifiedName() - Method in interface graphql.schema.SelectedField
-
The selected field has a more complex type qualified name which is the path of field names to it
as well as the object type of the parent.
- getGraphQLArgument() - Method in interface graphql.analysis.QueryVisitorFieldArgumentEnvironment
-
- getGraphQLArgument() - Method in class graphql.analysis.QueryVisitorFieldArgumentEnvironmentImpl
-
- getGraphQLArgument() - Method in interface graphql.analysis.QueryVisitorFieldArgumentValueEnvironment
-
- getGraphQLArgument() - Method in class graphql.analysis.QueryVisitorFieldArgumentValueEnvironmentImpl
-
- getGraphQLInterfaceType() - Method in class graphql.execution.TypeResolutionParameters
-
- getGraphQLSchema() - Method in class graphql.execution.ExecutionContext
-
- getGraphQLSchema() - Method in class graphql.execution.FieldCollectorParameters
-
- getGraphQLSchema() - Method in interface graphql.introspection.IntrospectionDataFetchingEnvironment
-
- getGraphQLSchema() - Method in class graphql.normalized.FieldCollectorNormalizedQueryParams
-
- getGraphQLSchema() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getGraphQLSchema() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getGraphQLSchema() - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
- getGraphQLUnionType() - Method in class graphql.execution.TypeResolutionParameters
-
- getId() - Method in class graphql.relay.Relay.ResolvedGlobalId
-
- getIgnoredChars() - Method in class graphql.language.AbstractNode
-
- getIgnoredChars() - Method in interface graphql.language.Node
-
The chars which are ignored by the parser.
- getImmediateDirective(String) - Method in interface graphql.execution.directives.QueryDirectives
-
This will return a list of the named directives that are immediately on this merged field.
- getImmediateDirective(String) - Method in class graphql.execution.directives.QueryDirectivesImpl
-
- getImmediateDirectivesByField() - Method in interface graphql.execution.directives.QueryDirectives
-
This will return a map of the
Field
s inside a
MergedField
and the immediate directives that are on each specific field
- getImmediateDirectivesByField() - Method in class graphql.execution.directives.QueryDirectivesImpl
-
- getImmediateDirectivesByName() - Method in interface graphql.execution.directives.QueryDirectives
-
This will return a map of the directives that are immediately on a merged field
- getImmediateDirectivesByName() - Method in class graphql.execution.directives.QueryDirectivesImpl
-
- getImmediateFields() - Method in interface graphql.schema.DataFetchingFieldSelectionSet
-
This will return all selected fields that are immediate child fields
of the field being fetched.
- getImmediateFields() - Method in class graphql.schema.DataFetchingFieldSelectionSetImpl
-
- getImplementations(GraphQLInterfaceType) - Method in class graphql.schema.GraphQLSchema
-
This will return the list of
GraphQLObjectType
types that implement the given
interface type.
- getImplementationsOf(InterfaceTypeDefinition) - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
Returns the list of object interface types that implement the given interface type
- getImplements() - Method in interface graphql.language.ImplementingTypeDefinition
-
- getImplements() - Method in class graphql.language.InterfaceTypeDefinition
-
- getImplements() - Method in class graphql.language.ObjectTypeDefinition
-
- getIncludeDirective() - Method in class graphql.schema.idl.SchemaPrinter.Options
-
- getIncludeSchemaElement() - Method in class graphql.schema.idl.SchemaPrinter.Options
-
- getIndex() - Method in class graphql.util.NodeLocation
-
- getInfoCount() - Method in class graphql.schema.diff.reporting.CapturingReporter
-
- getInfos() - Method in class graphql.schema.diff.reporting.CapturingReporter
-
- getInlineFragment() - Method in interface graphql.analysis.QueryVisitorInlineFragmentEnvironment
-
- getInlineFragment() - Method in class graphql.analysis.QueryVisitorInlineFragmentEnvironmentImpl
-
- getInputType() - Method in interface graphql.analysis.QueryVisitorFieldArgumentInputValue
-
- getInputType() - Method in class graphql.analysis.QueryVisitorFieldArgumentInputValueImpl
-
- getInputType() - Method in class graphql.validation.TraversalContext
-
- getInputType() - Method in class graphql.validation.ValidationContext
-
- getInputValueDefinition() - Method in interface graphql.analysis.QueryVisitorFieldArgumentInputValue
-
- getInputValueDefinition() - Method in class graphql.analysis.QueryVisitorFieldArgumentInputValueImpl
-
- getInputValueDefinitions() - Method in class graphql.language.DirectiveDefinition
-
- getInputValueDefinitions() - Method in class graphql.language.FieldDefinition
-
- getInputValueDefinitions() - Method in class graphql.language.InputObjectTypeDefinition
-
- getInstrumentation() - Method in class graphql.execution.ExecutionContext
-
- getInstrumentations() - Method in class graphql.execution.instrumentation.ChainedInstrumentation
-
- getInstrumentationState() - Method in class graphql.execution.ExecutionContext
-
- getInstrumentationState() - Method in class graphql.execution.instrumentation.nextgen.InstrumentationExecutionParameters
-
- getInstrumentationState() - Method in class graphql.execution.instrumentation.parameters.InstrumentationExecuteOperationParameters
-
- getInstrumentationState() - Method in class graphql.execution.instrumentation.parameters.InstrumentationExecutionParameters
-
- getInstrumentationState() - Method in class graphql.execution.instrumentation.parameters.InstrumentationExecutionStrategyParameters
-
- getInstrumentationState() - Method in class graphql.execution.instrumentation.parameters.InstrumentationFieldCompleteParameters
-
- getInstrumentationState() - Method in class graphql.execution.instrumentation.parameters.InstrumentationFieldParameters
-
- getInterfaceOrUnionType() - Method in exception graphql.execution.UnresolvedTypeException
-
- getInterfaces() - Method in interface graphql.schema.GraphQLImplementingType
-
- getInterfaces() - Method in class graphql.schema.GraphQLInterfaceType
-
- getInterfaces() - Method in class graphql.schema.GraphQLObjectType
-
- getInterfaceTypeDefinition() - Method in class graphql.schema.idl.InterfaceWiringEnvironment
-
- getKeys() - Method in class graphql.execution.MergedSelectionSet
-
- getKeysOnly() - Method in class graphql.execution.ResultPath
-
- getKind() - Method in class graphql.language.IgnoredChar
-
- getKnownQueries() - Method in class graphql.execution.preparsed.persisted.InMemoryPersistedQueryCache
-
- getLeft() - Method in class graphql.language.IgnoredChars
-
- getLevel() - Method in class graphql.execution.ResultPath
-
- getLevel() - Method in class graphql.normalized.NormalizedField
-
- getLevel() - Method in class graphql.schema.diff.DiffEvent
-
- getLevel() - Method in interface graphql.schema.SelectedField
-
- getLine() - Method in class graphql.language.SourceLocation
-
- getLine() - Method in class graphql.parser.MultiSourceReader.SourceAndLine
-
- getLineNumber() - Method in class graphql.parser.MultiSourceReader
-
- getListOfResultKeys() - Method in class graphql.normalized.NormalizedField
-
- getListSize() - Method in class graphql.execution.ExecutionStrategyParameters
-
- getLocalContext() - Method in class graphql.execution.DataFetcherResult
-
A data fetcher result can supply a context object for that field that is passed down to child fields
- getLocalContext() - Method in class graphql.execution.ExecutionContext
-
- getLocalContext() - Method in class graphql.execution.ExecutionStrategyParameters
-
- getLocalContext() - Method in class graphql.execution.FetchedValue
-
- getLocalContext() - Method in class graphql.execution.nextgen.FieldSubSelection
-
- getLocalContext() - Method in class graphql.execution.nextgen.result.ResolvedValue
-
- getLocalContext() - Method in class graphql.ExecutionInput
-
- getLocalContext() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getLocalContext() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getLocalContext() - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
- getLocale() - Method in class graphql.execution.ExecutionContext
-
- getLocale() - Method in class graphql.ExecutionInput
-
This returns the locale of this operation.
- getLocale() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getLocale() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getLocale() - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
- getLocation() - Method in exception graphql.parser.InvalidSyntaxException
-
- getLocation() - Method in class graphql.util.Breadcrumb
-
- getLocation() - Method in class graphql.util.DefaultTraverserContext
-
- getLocation() - Method in interface graphql.util.TraverserContext
-
The location of the current node regarding to the parent node.
- getLocations() - Method in class graphql.ExceptionWhileDataFetching
-
- getLocations() - Method in exception graphql.execution.AbortExecutionException
-
- getLocations() - Method in exception graphql.execution.InputMapDefinesTooManyFieldsException
-
- getLocations() - Method in exception graphql.execution.MissingRootTypeException
-
- getLocations() - Method in class graphql.execution.NonNullableFieldWasNullError
-
- getLocations() - Method in exception graphql.execution.NonNullableValueCoercedAsNullException
-
- getLocations() - Method in exception graphql.execution.UnknownOperationException
-
- getLocations() - Method in interface graphql.GraphQLError
-
- getLocations() - Method in exception graphql.GraphqlErrorException
-
- getLocations() - Method in class graphql.InvalidSyntaxError
-
- getLocations() - Method in exception graphql.relay.InvalidCursorException
-
- getLocations() - Method in exception graphql.relay.InvalidPageSizeException
-
- getLocations() - Method in class graphql.SerializationError
-
- getLocations() - Method in class graphql.TypeMismatchError
-
- getLocations() - Method in class graphql.UnresolvedTypeError
-
- getLocations() - Method in class graphql.validation.ValidationError
-
- getMemberTypes() - Method in class graphql.language.UnionTypeDefinition
-
- getMergedField() - Method in class graphql.execution.nextgen.result.ExecutionResultNode
-
- getMergedField(NormalizedField) - Method in class graphql.normalized.NormalizedQueryTree
-
- getMergedField() - Method in interface graphql.schema.DataFetchingEnvironment
-
It can happen that a query has overlapping fields which are
are querying the same data.
- getMergedField() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getMergedField() - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
- getMergedFieldByNormalized() - Method in class graphql.normalized.FieldCollectorNormalizedQuery.CollectFieldResult
-
- getMergedSelectionSet() - Method in class graphql.execution.nextgen.FieldSubSelection
-
- getMessage() - Method in class graphql.ExceptionWhileDataFetching
-
- getMessage() - Method in class graphql.execution.NonNullableFieldWasNullError
-
- getMessage() - Method in exception graphql.execution.preparsed.persisted.PersistedQueryNotFound
-
- getMessage() - Method in interface graphql.GraphQLError
-
- getMessage() - Method in class graphql.InvalidSyntaxError
-
- getMessage() - Method in exception graphql.parser.InvalidSyntaxException
-
- getMessage() - Method in exception graphql.schema.idl.errors.SchemaProblem
-
- getMessage() - Method in class graphql.SerializationError
-
- getMessage() - Method in class graphql.TypeMismatchError
-
- getMessage() - Method in class graphql.UnresolvedTypeError
-
- getMessage() - Method in class graphql.validation.ArgumentValidationUtil
-
- getMessage() - Method in class graphql.validation.ValidationError
-
- getModificationType() - Method in class graphql.util.NodeZipper
-
- getMutationStrategy() - Method in class graphql.execution.ExecutionContext
-
- getMutationType() - Method in class graphql.schema.GraphQLSchema
-
- getName() - Method in interface graphql.analysis.QueryVisitorFieldArgumentInputValue
-
- getName() - Method in class graphql.analysis.QueryVisitorFieldArgumentInputValueImpl
-
- getName() - Method in class graphql.execution.MergedField
-
All merged fields have the same name.
- getName() - Method in class graphql.execution.nextgen.result.NamedResultNode
-
- getName() - Method in class graphql.language.Argument
-
- getName() - Method in class graphql.language.Directive
-
- getName() - Method in class graphql.language.DirectiveDefinition
-
- getName() - Method in class graphql.language.DirectiveLocation
-
- getName() - Method in class graphql.language.EnumTypeDefinition
-
- getName() - Method in class graphql.language.EnumValue
-
- getName() - Method in class graphql.language.EnumValueDefinition
-
- getName() - Method in class graphql.language.Field
-
- getName() - Method in class graphql.language.FieldDefinition
-
- getName() - Method in class graphql.language.FragmentDefinition
-
- getName() - Method in class graphql.language.FragmentSpread
-
- getName() - Method in class graphql.language.InputObjectTypeDefinition
-
- getName() - Method in class graphql.language.InputValueDefinition
-
- getName() - Method in class graphql.language.InterfaceTypeDefinition
-
- getName() - Method in interface graphql.language.NamedNode
-
- getName() - Method in class graphql.language.ObjectField
-
- getName() - Method in class graphql.language.ObjectTypeDefinition
-
- getName() - Method in class graphql.language.OperationDefinition
-
- getName() - Method in class graphql.language.OperationTypeDefinition
-
- getName() - Method in class graphql.language.ScalarTypeDefinition
-
- getName() - Method in class graphql.language.TypeName
-
- getName() - Method in class graphql.language.UnionTypeDefinition
-
- getName() - Method in class graphql.language.VariableDefinition
-
- getName() - Method in class graphql.language.VariableReference
-
- getName() - Method in class graphql.normalized.NormalizedField
-
All merged fields have the same name.
- getName() - Method in class graphql.schema.GraphQLArgument
-
- getName() - Method in class graphql.schema.GraphQLDirective
-
- getName() - Method in class graphql.schema.GraphQLEnumType
-
- getName() - Method in class graphql.schema.GraphQLEnumValueDefinition
-
- getName() - Method in class graphql.schema.GraphQLFieldDefinition
-
- getName() - Method in class graphql.schema.GraphQLInputObjectField
-
- getName() - Method in class graphql.schema.GraphQLInputObjectType
-
- getName() - Method in class graphql.schema.GraphQLInterfaceType
-
- getName() - Method in interface graphql.schema.GraphQLNamedSchemaElement
-
- getName() - Method in class graphql.schema.GraphQLObjectType
-
- getName() - Method in class graphql.schema.GraphQLScalarType
-
- getName() - Method in class graphql.schema.GraphQLTypeReference
-
- getName() - Method in class graphql.schema.GraphQLUnionType
-
- getName() - Method in class graphql.schema.idl.TypeInfo
-
- getName() - Method in interface graphql.schema.SelectedField
-
- getName() - Method in class graphql.util.NodeLocation
-
- getNamedChildren(ExecutionResultNode) - Method in class graphql.execution.nextgen.result.ResultNodeAdapter
-
- getNamedChildren() - Method in class graphql.language.Argument
-
- getNamedChildren() - Method in class graphql.language.ArrayValue
-
- getNamedChildren(Node) - Method in class graphql.language.AstNodeAdapter
-
- getNamedChildren() - Method in class graphql.language.BooleanValue
-
- getNamedChildren() - Method in class graphql.language.Directive
-
- getNamedChildren() - Method in class graphql.language.DirectiveDefinition
-
- getNamedChildren() - Method in class graphql.language.DirectiveLocation
-
- getNamedChildren() - Method in class graphql.language.Document
-
- getNamedChildren() - Method in class graphql.language.EnumTypeDefinition
-
- getNamedChildren() - Method in class graphql.language.EnumValue
-
- getNamedChildren() - Method in class graphql.language.EnumValueDefinition
-
- getNamedChildren() - Method in class graphql.language.Field
-
- getNamedChildren() - Method in class graphql.language.FieldDefinition
-
- getNamedChildren() - Method in class graphql.language.FloatValue
-
- getNamedChildren() - Method in class graphql.language.FragmentDefinition
-
- getNamedChildren() - Method in class graphql.language.FragmentSpread
-
- getNamedChildren() - Method in class graphql.language.InlineFragment
-
- getNamedChildren() - Method in class graphql.language.InputObjectTypeDefinition
-
- getNamedChildren() - Method in class graphql.language.InputValueDefinition
-
- getNamedChildren() - Method in class graphql.language.InterfaceTypeDefinition
-
- getNamedChildren() - Method in class graphql.language.IntValue
-
- getNamedChildren() - Method in class graphql.language.ListType
-
- getNamedChildren() - Method in interface graphql.language.Node
-
Alternative to
Node.getChildren()
where the children are not all in one list regardless of type
but grouped by name/type of the child.
- getNamedChildren() - Method in class graphql.language.NonNullType
-
- getNamedChildren() - Method in class graphql.language.NullValue
-
- getNamedChildren() - Method in class graphql.language.ObjectField
-
- getNamedChildren() - Method in class graphql.language.ObjectTypeDefinition
-
- getNamedChildren() - Method in class graphql.language.ObjectValue
-
- getNamedChildren() - Method in class graphql.language.OperationDefinition
-
- getNamedChildren() - Method in class graphql.language.OperationTypeDefinition
-
- getNamedChildren() - Method in class graphql.language.ScalarTypeDefinition
-
- getNamedChildren() - Method in class graphql.language.SchemaDefinition
-
- getNamedChildren() - Method in class graphql.language.SelectionSet
-
- getNamedChildren() - Method in class graphql.language.StringValue
-
- getNamedChildren() - Method in class graphql.language.TypeName
-
- getNamedChildren() - Method in class graphql.language.UnionTypeDefinition
-
- getNamedChildren() - Method in class graphql.language.VariableDefinition
-
- getNamedChildren() - Method in class graphql.language.VariableReference
-
- getNamedChildren(GraphQLSchemaElement) - Method in class graphql.schema.GraphQLSchemaElementAdapter
-
- getNamedChildren(T) - Method in interface graphql.util.NodeAdapter
-
- getNew() - Method in class graphql.schema.diff.DiffSet
-
- getNewAccumulate() - Method in class graphql.util.DefaultTraverserContext
-
- getNewAccumulate() - Method in interface graphql.util.TraverserContext
-
- getNewNode() - Method in class graphql.util.ReplaceNode
-
- getNode() - Method in class graphql.execution.nextgen.result.NamedResultNode
-
- getNode() - Method in class graphql.language.NodeParentTree
-
Returns the node represented by this info
- getNode() - Method in class graphql.relay.DefaultEdge
-
- getNode() - Method in interface graphql.relay.Edge
-
- getNode() - Method in class graphql.util.Breadcrumb
-
- getNodeParentTree() - Method in interface graphql.schema.idl.SchemaDirectiveWiringEnvironment
-
The node hierarchy depends on the element in question.
- getNodeParentTree() - Method in class graphql.schema.idl.SchemaDirectiveWiringEnvironmentImpl
-
- getNonNullableFieldWasNullException() - Method in class graphql.execution.nextgen.result.ExecutionResultNode
-
- getNonNullFieldValidator() - Method in class graphql.execution.ExecutionStrategyParameters
-
- getNormalizedField(ExecutionContext, ExecutionStrategyParameters, Supplier<ExecutionStepInfo>) - Method in class graphql.execution.ExecutionStrategy
-
- getNormalizedField(MergedField, GraphQLFieldsContainer, ResultPath) - Method in class graphql.normalized.NormalizedQueryTree
-
- getNormalizedFields(Field) - Method in class graphql.normalized.NormalizedQueryTree
-
- getNormalizedFieldToMergedField() - Method in class graphql.normalized.NormalizedQueryTree
-
- getNormalizedQueryTree() - Method in class graphql.execution.ExecutionContext
-
- getNotPrivacySafeLogger(Class) - Static method in class graphql.util.LogKit
-
Creates a logger with a name indicating that the content might not be privacy safe
eg it could contain user generated content or privacy information.
- getObject() - Method in class graphql.TypeResolutionEnvironment
-
You will be passed the specific source object that needs to be resolve into a concrete graphql object type
- getObjectFields() - Method in class graphql.language.ObjectValue
-
- getObjectType() - Method in class graphql.execution.ExecutionStepInfo
-
The GraphQLObjectType where fieldDefinition is defined.
- getObjectType() - Method in class graphql.execution.FieldCollectorParameters
-
- getObjectType() - Method in class graphql.normalized.NormalizedField
-
- getObjectType(String) - Method in class graphql.schema.GraphQLSchema
-
- getObjectType() - Method in interface graphql.schema.SelectedField
-
- getOffendingToken() - Method in class graphql.InvalidSyntaxError
-
- getOffendingToken() - Method in exception graphql.parser.InvalidSyntaxException
-
- getOld() - Method in class graphql.schema.diff.DiffSet
-
- getOperation() - Method in class graphql.execution.instrumentation.nextgen.InstrumentationExecutionParameters
-
- getOperation() - Method in class graphql.execution.instrumentation.parameters.InstrumentationExecutionParameters
-
- getOperation(Document, String) - Static method in class graphql.language.NodeUtil
-
- getOperation() - Method in class graphql.language.OperationDefinition
-
- getOperationDefinition() - Method in class graphql.execution.ExecutionContext
-
- getOperationDefinition() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getOperationDefinition() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getOperationDefinition() - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
- getOperationName() - Method in class graphql.ExecutionInput
-
- GetOperationResult() - Constructor for class graphql.language.NodeUtil.GetOperationResult
-
- getOperationRootType(GraphQLSchema, OperationDefinition) - Static method in class graphql.execution.nextgen.Common
-
- getOperationTypeDefinitions() - Method in class graphql.language.SchemaDefinition
-
- getOrDefault(Object, V) - Method in class graphql.collect.ImmutableMapWithNullValues
-
- getOrDefault(Object, T) - Method in class graphql.GraphQLContext
-
- getOrEmpty(Object) - Method in class graphql.GraphQLContext
-
- getOriginalWrappedType() - Method in class graphql.schema.GraphQLList
-
- getOriginalWrappedType() - Method in class graphql.schema.GraphQLNonNull
-
- getOutputType() - Method in class graphql.validation.TraversalContext
-
- getOutputType() - Method in class graphql.validation.ValidationContext
-
- getOverallLineNumber() - Method in class graphql.parser.MultiSourceReader
-
- getPageInfo() - Method in interface graphql.relay.Connection
-
- getPageInfo() - Method in class graphql.relay.DefaultConnection
-
- getParent() - Method in interface graphql.analysis.QueryVisitorFieldArgumentInputValue
-
- getParent() - Method in class graphql.analysis.QueryVisitorFieldArgumentInputValueImpl
-
- getParent() - Method in class graphql.execution.ExecutionStepInfo
-
- getParent() - Method in class graphql.execution.ExecutionStrategyParameters
-
- getParent() - Method in class graphql.execution.ResultPath
-
- getParent() - Method in class graphql.normalized.NormalizedField
-
- getParent() - Method in class graphql.util.NodeZipper
-
- getParentContext() - Method in class graphql.util.DefaultTraverserContext
-
- getParentContext() - Method in interface graphql.util.TraverserContext
-
Returns parent context.
- getParentElement() - Method in interface graphql.schema.transform.VisibleFieldPredicateEnvironment
-
Get the element's immediate parent node.
- getParentElement() - Method in class graphql.schema.transform.VisibleFieldPredicateEnvironment.VisibleFieldPredicateEnvironmentImpl
-
- getParentEnvironment() - Method in class graphql.analysis.FieldComplexityEnvironment
-
- getParentEnvironment() - Method in interface graphql.analysis.QueryVisitorFieldArgumentEnvironment
-
- getParentEnvironment() - Method in class graphql.analysis.QueryVisitorFieldArgumentEnvironmentImpl
-
- getParentEnvironment() - Method in interface graphql.analysis.QueryVisitorFieldEnvironment
-
- getParentEnvironment() - Method in class graphql.analysis.QueryVisitorFieldEnvironmentImpl
-
- getParentField() - Method in interface graphql.schema.SelectedField
-
This will return the parent of the selected field OR null if there is no single parent, it that field
was a top level field OR the parent was a non concrete field.
- getParentFieldAndArguments() - Method in interface graphql.execution.instrumentation.fieldvalidation.FieldAndArguments
-
- getParentInfo() - Method in class graphql.language.NodeParentTree
-
- getParentInfo() - Method in class graphql.schema.GraphqlElementParentTree
-
- getParentNode() - Method in class graphql.util.DefaultTraverserContext
-
- getParentNode() - Method in interface graphql.util.TraverserContext
-
The parent node.
- getParentNodes() - Method in class graphql.util.DefaultTraverserContext
-
- getParentNodes() - Method in interface graphql.util.TraverserContext
-
The list of parent nodes starting from the current parent.
- getParentResult() - Method in class graphql.execution.batched.FetchedValue
-
Deprecated.
- getParentType() - Method in class graphql.analysis.FieldComplexityEnvironment
-
- getParentType() - Method in interface graphql.analysis.QueryVisitorFieldEnvironment
-
- getParentType() - Method in class graphql.analysis.QueryVisitorFieldEnvironmentImpl
-
- getParentType() - Method in interface graphql.execution.instrumentation.fieldvalidation.FieldAndArguments
-
- getParentType() - Method in interface graphql.introspection.IntrospectionDataFetchingEnvironment
-
- getParentType() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getParentType() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getParentType() - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
- getParentType() - Method in class graphql.schema.GraphqlTypeComparatorEnvironment
-
- getParentType() - Method in class graphql.schema.idl.FieldWiringEnvironment
-
- getParentType() - Method in class graphql.validation.TraversalContext
-
- getParentType() - Method in class graphql.validation.ValidationContext
-
- getPath() - Method in class graphql.ExceptionWhileDataFetching
-
- getPath() - Method in class graphql.execution.batched.FetchedValues
-
Deprecated.
- getPath() - Method in class graphql.execution.DataFetcherExceptionHandlerParameters
-
- getPath() - Method in class graphql.execution.ExecutionStepInfo
-
- getPath() - Method in class graphql.execution.ExecutionStrategyParameters
-
- getPath() - Method in interface graphql.execution.instrumentation.fieldvalidation.FieldAndArguments
-
- getPath() - Method in class graphql.execution.NonNullableFieldWasNullError
-
- getPath() - Method in exception graphql.execution.NonNullableFieldWasNullException
-
- getPath() - Method in interface graphql.GraphQLError
-
The graphql spec says that the (optional) path field of any error should be a list
of path entries - http://facebook.github.io/graphql/#sec-Errors
- getPath() - Method in exception graphql.GraphqlErrorException
-
- getPath() - Method in class graphql.language.NodeParentTree
-
- getPath() - Method in class graphql.SerializationError
-
- getPath() - Method in class graphql.TypeMismatchError
-
- getPath() - Method in class graphql.UnresolvedTypeError
-
- getPathWithoutListEnd() - Method in class graphql.execution.ResultPath
-
- getPersistedQueryDocument(Object, ExecutionInput, PersistedQueryCacheMiss) - Method in class graphql.execution.preparsed.persisted.InMemoryPersistedQueryCache
-
- getPersistedQueryDocument(Object, ExecutionInput, PersistedQueryCacheMiss) - Method in interface graphql.execution.preparsed.persisted.PersistedQueryCache
-
This is called to get a persisted query from cache.
- getPersistedQueryId(ExecutionInput) - Method in class graphql.execution.preparsed.persisted.ApolloPersistedQuerySupport
-
- getPersistedQueryId() - Method in exception graphql.execution.preparsed.persisted.PersistedQueryNotFound
-
- getPersistedQueryId(ExecutionInput) - Method in class graphql.execution.preparsed.persisted.PersistedQuerySupport
-
This method is required for concrete types to work out the query id (often a hash) that should be used to look
up the persisted query in the cache.
- getPhase() - Method in class graphql.util.DefaultTraverserContext
-
- getPhase() - Method in interface graphql.util.TraverserContext
-
- getPropertyName() - Method in class graphql.schema.PropertyDataFetcher
-
- getPropertyValue(String, Object, GraphQLType) - Static method in class graphql.schema.PropertyDataFetcherHelper
-
- getPropertyValue(String, Object, GraphQLType, DataFetchingEnvironment) - Static method in class graphql.schema.PropertyDataFetcherHelper
-
- getPropertyValue(String, Object, GraphQLType, Object) - Method in class graphql.schema.PropertyFetchingImpl
-
- getQualifiedName() - Method in interface graphql.schema.SelectedField
-
The selected field has a simple qualified name which is the path of field names to it.
- getQueries() - Method in class graphql.util.Anonymizer.AnonymizeResult
-
- getQuery() - Method in class graphql.execution.instrumentation.nextgen.InstrumentationExecutionParameters
-
- getQuery() - Method in class graphql.execution.instrumentation.parameters.InstrumentationExecutionParameters
-
- getQuery() - Method in class graphql.ExecutionInput
-
- getQueryDirectives() - Method in interface graphql.schema.DataFetchingEnvironment
-
This gives you access to the directives related to this field
- getQueryDirectives() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getQueryDirectives() - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
- getQueryPath() - Method in class graphql.validation.AbstractRule
-
- getQueryPath() - Method in class graphql.validation.TraversalContext
-
- getQueryPath() - Method in class graphql.validation.ValidationContext
-
- getQueryPath() - Method in class graphql.validation.ValidationError
-
- getQueryStrategy() - Method in class graphql.execution.ExecutionContext
-
- getQueryType() - Method in class graphql.schema.GraphQLSchema
-
- getRawFetchedValue() - Method in class graphql.execution.FetchedValue
-
- getRawType() - Method in class graphql.schema.idl.TypeInfo
-
- getReasonMsg() - Method in class graphql.schema.diff.DiffEvent
-
- getRegisteredDirectiveWiring() - Method in class graphql.schema.idl.RuntimeWiring
-
- getRegistry() - Method in interface graphql.schema.idl.SchemaDirectiveWiringEnvironment
-
- getRegistry() - Method in class graphql.schema.idl.SchemaDirectiveWiringEnvironmentImpl
-
- getResolvedType() - Method in class graphql.execution.nextgen.FetchedValueAnalysis
-
- getResolvedValue() - Method in class graphql.execution.nextgen.result.ExecutionResultNode
-
- getResolvedValue() - Method in class graphql.execution.nextgen.result.RootExecutionResultNode
-
- getResult() - Method in class graphql.schema.GraphQLTypeCollectingVisitor
-
- getResultKey() - Method in class graphql.execution.ExecutionStepInfo
-
- getResultKey() - Method in class graphql.execution.MergedField
-
Returns the key of this MergedField for the overall result.
- getResultKey() - Method in class graphql.execution.nextgen.FetchedValueAnalysis
-
- getResultKey() - Method in class graphql.language.Field
-
- getResultKey() - Method in class graphql.normalized.NormalizedField
-
Returns the key of this MergedFieldWithType for the overall result.
- getResultKey() - Method in interface graphql.schema.SelectedField
-
The result key is either the field query alias OR the field name in that preference order
- getRight() - Method in class graphql.language.IgnoredChars
-
- getRoot() - Method in class graphql.execution.ExecutionContext
-
- getRoot() - Method in class graphql.ExecutionInput
-
- getRoot() - Method in interface graphql.schema.DataFetchingEnvironment
-
This is the source object for the root query.
- getRoot() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getRoot() - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
- getRules() - Method in class graphql.schema.validation.SchemaValidator
-
- getScalar(ScalarWiringEnvironment) - Method in class graphql.schema.idl.CombinedWiringFactory
-
- getScalar(ScalarWiringEnvironment) - Method in class graphql.schema.idl.MockedWiringFactory
-
- getScalar(ScalarWiringEnvironment) - Method in class graphql.schema.idl.NoopWiringFactory
-
- getScalar(ScalarWiringEnvironment) - Method in interface graphql.schema.idl.WiringFactory
-
- getScalars() - Method in class graphql.schema.idl.RuntimeWiring
-
- getScalarTypeDefinition() - Method in class graphql.schema.idl.ScalarWiringEnvironment
-
- getSchema() - Method in interface graphql.analysis.QueryVisitorFieldArgumentEnvironment
-
- getSchema() - Method in class graphql.analysis.QueryVisitorFieldArgumentEnvironmentImpl
-
- getSchema() - Method in interface graphql.analysis.QueryVisitorFieldArgumentValueEnvironment
-
- getSchema() - Method in class graphql.analysis.QueryVisitorFieldArgumentValueEnvironmentImpl
-
- getSchema() - Method in interface graphql.analysis.QueryVisitorFieldEnvironment
-
- getSchema() - Method in class graphql.analysis.QueryVisitorFieldEnvironmentImpl
-
- getSchema() - Method in interface graphql.analysis.QueryVisitorFragmentDefinitionEnvironment
-
- getSchema() - Method in class graphql.analysis.QueryVisitorFragmentDefinitionEnvironmentImpl
-
- getSchema() - Method in interface graphql.analysis.QueryVisitorFragmentSpreadEnvironment
-
- getSchema() - Method in class graphql.analysis.QueryVisitorFragmentSpreadEnvironmentImpl
-
- getSchema() - Method in interface graphql.analysis.QueryVisitorInlineFragmentEnvironment
-
- getSchema() - Method in class graphql.analysis.QueryVisitorInlineFragmentEnvironmentImpl
-
- getSchema() - Method in class graphql.execution.instrumentation.nextgen.InstrumentationCreateStateParameters
-
- getSchema() - Method in class graphql.execution.instrumentation.nextgen.InstrumentationExecutionParameters
-
- getSchema() - Method in class graphql.execution.instrumentation.parameters.InstrumentationCreateStateParameters
-
- getSchema() - Method in class graphql.execution.instrumentation.parameters.InstrumentationExecutionParameters
-
- getSchema() - Method in class graphql.execution.TypeResolutionParameters
-
- getSchema() - Method in class graphql.TypeResolutionEnvironment
-
- getSchema() - Method in class graphql.util.Anonymizer.AnonymizeResult
-
- getSchema() - Method in class graphql.validation.ValidationContext
-
- getSchemaDirective(String) - Method in class graphql.schema.GraphQLSchema
-
This returns the named directive that have been explicitly put on the
schema object.
- getSchemaDirectiveByName() - Method in class graphql.schema.GraphQLSchema
-
This returns a map of non repeatable directives that have been explicitly put on the
schema object.
- getSchemaDirectives() - Method in class graphql.schema.GraphQLSchema
-
This returns the list of directives that have been explicitly put on the
schema object.
- getSchemaDirectives(String) - Method in class graphql.schema.GraphQLSchema
-
- getSchemaDirectiveWiring(SchemaDirectiveWiringEnvironment) - Method in class graphql.schema.idl.CombinedWiringFactory
-
- getSchemaDirectiveWiring(SchemaDirectiveWiringEnvironment) - Method in interface graphql.schema.idl.WiringFactory
-
- getSchemaElement() - Method in interface graphql.schema.transform.VisibleFieldPredicateEnvironment
-
- getSchemaElement() - Method in class graphql.schema.transform.VisibleFieldPredicateEnvironment.VisibleFieldPredicateEnvironmentImpl
-
- getSchemaExtensionDefinitions() - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
- getSchemaGeneratorPostProcessings() - Method in class graphql.schema.idl.RuntimeWiring
-
- getSegmentIndex() - Method in class graphql.execution.ResultPath
-
- getSegmentName() - Method in class graphql.execution.ResultPath
-
- getSegmentValue() - Method in class graphql.execution.ResultPath
-
- getSelections() - Method in class graphql.language.SelectionSet
-
- getSelectionSet() - Method in class graphql.language.Field
-
- getSelectionSet() - Method in class graphql.language.FragmentDefinition
-
- getSelectionSet() - Method in class graphql.language.InlineFragment
-
- getSelectionSet() - Method in class graphql.language.OperationDefinition
-
- getSelectionSet() - Method in interface graphql.language.SelectionSetContainer
-
- getSelectionSet() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getSelectionSet() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getSelectionSet() - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
- getSelectionSet() - Method in interface graphql.schema.SelectedField
-
- getSelectionSetContainer() - Method in interface graphql.analysis.QueryVisitorFieldEnvironment
-
- getSelectionSetContainer() - Method in class graphql.analysis.QueryVisitorFieldEnvironmentImpl
-
- getSelectionsOfType(Class<T>) - Method in class graphql.language.SelectionSet
-
Returns a list of selections of the specific type.
- getSharedContextData() - Method in class graphql.util.DefaultTraverserContext
-
- getSharedContextData() - Method in interface graphql.util.TraverserContext
-
Used to share something across all TraverserContext.
- getSingleField() - Method in class graphql.execution.MergedField
-
The first of the merged fields.
- getSource() - Method in class graphql.execution.ExecutionStrategyParameters
-
- getSource() - Method in class graphql.execution.nextgen.FieldSubSelection
-
- getSource() - Method in interface graphql.introspection.IntrospectionDataFetchingEnvironment
-
- getSource() - Method in interface graphql.schema.DataFetchingEnvironment
-
This is the value of the current object to be queried.
- getSource() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getSource() - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
- getSourceAndLineFromOverallLine(int) - Method in class graphql.parser.MultiSourceReader
-
This returns the source name and line number given an overall line number
This is zeroes based like LineNumberReader.getLineNumber()
- getSourceLocation() - Method in class graphql.execution.DataFetcherExceptionHandlerParameters
-
- getSourceLocation() - Method in class graphql.language.AbstractNode
-
- getSourceLocation() - Method in class graphql.language.Comment
-
- getSourceLocation() - Method in class graphql.language.Description
-
- getSourceLocation() - Method in class graphql.language.IgnoredChar
-
- getSourceLocation() - Method in interface graphql.language.Node
-
- getSourceLocation(Token) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- getSourceLocation(ParserRuleContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- getSourceName() - Method in class graphql.language.SourceLocation
-
- getSourceName() - Method in class graphql.parser.MultiSourceReader
-
- getSourceName() - Method in class graphql.parser.MultiSourceReader.SourceAndLine
-
- getSourcePreview() - Method in class graphql.InvalidSyntaxError
-
- getSourcePreview() - Method in exception graphql.parser.InvalidSyntaxException
-
- getSpecifiedByUrl() - Method in class graphql.schema.GraphQLScalarType
-
- getStartCursor() - Method in class graphql.relay.DefaultPageInfo
-
- getStartCursor() - Method in interface graphql.relay.PageInfo
-
- getSubField(String) - Method in class graphql.execution.MergedSelectionSet
-
- getSubFields() - Method in class graphql.execution.MergedSelectionSet
-
- getSubFields() - Method in class graphql.execution.nextgen.FieldSubSelection
-
- getSubFieldsList() - Method in class graphql.execution.MergedSelectionSet
-
- getSubscriptionStrategy() - Method in class graphql.execution.ExecutionContext
-
- getSubscriptionType() - Method in class graphql.schema.GraphQLSchema
-
- getSyntaxException() - Method in class graphql.ParseAndValidateResult
-
- getTopLevelFields() - Method in class graphql.normalized.NormalizedQueryTree
-
- getTraversalContext() - Method in class graphql.validation.ValidationContext
-
- getTraverserContext() - Method in interface graphql.analysis.QueryVisitorFieldArgumentEnvironment
-
- getTraverserContext() - Method in class graphql.analysis.QueryVisitorFieldArgumentEnvironmentImpl
-
- getTraverserContext() - Method in interface graphql.analysis.QueryVisitorFieldArgumentValueEnvironment
-
- getTraverserContext() - Method in class graphql.analysis.QueryVisitorFieldArgumentValueEnvironmentImpl
-
- getTraverserContext() - Method in interface graphql.analysis.QueryVisitorFieldEnvironment
-
- getTraverserContext() - Method in class graphql.analysis.QueryVisitorFieldEnvironmentImpl
-
- getTraverserContext() - Method in interface graphql.analysis.QueryVisitorFragmentDefinitionEnvironment
-
- getTraverserContext() - Method in class graphql.analysis.QueryVisitorFragmentDefinitionEnvironmentImpl
-
- getTraverserContext() - Method in interface graphql.analysis.QueryVisitorFragmentSpreadEnvironment
-
- getTraverserContext() - Method in class graphql.analysis.QueryVisitorFragmentSpreadEnvironmentImpl
-
- getTraverserContext() - Method in interface graphql.analysis.QueryVisitorInlineFragmentEnvironment
-
- getTraverserContext() - Method in class graphql.analysis.QueryVisitorInlineFragmentEnvironmentImpl
-
- getType() - Method in class graphql.execution.ExecutionStepInfo
-
This returns the type for the current step.
- getType() - Method in class graphql.language.FieldDefinition
-
- getType() - Method in class graphql.language.InputValueDefinition
-
- getType() - Method in class graphql.language.ListType
-
- getType() - Method in class graphql.language.NonNullType
-
- getType() - Method in class graphql.language.VariableDefinition
-
- getType() - Method in class graphql.relay.Relay.ResolvedGlobalId
-
- getType() - Method in class graphql.schema.GraphQLArgument
-
- getType() - Method in class graphql.schema.GraphQLFieldDefinition
-
- getType() - Method in class graphql.schema.GraphQLInputObjectField
-
- getType() - Method in interface graphql.schema.GraphQLInputValueDefinition
-
- getType(String) - Method in class graphql.schema.GraphQLSchema
-
- getType(Type) - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
- getType(Type, Class<T>) - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
- getType(String) - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
- getType(String, Class<T>) - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
- getType(TypeResolutionEnvironment) - Method in interface graphql.schema.TypeResolver
-
- getType(TypeResolutionEnvironment) - Method in class graphql.schema.TypeResolverProxy
-
- getTypeCondition() - Method in class graphql.language.FragmentDefinition
-
- getTypeCondition() - Method in class graphql.language.InlineFragment
-
- getTypeFromAST(GraphQLSchema, Type) - Static method in class graphql.execution.TypeFromAST
-
- getTypeInfo() - Method in class graphql.execution.instrumentation.parameters.InstrumentationFieldCompleteParameters
-
Deprecated.
- getTypeKind(TypeDefinition) - Static method in enum graphql.language.TypeKind
-
- getTypeKind() - Method in class graphql.schema.diff.DiffEvent
-
- getTypeMap() - Method in class graphql.schema.GraphQLSchema
-
- getTypeName() - Method in class graphql.language.OperationTypeDefinition
-
- getTypeName() - Method in class graphql.schema.diff.DiffEvent
-
- getTypeName() - Method in class graphql.schema.FieldCoordinates
-
- getTypeName() - Method in class graphql.schema.idl.TypeInfo
-
- getTypeName() - Method in class graphql.schema.idl.TypeRuntimeWiring
-
- getTypeResolver(GraphQLInterfaceType) - Method in class graphql.schema.GraphQLCodeRegistry.Builder
-
Returns the type resolver associated with this interface type
- getTypeResolver(GraphQLUnionType) - Method in class graphql.schema.GraphQLCodeRegistry.Builder
-
Returns the type resolver associated with this union type
- getTypeResolver(GraphQLInterfaceType) - Method in class graphql.schema.GraphQLCodeRegistry
-
Returns the type resolver associated with this interface type
- getTypeResolver(GraphQLUnionType) - Method in class graphql.schema.GraphQLCodeRegistry
-
Returns the type resolver associated with this union type
- getTypeResolver(InterfaceWiringEnvironment) - Method in class graphql.schema.idl.CombinedWiringFactory
-
- getTypeResolver(UnionWiringEnvironment) - Method in class graphql.schema.idl.CombinedWiringFactory
-
- getTypeResolver(InterfaceWiringEnvironment) - Method in class graphql.schema.idl.EchoingWiringFactory
-
- getTypeResolver(UnionWiringEnvironment) - Method in class graphql.schema.idl.EchoingWiringFactory
-
- getTypeResolver(InterfaceWiringEnvironment) - Method in class graphql.schema.idl.MockedWiringFactory
-
- getTypeResolver(UnionWiringEnvironment) - Method in class graphql.schema.idl.MockedWiringFactory
-
- getTypeResolver(InterfaceWiringEnvironment) - Method in class graphql.schema.idl.NoopWiringFactory
-
- getTypeResolver(UnionWiringEnvironment) - Method in class graphql.schema.idl.NoopWiringFactory
-
- getTypeResolver() - Method in class graphql.schema.idl.TypeRuntimeWiring
-
- getTypeResolver(InterfaceWiringEnvironment) - Method in interface graphql.schema.idl.WiringFactory
-
- getTypeResolver(UnionWiringEnvironment) - Method in interface graphql.schema.idl.WiringFactory
-
- getTypeResolver() - Method in class graphql.schema.TypeResolverProxy
-
- getTypeResolvers() - Method in class graphql.schema.idl.RuntimeWiring
-
- getTypes() - Method in class graphql.schema.GraphQLUnionType
-
- getTypes(Class<T>) - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
Returns a list of types in the registry of that specified class
- getTypesMap(Class<T>) - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
Returns a map of types in the registry of that specified class keyed by name
- getUnderlyingErrors() - Method in exception graphql.execution.AbortExecutionException
-
- getUnionTypeDefinition() - Method in class graphql.schema.idl.UnionWiringEnvironment
-
- getUnmodifiedType(Type<?>) - Method in class graphql.validation.ValidationUtil
-
- getUnresolvedNodes(Collection<ExecutionResultNode>) - Static method in class graphql.execution.nextgen.result.ResultNodesUtil
-
- getUnresolvedNodes(ExecutionResultNode) - Static method in class graphql.execution.nextgen.result.ResultNodesUtil
-
- getUnwrappedNonNullType() - Method in class graphql.execution.ExecutionStepInfo
-
This returns the type which is unwrapped if it was
GraphQLNonNull
wrapped
- getValidationContext() - Method in class graphql.validation.AbstractRule
-
- getValidationErrorCollector() - Method in class graphql.validation.AbstractRule
-
- getValidationErrors() - Method in class graphql.ParseAndValidateResult
-
- getValidationErrorType() - Method in class graphql.validation.ValidationError
-
- getValidationUtil() - Method in class graphql.validation.AbstractRule
-
- getValue() - Method in interface graphql.analysis.QueryVisitorFieldArgumentInputValue
-
- getValue() - Method in class graphql.analysis.QueryVisitorFieldArgumentInputValueImpl
-
- getValue() - Method in class graphql.execution.batched.FetchedValue
-
Deprecated.
- getValue() - Method in class graphql.execution.nextgen.result.LeafExecutionResultNode
-
- getValue() - Method in class graphql.execution.TypeResolutionParameters
-
- getValue() - Method in class graphql.language.Argument
-
- getValue() - Method in class graphql.language.FloatValue
-
- getValue() - Method in class graphql.language.IgnoredChar
-
- getValue() - Method in class graphql.language.IntValue
-
- getValue() - Method in class graphql.language.ObjectField
-
- getValue() - Method in class graphql.language.StringValue
-
- getValue() - Method in interface graphql.relay.ConnectionCursor
-
- getValue() - Method in class graphql.relay.DefaultConnectionCursor
-
- getValue() - Method in class graphql.schema.GraphQLArgument
-
An argument ONLY has a value when its used in a schema definition language (SDL) context as the arguments to SDL directives.
- getValue(String) - Method in class graphql.schema.GraphQLEnumType
-
- getValue() - Method in class graphql.schema.GraphQLEnumValueDefinition
-
- getValue(String) - Method in interface graphql.schema.idl.EnumValuesProvider
-
- getValue(String) - Method in class graphql.schema.idl.MapEnumValuesProvider
-
- getValue(String) - Method in class graphql.schema.idl.NaturalEnumValuesProvider
-
- getValues() - Method in class graphql.execution.batched.FetchedValues
-
Deprecated.
- getValues() - Method in class graphql.language.ArrayValue
-
- getValues() - Method in class graphql.schema.GraphQLEnumType
-
- getValueType() - Method in class graphql.execution.nextgen.FetchedValueAnalysis
-
- getValueUnboxer() - Method in class graphql.execution.ExecutionContext
-
- getVar(Class<? super S>) - Method in class graphql.util.DefaultTraverserContext
-
- getVar(Class<? super S>) - Method in interface graphql.util.TraverserContext
-
Obtains a context local variable
- getVarFromParents(Class<? super S>) - Method in class graphql.util.DefaultTraverserContext
-
- getVarFromParents(Class<? super S>) - Method in interface graphql.util.TraverserContext
-
Searches for a context variable starting from the parent
up the hierarchy of contexts until the first variable is found.
- getVariableDefinitions() - Method in class graphql.language.OperationDefinition
-
- getVariables() - Method in interface graphql.analysis.QueryVisitorFieldArgumentEnvironment
-
- getVariables() - Method in class graphql.analysis.QueryVisitorFieldArgumentEnvironmentImpl
-
- getVariables() - Method in interface graphql.analysis.QueryVisitorFieldArgumentValueEnvironment
-
- getVariables() - Method in class graphql.analysis.QueryVisitorFieldArgumentValueEnvironmentImpl
-
- getVariables() - Method in class graphql.execution.ExecutionContext
-
- getVariables() - Method in class graphql.execution.FieldCollectorParameters
-
- getVariables() - Method in class graphql.execution.instrumentation.DocumentAndVariables
-
- getVariables() - Method in class graphql.execution.instrumentation.nextgen.InstrumentationExecutionParameters
-
- getVariables() - Method in class graphql.execution.instrumentation.parameters.InstrumentationExecutionParameters
-
- getVariables() - Method in class graphql.ExecutionInput
-
- getVariables() - Method in class graphql.normalized.FieldCollectorNormalizedQueryParams
-
- getVariables() - Method in class graphql.ParseAndValidateResult
-
- getVariables() - Method in interface graphql.schema.DataFetchingEnvironment
-
This returns the variables that have been passed into the query.
- getVariables() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getVariables() - Method in class graphql.schema.DelegatingDataFetchingEnvironment
-
- getWiringFactory() - Method in class graphql.schema.idl.RuntimeWiring
-
- getWrappedType() - Method in class graphql.schema.GraphQLList
-
- getWrappedType() - Method in interface graphql.schema.GraphQLModifiedType
-
- getWrappedType() - Method in class graphql.schema.GraphQLNonNull
-
- getZipperForNode(T) - Method in class graphql.util.NodeMultiZipper
-
- getZippers() - Method in class graphql.util.NodeMultiZipper
-
- graphql - package graphql
-
- GraphQL - Class in graphql
-
This class is where all graphql-java query execution begins.
- GraphQL - Class in graphql.nextgen
-
- GraphQL(GraphQL.Builder) - Constructor for class graphql.nextgen.GraphQL
-
- graphql.analysis - package graphql.analysis
-
- GraphQL.Builder - Class in graphql
-
- GraphQL.Builder - Class in graphql.nextgen
-
- graphql.cachecontrol - package graphql.cachecontrol
-
- graphql.collect - package graphql.collect
-
- graphql.execution - package graphql.execution
-
- graphql.execution.batched - package graphql.execution.batched
-
- graphql.execution.directives - package graphql.execution.directives
-
- graphql.execution.instrumentation - package graphql.execution.instrumentation
-
- graphql.execution.instrumentation.dataloader - package graphql.execution.instrumentation.dataloader
-
- graphql.execution.instrumentation.fieldvalidation - package graphql.execution.instrumentation.fieldvalidation
-
- graphql.execution.instrumentation.nextgen - package graphql.execution.instrumentation.nextgen
-
WARNING: All code in this package is a work in progress for a new execution engine.
- graphql.execution.instrumentation.parameters - package graphql.execution.instrumentation.parameters
-
- graphql.execution.instrumentation.tracing - package graphql.execution.instrumentation.tracing
-
- graphql.execution.nextgen - package graphql.execution.nextgen
-
WARNING: All code in this package is a work in progress for a new execution engine.
- graphql.execution.nextgen.result - package graphql.execution.nextgen.result
-
- graphql.execution.preparsed - package graphql.execution.preparsed
-
- graphql.execution.preparsed.persisted - package graphql.execution.preparsed.persisted
-
- graphql.execution.reactive - package graphql.execution.reactive
-
- graphql.introspection - package graphql.introspection
-
- graphql.language - package graphql.language
-
- graphql.nextgen - package graphql.nextgen
-
WARNING: All code in this package is a work in progress for a new execution engine.
- graphql.normalized - package graphql.normalized
-
- graphql.parser - package graphql.parser
-
- graphql.relay - package graphql.relay
-
- graphql.scalar - package graphql.scalar
-
- graphql.schema - package graphql.schema
-
- graphql.schema.diff - package graphql.schema.diff
-
- graphql.schema.diff.reporting - package graphql.schema.diff.reporting
-
- graphql.schema.idl - package graphql.schema.idl
-
- graphql.schema.idl.errors - package graphql.schema.idl.errors
-
- graphql.schema.transform - package graphql.schema.transform
-
- graphql.schema.validation - package graphql.schema.validation
-
- graphql.schema.visibility - package graphql.schema.visibility
-
- graphql.util - package graphql.util
-
- graphql.validation - package graphql.validation
-
- graphql.validation.rules - package graphql.validation.rules
-
- GRAPHQL_SPECIFICATION_DIRECTIVE_MAP - Static variable in class graphql.schema.idl.DirectiveInfo
-
A map from directive name to directive which provided by specification
- GRAPHQL_SPECIFICATION_DIRECTIVES - Static variable in class graphql.schema.idl.DirectiveInfo
-
A set of directives which provided by graphql specification
- GRAPHQL_SPECIFICATION_SCALARS - Static variable in class graphql.schema.idl.ScalarInfo
-
A list of the built-in scalar types as defined by the graphql specification
- GRAPHQL_SPECIFICATION_SCALARS_DEFINITIONS - Static variable in class graphql.schema.idl.ScalarInfo
-
A map of scalar type definitions provided by graphql-java
- GraphqlAntlrToLanguage - Class in graphql.parser
-
- GraphqlAntlrToLanguage(CommonTokenStream, MultiSourceReader) - Constructor for class graphql.parser.GraphqlAntlrToLanguage
-
- GraphQLArgument - Class in graphql.schema
-
- GraphQLArgument(String, String, GraphQLInputType, Object) - Constructor for class graphql.schema.GraphQLArgument
-
- GraphQLArgument(String, GraphQLInputType) - Constructor for class graphql.schema.GraphQLArgument
-
- GraphQLArgument(String, String, GraphQLInputType, Object, InputValueDefinition) - Constructor for class graphql.schema.GraphQLArgument
-
- GraphQLArgument.Builder - Class in graphql.schema
-
- GraphQLBigDecimal - Static variable in class graphql.Scalars
-
- GraphqlBigDecimalCoercing - Class in graphql.scalar
-
- GraphqlBigDecimalCoercing() - Constructor for class graphql.scalar.GraphqlBigDecimalCoercing
-
- GraphQLBigInteger - Static variable in class graphql.Scalars
-
- GraphqlBigIntegerCoercing - Class in graphql.scalar
-
- GraphqlBigIntegerCoercing() - Constructor for class graphql.scalar.GraphqlBigIntegerCoercing
-
- GraphQLBoolean - Static variable in class graphql.Scalars
-
This represents the "Boolean" type as defined in the graphql specification : http://facebook.github.io/graphql/#sec-Boolean
- GraphqlBooleanCoercing - Class in graphql.scalar
-
- GraphqlBooleanCoercing() - Constructor for class graphql.scalar.GraphqlBooleanCoercing
-
- GraphQLByte - Static variable in class graphql.Scalars
-
- GraphqlByteCoercing - Class in graphql.scalar
-
- GraphqlByteCoercing() - Constructor for class graphql.scalar.GraphqlByteCoercing
-
- GraphQLChar - Static variable in class graphql.Scalars
-
- GraphqlCharCoercing - Class in graphql.scalar
-
- GraphqlCharCoercing() - Constructor for class graphql.scalar.GraphqlCharCoercing
-
- GraphQLCodeRegistry - Class in graphql.schema
-
- GraphQLCodeRegistry.Builder - Class in graphql.schema
-
- GraphQLCompositeType - Interface in graphql.schema
-
- GraphQLContext - Class in graphql
-
This context object can be used to contain key values that can be useful as "context" when executing
DataFetcher
s
- GraphQLContext.Builder - Class in graphql
-
- GraphQLDirective - Class in graphql.schema
-
A directive can be used to modify the behavior of a graphql field or type.
- GraphQLDirective.Builder - Class in graphql.schema
-
- GraphQLDirectiveContainer - Interface in graphql.schema
-
- GraphqlElementParentTree - Class in graphql.schema
-
This represents a hierarchy an graphql runtime element upwards to its
associated parent elements.
- GraphqlElementParentTree(Deque<GraphQLSchemaElement>) - Constructor for class graphql.schema.GraphqlElementParentTree
-
- GraphQLEnumType - Class in graphql.schema
-
A graphql enumeration type has a limited set of values.
- GraphQLEnumType(String, String, List<GraphQLEnumValueDefinition>) - Constructor for class graphql.schema.GraphQLEnumType
-
- GraphQLEnumType(String, String, List<GraphQLEnumValueDefinition>, List<GraphQLDirective>, EnumTypeDefinition) - Constructor for class graphql.schema.GraphQLEnumType
-
- GraphQLEnumType.Builder - Class in graphql.schema
-
- GraphQLEnumValueDefinition - Class in graphql.schema
-
A graphql enumeration type has a limited set of values and this defines one of those unique values
- GraphQLEnumValueDefinition(String, String, Object) - Constructor for class graphql.schema.GraphQLEnumValueDefinition
-
- GraphQLEnumValueDefinition(String, String, Object, String) - Constructor for class graphql.schema.GraphQLEnumValueDefinition
-
- GraphQLEnumValueDefinition(String, String, Object, String, List<GraphQLDirective>) - Constructor for class graphql.schema.GraphQLEnumValueDefinition
-
- GraphQLEnumValueDefinition.Builder - Class in graphql.schema
-
- GraphQLError - Interface in graphql
-
The interface describing graphql errors
NOTE: This class implements Serializable
and hence it can be serialised and placed into a distributed cache.
- GraphqlErrorBuilder - Class in graphql
-
- GraphqlErrorException - Exception in graphql
-
A base class for graphql runtime exceptions that also implement
GraphQLError
and can be used
in a general sense direct or have specialisations made of it.
- GraphqlErrorException(GraphqlErrorException.BuilderBase<?, ?>) - Constructor for exception graphql.GraphqlErrorException
-
- GraphqlErrorException.Builder - Class in graphql
-
- GraphqlErrorException.BuilderBase<T extends GraphqlErrorException.BuilderBase<T,B>,B extends GraphqlErrorException> - Class in graphql
-
A trait like base class that contains the properties that GraphqlErrorException handles and can
be used by other classes to derive their own builders.
- GraphqlErrorHelper - Class in graphql
-
This little helper allows GraphQlErrors to implement
common things (hashcode/ equals ) and to specification more easily
- GraphqlErrorHelper() - Constructor for class graphql.GraphqlErrorHelper
-
- GraphQLException - Exception in graphql
-
- GraphQLException() - Constructor for exception graphql.GraphQLException
-
- GraphQLException(String) - Constructor for exception graphql.GraphQLException
-
- GraphQLException(String, Throwable) - Constructor for exception graphql.GraphQLException
-
- GraphQLException(Throwable) - Constructor for exception graphql.GraphQLException
-
- GraphQLFieldDefinition - Class in graphql.schema
-
Fields are the ways you get data values in graphql and a field definition represents a field, its type, the arguments it takes
and the
DataFetcher
used to get data values for that field.
- GraphQLFieldDefinition(String, String, GraphQLOutputType, DataFetcher<?>, List<GraphQLArgument>, String) - Constructor for class graphql.schema.GraphQLFieldDefinition
-
- GraphQLFieldDefinition(String, String, GraphQLOutputType, DataFetcherFactory, List<GraphQLArgument>, String, List<GraphQLDirective>, FieldDefinition) - Constructor for class graphql.schema.GraphQLFieldDefinition
-
- GraphQLFieldDefinition.Builder - Class in graphql.schema
-
- GraphQLFieldsContainer - Interface in graphql.schema
-
Types that can contain output fields are marked with this interface
- GraphqlFieldVisibility - Interface in graphql.schema.visibility
-
This allows you to control the visibility of graphql fields.
- GraphQLFloat - Static variable in class graphql.Scalars
-
This represents the "Float" type as defined in the graphql specification : http://facebook.github.io/graphql/#sec-Float
- GraphqlFloatCoercing - Class in graphql.scalar
-
- GraphqlFloatCoercing() - Constructor for class graphql.scalar.GraphqlFloatCoercing
-
- GraphQLID - Static variable in class graphql.Scalars
-
This represents the "ID" type as defined in the graphql specification : http://facebook.github.io/graphql/#sec-ID
- GraphqlIDCoercing - Class in graphql.scalar
-
- GraphqlIDCoercing() - Constructor for class graphql.scalar.GraphqlIDCoercing
-
- GraphQLImplementingType - Interface in graphql.schema
-
A GraphQLType which can implement interfaces
- GraphQLInputFieldsContainer - Interface in graphql.schema
-
Types that can contain input fields are marked with this interface
- GraphQLInputObjectField - Class in graphql.schema
-
- GraphQLInputObjectField(String, GraphQLInputType) - Constructor for class graphql.schema.GraphQLInputObjectField
-
- GraphQLInputObjectField(String, String, GraphQLInputType, Object) - Constructor for class graphql.schema.GraphQLInputObjectField
-
- GraphQLInputObjectField(String, String, GraphQLInputType, Object, List<GraphQLDirective>, InputValueDefinition) - Constructor for class graphql.schema.GraphQLInputObjectField
-
- GraphQLInputObjectField.Builder - Class in graphql.schema
-
- GraphQLInputObjectType - Class in graphql.schema
-
graphql clearly delineates between the types of objects that represent the output of a query and input objects that
can be fed into a graphql mutation.
- GraphQLInputObjectType(String, String, List<GraphQLInputObjectField>) - Constructor for class graphql.schema.GraphQLInputObjectType
-
- GraphQLInputObjectType(String, String, List<GraphQLInputObjectField>, List<GraphQLDirective>, InputObjectTypeDefinition) - Constructor for class graphql.schema.GraphQLInputObjectType
-
- GraphQLInputObjectType(String, String, List<GraphQLInputObjectField>, List<GraphQLDirective>, InputObjectTypeDefinition, List<InputObjectTypeExtensionDefinition>) - Constructor for class graphql.schema.GraphQLInputObjectType
-
- GraphQLInputObjectType.Builder - Class in graphql.schema
-
- GraphQLInputType - Interface in graphql.schema
-
Input types represent those set of types that are allowed to be accepted as graphql mutation input, as opposed
to
GraphQLOutputType
s which can only be used as graphql response output.
- GraphQLInputValueDefinition - Interface in graphql.schema
-
Named schema elements that contain input type information.
- GraphQLInt - Static variable in class graphql.Scalars
-
This represents the "Int" type as defined in the graphql specification : http://facebook.github.io/graphql/#sec-Int
- GraphqlIntCoercing - Class in graphql.scalar
-
- GraphqlIntCoercing() - Constructor for class graphql.scalar.GraphqlIntCoercing
-
- graphQLInterfaceType(GraphQLInterfaceType) - Method in class graphql.execution.TypeResolutionParameters.Builder
-
- GraphQLInterfaceType - Class in graphql.schema
-
In graphql, an interface is an abstract type that defines the set of fields that a type must include to
implement that interface.
- GraphQLInterfaceType(String, String, List<GraphQLFieldDefinition>, TypeResolver) - Constructor for class graphql.schema.GraphQLInterfaceType
-
- GraphQLInterfaceType(String, String, List<GraphQLFieldDefinition>, TypeResolver, List<GraphQLDirective>, InterfaceTypeDefinition) - Constructor for class graphql.schema.GraphQLInterfaceType
-
- GraphQLInterfaceType(String, String, List<GraphQLFieldDefinition>, TypeResolver, List<GraphQLDirective>, InterfaceTypeDefinition, List<InterfaceTypeExtensionDefinition>, List<GraphQLNamedOutputType>, Comparator<? super GraphQLSchemaElement>) - Constructor for class graphql.schema.GraphQLInterfaceType
-
Deprecated.
- GraphQLInterfaceType.Builder - Class in graphql.schema
-
- GraphQLList - Class in graphql.schema
-
A modified type that indicates there is a list of the underlying wrapped type, eg a list of strings or a list of booleans.
- GraphQLList(GraphQLType) - Constructor for class graphql.schema.GraphQLList
-
- GraphQLLong - Static variable in class graphql.Scalars
-
- GraphqlLongCoercing - Class in graphql.scalar
-
- GraphqlLongCoercing() - Constructor for class graphql.scalar.GraphqlLongCoercing
-
- GraphQLModifiedType - Interface in graphql.schema
-
A modified type wraps another graphql type and modifies it behavior
- GraphQLNamedInputType - Interface in graphql.schema
-
Input types represent those set of types that are allowed to be accepted as graphql mutation input, as opposed
to
GraphQLOutputType
s which can only be used as graphql response output.
- GraphQLNamedOutputType - Interface in graphql.schema
-
Output types represent those set of types that are allowed to be sent back as a graphql response, as opposed
to
GraphQLInputType
s which can only be used as graphql mutation input.
- GraphQLNamedSchemaElement - Interface in graphql.schema
-
A Schema element which has a name and also a description and AST Node which it is based on.
- GraphQLNamedType - Interface in graphql.schema
-
A GraphQLType which is also a named element, which means it has a getName() method.
- GraphQLNonNull - Class in graphql.schema
-
A modified type that indicates there the underlying wrapped type will not be null.
- GraphQLNonNull(GraphQLType) - Constructor for class graphql.schema.GraphQLNonNull
-
- GraphQLNullableType - Interface in graphql.schema
-
- GraphQLObjectType - Class in graphql.schema
-
This is the work horse type and represents an object with one or more field values that can be retrieved
by the graphql system.
- GraphQLObjectType(String, String, List<GraphQLFieldDefinition>, List<GraphQLNamedOutputType>) - Constructor for class graphql.schema.GraphQLObjectType
-
- GraphQLObjectType(String, String, List<GraphQLFieldDefinition>, List<GraphQLNamedOutputType>, List<GraphQLDirective>, ObjectTypeDefinition) - Constructor for class graphql.schema.GraphQLObjectType
-
- GraphQLObjectType.Builder - Class in graphql.schema
-
- GraphQLOutputType - Interface in graphql.schema
-
Output types represent those set of types that are allowed to be sent back as a graphql response, as opposed
to
GraphQLInputType
s which can only be used as graphql mutation input.
- GraphQLScalarType - Class in graphql.schema
-
A scalar type is a leaf node in the graphql tree of types.
- GraphQLScalarType(String, String, Coercing) - Constructor for class graphql.schema.GraphQLScalarType
-
- GraphQLScalarType(String, String, Coercing, List<GraphQLDirective>, ScalarTypeDefinition) - Constructor for class graphql.schema.GraphQLScalarType
-
- GraphQLScalarType.Builder - Class in graphql.schema
-
- graphQLSchema(GraphQLSchema) - Method in class graphql.execution.ExecutionContextBuilder
-
- graphQLSchema(GraphQLSchema) - Method in class graphql.schema.DataFetchingEnvironmentImpl.Builder
-
- GraphQLSchema - Class in graphql.schema
-
The schema represents the combined type system of the graphql engine.
- GraphQLSchema(GraphQLObjectType) - Constructor for class graphql.schema.GraphQLSchema
-
- GraphQLSchema(GraphQLObjectType, GraphQLObjectType, Set<GraphQLType>) - Constructor for class graphql.schema.GraphQLSchema
-
- GraphQLSchema(GraphQLObjectType, GraphQLObjectType, GraphQLObjectType, Set<GraphQLType>) - Constructor for class graphql.schema.GraphQLSchema
-
- GraphQLSchema.Builder - Class in graphql.schema
-
- GraphQLSchemaElement - Interface in graphql.schema
-
A GraphQLSchema can be viewed as a graph of GraphQLSchemaElement.
- GraphQLSchemaElementAdapter - Class in graphql.schema
-
- GraphQLShort - Static variable in class graphql.Scalars
-
- GraphqlShortCoercing - Class in graphql.scalar
-
- GraphqlShortCoercing() - Constructor for class graphql.scalar.GraphqlShortCoercing
-
- GraphQLString - Static variable in class graphql.Scalars
-
This represents the "String" type as defined in the graphql specification : http://facebook.github.io/graphql/#sec-String
- GraphqlStringCoercing - Class in graphql.scalar
-
- GraphqlStringCoercing() - Constructor for class graphql.scalar.GraphqlStringCoercing
-
- GraphQLType - Interface in graphql.schema
-
A type inside the GraphQLSchema.
- GraphqlTypeBuilder - Class in graphql.schema
-
- GraphqlTypeBuilder() - Constructor for class graphql.schema.GraphqlTypeBuilder
-
- GraphQLTypeCollectingVisitor - Class in graphql.schema
-
- GraphQLTypeCollectingVisitor() - Constructor for class graphql.schema.GraphQLTypeCollectingVisitor
-
- GraphqlTypeComparatorEnvironment - Class in graphql.schema
-
Defines the scope to control where the registered Comparator
can be applied.
- GraphqlTypeComparatorEnvironment.Builder - Class in graphql.schema
-
- GraphqlTypeComparatorRegistry - Interface in graphql.schema
-
- GraphqlTypeComparators - Class in graphql.schema
-
- GraphqlTypeComparators() - Constructor for class graphql.schema.GraphqlTypeComparators
-
- GraphQLTypeReference - Class in graphql.schema
-
A special type to allow a object/interface types to reference itself.
- GraphQLTypeReference(String) - Constructor for class graphql.schema.GraphQLTypeReference
-
- GraphQLTypeResolvingVisitor - Class in graphql.schema
-
- GraphQLTypeResolvingVisitor(Map<String, GraphQLNamedType>) - Constructor for class graphql.schema.GraphQLTypeResolvingVisitor
-
- GraphQLTypeUtil - Class in graphql.schema
-
- GraphQLTypeUtil() - Constructor for class graphql.schema.GraphQLTypeUtil
-
- GraphQLTypeVisitor - Interface in graphql.schema
-
- GraphQLTypeVisitorStub - Class in graphql.schema
-
- GraphQLTypeVisitorStub() - Constructor for class graphql.schema.GraphQLTypeVisitorStub
-
- graphQLUnionType(GraphQLUnionType) - Method in class graphql.execution.TypeResolutionParameters.Builder
-
- GraphQLUnionType - Class in graphql.schema
-
A union type is a polymorphic type that dynamically represents one of more concrete object types.
- GraphQLUnionType(String, String, List<GraphQLNamedOutputType>, TypeResolver) - Constructor for class graphql.schema.GraphQLUnionType
-
- GraphQLUnionType(String, String, List<GraphQLNamedOutputType>, TypeResolver, List<GraphQLDirective>, UnionTypeDefinition) - Constructor for class graphql.schema.GraphQLUnionType
-
- GraphQLUnionType.Builder - Class in graphql.schema
-
- GraphQLUnmodifiedType - Interface in graphql.schema
-
- groupImplementationsForInterfacesAndObjects(GraphQLSchema) - Method in class graphql.schema.SchemaUtil
-
- groupingBy(Collection<T>, Function<T, NewKey>) - Static method in class graphql.util.FpKit
-
- groupingByUniqueKey(Collection<T>, Function<T, NewKey>) - Static method in class graphql.util.FpKit
-
- IgnoredChar - Class in graphql.language
-
- IgnoredChar(String, IgnoredChar.IgnoredCharKind, SourceLocation) - Constructor for class graphql.language.IgnoredChar
-
- IgnoredChar.IgnoredCharKind - Enum in graphql.language
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.Argument.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.ArrayValue.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.BooleanValue.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.Directive.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.DirectiveDefinition.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.DirectiveLocation.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.Document.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.EnumTypeDefinition.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.EnumTypeExtensionDefinition.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.EnumValue.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.EnumValueDefinition.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.Field.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.FieldDefinition.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.FloatValue.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.FragmentDefinition.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.FragmentSpread.Builder
-
- IgnoredChars - Class in graphql.language
-
- IgnoredChars(List<IgnoredChar>, List<IgnoredChar>) - Constructor for class graphql.language.IgnoredChars
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.InlineFragment.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.InputObjectTypeDefinition.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.InputObjectTypeExtensionDefinition.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.InputValueDefinition.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.InterfaceTypeDefinition.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.InterfaceTypeExtensionDefinition.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.IntValue.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.ListType.Builder
-
- ignoredChars(IgnoredChars) - Method in interface graphql.language.NodeBuilder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.NonNullType.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.NullValue.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.ObjectField.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.ObjectTypeDefinition.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.ObjectTypeExtensionDefinition.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.ObjectValue.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.OperationDefinition.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.OperationTypeDefinition.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.ScalarTypeDefinition.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.ScalarTypeExtensionDefinition.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.SchemaDefinition.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.SchemaExtensionDefinition.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.SelectionSet.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.StringValue.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.TypeName.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.UnionTypeDefinition.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.UnionTypeExtensionDefinition.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.VariableDefinition.Builder
-
- ignoredChars(IgnoredChars) - Method in class graphql.language.VariableReference.Builder
-
- IllegalNameError - Exception in graphql.schema.idl.errors
-
- IllegalNameError(NamedNode) - Constructor for exception graphql.schema.idl.errors.IllegalNameError
-
- ImmutableKit - Class in graphql.collect
-
- ImmutableKit() - Constructor for class graphql.collect.ImmutableKit
-
- ImmutableMapWithNullValues<K,V> - Class in graphql.collect
-
The standard ImmutableMap does not allow null values.
- ImplementingTypeDefinition<T extends TypeDefinition> - Interface in graphql.language
-
- implementz(List<Type>) - Method in class graphql.language.InterfaceTypeDefinition.Builder
-
- implementz(Type) - Method in class graphql.language.InterfaceTypeDefinition.Builder
-
- implementz(List<Type>) - Method in class graphql.language.InterfaceTypeExtensionDefinition.Builder
-
- implementz(Type) - Method in class graphql.language.InterfaceTypeExtensionDefinition.Builder
-
- implementz(List<Type>) - Method in class graphql.language.ObjectTypeDefinition.Builder
-
- implementz(Type) - Method in class graphql.language.ObjectTypeDefinition.Builder
-
- implementz(List<Type>) - Method in class graphql.language.ObjectTypeExtensionDefinition.Builder
-
- implementz(Type) - Method in class graphql.language.ObjectTypeExtensionDefinition.Builder
-
- IncludeDirective - Static variable in class graphql.Directives
-
- includeDirectiveDefinitions(boolean) - Method in class graphql.schema.idl.SchemaPrinter.Options
-
This flag controls whether schema printer will include directive definitions at the top of the schema, but does not remove them from the field or type usage.
- includeDirectives(boolean) - Method in class graphql.schema.idl.SchemaPrinter.Options
-
Allow to print directives.
- includeDirectives(Predicate<GraphQLDirective>) - Method in class graphql.schema.idl.SchemaPrinter.Options
-
This is a Predicate that decides whether a directive element is printed.
- includeIntrospectionTypes(boolean) - Method in class graphql.schema.idl.SchemaPrinter.Options
-
This will allow you to include introspection types that are contained in a schema
- includeScalarTypes(boolean) - Method in class graphql.schema.idl.SchemaPrinter.Options
-
This will allow you to include scalar types that are contained in a schema
- includeSchemaDefinition(boolean) - Method in class graphql.schema.idl.SchemaPrinter.Options
-
This will force the printing of the graphql schema definition even if the query, mutation, and/or subscription
types use the default names.
- includeSchemaElement(Predicate<GraphQLSchemaElement>) - Method in class graphql.schema.idl.SchemaPrinter.Options
-
This is a general purpose Predicate that decides whether a schema element is printed ever.
- includeStatistics(boolean) - Method in class graphql.execution.instrumentation.dataloader.DataLoaderDispatcherInstrumentationOptions
-
This will toggle the ability to include java-dataloader statistics into the extensions
output of your query
- includeTrivialDataFetchers(boolean) - Method in class graphql.execution.instrumentation.tracing.TracingInstrumentation.Options
-
By default trivial data fetchers (those that simple pull data from an object into field) are included
in tracing but you can control this behavior.
- index(int) - Static method in class graphql.execution.nextgen.result.ResultNodesUtil
-
- InlineFragment - Class in graphql.language
-
- InlineFragment(TypeName, List<Directive>, SelectionSet, SourceLocation, List<Comment>, IgnoredChars, Map<String, String>) - Constructor for class graphql.language.InlineFragment
-
- InlineFragment(TypeName) - Constructor for class graphql.language.InlineFragment
-
alternative to using a Builder for convenience
- InlineFragment(TypeName, SelectionSet) - Constructor for class graphql.language.InlineFragment
-
alternative to using a Builder for convenience
- InlineFragment.Builder - Class in graphql.language
-
- InMemoryPersistedQueryCache - Class in graphql.execution.preparsed.persisted
-
A PersistedQueryCache that is just an in memory map of known queries.
- InMemoryPersistedQueryCache(Map<Object, String>) - Constructor for class graphql.execution.preparsed.persisted.InMemoryPersistedQueryCache
-
- InMemoryPersistedQueryCache.Builder - Class in graphql.execution.preparsed.persisted
-
- InputMapDefinesTooManyFieldsException - Exception in graphql.execution
-
https://facebook.github.io/graphql/#sec-Input-Objects
- This unordered map should not contain any entries with names not defined by a field of this input object type, otherwise an error should be thrown.
- InputMapDefinesTooManyFieldsException(GraphQLType, String) - Constructor for exception graphql.execution.InputMapDefinesTooManyFieldsException
-
- InputObjectTypeDefinition - Class in graphql.language
-
- InputObjectTypeDefinition(String, List<Directive>, List<InputValueDefinition>, Description, SourceLocation, List<Comment>, IgnoredChars, Map<String, String>) - Constructor for class graphql.language.InputObjectTypeDefinition
-
- InputObjectTypeDefinition.Builder - Class in graphql.language
-
- InputObjectTypeExtensionDefinition - Class in graphql.language
-
- InputObjectTypeExtensionDefinition(String, List<Directive>, List<InputValueDefinition>, Description, SourceLocation, List<Comment>, IgnoredChars, Map<String, String>) - Constructor for class graphql.language.InputObjectTypeExtensionDefinition
-
- InputObjectTypeExtensionDefinition.Builder - Class in graphql.language
-
- inputObjectTypeExtensions() - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
- inputValueDefinition(InputValueDefinition) - Method in class graphql.language.DirectiveDefinition.Builder
-
- inputValueDefinition(InputValueDefinition) - Method in class graphql.language.FieldDefinition.Builder
-
- inputValueDefinition(InputValueDefinition) - Method in class graphql.language.InputObjectTypeDefinition.Builder
-
- inputValueDefinition(InputValueDefinition) - Method in class graphql.language.InputObjectTypeExtensionDefinition.Builder
-
- InputValueDefinition - Class in graphql.language
-
- InputValueDefinition(String, Type, Value, List<Directive>, Description, SourceLocation, List<Comment>, IgnoredChars, Map<String, String>) - Constructor for class graphql.language.InputValueDefinition
-
- InputValueDefinition(String, Type) - Constructor for class graphql.language.InputValueDefinition
-
alternative to using a Builder for convenience
- InputValueDefinition(String, Type, Value) - Constructor for class graphql.language.InputValueDefinition
-
alternative to using a Builder for convenience
- InputValueDefinition.Builder - Class in graphql.language
-
- inputValueDefinitions(List<InputValueDefinition>) - Method in class graphql.language.DirectiveDefinition.Builder
-
- inputValueDefinitions(List<InputValueDefinition>) - Method in class graphql.language.FieldDefinition.Builder
-
- inputValueDefinitions(List<InputValueDefinition>) - Method in class graphql.language.InputObjectTypeDefinition.Builder
-
- inputValueDefinitions(List<InputValueDefinition>) - Method in class graphql.language.InputObjectTypeExtensionDefinition.Builder
-
- insertAfter(T) - Method in class graphql.util.NodeZipper
-
- insertAfter(TraverserContext<T>, T) - Static method in class graphql.util.TreeTransformerUtil
-
- insertAfterNode(GraphQLSchemaElement, TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
This helper method can be used to "insert a new node" AFTER the current node when returning control from this visitor
- insertBefore(T) - Method in class graphql.util.NodeZipper
-
- insertBefore(TraverserContext<T>, T) - Static method in class graphql.util.TreeTransformerUtil
-
- insertBeforeNode(GraphQLSchemaElement, TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
This helper method can be used to "insert a new node" BEFORE the current node when returning control from this visitor
- INSTANCE - Static variable in class graphql.execution.instrumentation.SimpleInstrumentation
-
- INSTANCE - Static variable in class graphql.execution.preparsed.NoOpPreparsedDocumentProvider
-
- instrumentation(Instrumentation) - Method in class graphql.execution.ExecutionContextBuilder
-
- Instrumentation - Interface in graphql.execution.instrumentation
-
Provides the capability to instrument the execution steps of a GraphQL query.
- Instrumentation - Interface in graphql.execution.instrumentation.nextgen
-
- instrumentation(Instrumentation) - Method in class graphql.GraphQL.Builder
-
- instrumentation(Instrumentation) - Method in class graphql.nextgen.GraphQL.Builder
-
- InstrumentationContext<T> - Interface in graphql.execution.instrumentation
-
When a
Instrumentation
.'beginXXX()' method is called then it must return a non null InstrumentationContext
that will be invoked when the step is first dispatched and then when it completes.
- InstrumentationCreateStateParameters - Class in graphql.execution.instrumentation.nextgen
-
- InstrumentationCreateStateParameters(GraphQLSchema, ExecutionInput) - Constructor for class graphql.execution.instrumentation.nextgen.InstrumentationCreateStateParameters
-
- InstrumentationCreateStateParameters - Class in graphql.execution.instrumentation.parameters
-
- InstrumentationCreateStateParameters(GraphQLSchema, ExecutionInput) - Constructor for class graphql.execution.instrumentation.parameters.InstrumentationCreateStateParameters
-
- InstrumentationExecuteOperationParameters - Class in graphql.execution.instrumentation.parameters
-
- InstrumentationExecuteOperationParameters(ExecutionContext) - Constructor for class graphql.execution.instrumentation.parameters.InstrumentationExecuteOperationParameters
-
- InstrumentationExecutionParameters - Class in graphql.execution.instrumentation.nextgen
-
- InstrumentationExecutionParameters(ExecutionInput, GraphQLSchema, InstrumentationState) - Constructor for class graphql.execution.instrumentation.nextgen.InstrumentationExecutionParameters
-
- InstrumentationExecutionParameters - Class in graphql.execution.instrumentation.parameters
-
- InstrumentationExecutionParameters(ExecutionInput, GraphQLSchema, InstrumentationState) - Constructor for class graphql.execution.instrumentation.parameters.InstrumentationExecutionParameters
-
- InstrumentationExecutionStrategyParameters - Class in graphql.execution.instrumentation.parameters
-
- InstrumentationExecutionStrategyParameters(ExecutionContext, ExecutionStrategyParameters) - Constructor for class graphql.execution.instrumentation.parameters.InstrumentationExecutionStrategyParameters
-
- InstrumentationFieldCompleteParameters - Class in graphql.execution.instrumentation.parameters
-
- InstrumentationFieldCompleteParameters(ExecutionContext, ExecutionStrategyParameters, Supplier<ExecutionStepInfo>, Object) - Constructor for class graphql.execution.instrumentation.parameters.InstrumentationFieldCompleteParameters
-
- InstrumentationFieldFetchParameters - Class in graphql.execution.instrumentation.parameters
-
- InstrumentationFieldFetchParameters(ExecutionContext, GraphQLFieldDefinition, DataFetchingEnvironment, ExecutionStrategyParameters, boolean) - Constructor for class graphql.execution.instrumentation.parameters.InstrumentationFieldFetchParameters
-
- InstrumentationFieldParameters - Class in graphql.execution.instrumentation.parameters
-
- InstrumentationFieldParameters(ExecutionContext, Supplier<ExecutionStepInfo>) - Constructor for class graphql.execution.instrumentation.parameters.InstrumentationFieldParameters
-
- instrumentationState(InstrumentationState) - Method in class graphql.execution.ExecutionContextBuilder
-
- InstrumentationState - Interface in graphql.execution.instrumentation
-
An
Instrumentation
implementation can create this as a stateful object that is then passed
to each instrumentation method, allowing state to be passed down with the request execution
- InstrumentationValidationParameters - Class in graphql.execution.instrumentation.nextgen
-
- InstrumentationValidationParameters(ExecutionInput, Document, GraphQLSchema, InstrumentationState) - Constructor for class graphql.execution.instrumentation.nextgen.InstrumentationValidationParameters
-
- InstrumentationValidationParameters - Class in graphql.execution.instrumentation.parameters
-
- InstrumentationValidationParameters(ExecutionInput, Document, GraphQLSchema, InstrumentationState) - Constructor for class graphql.execution.instrumentation.parameters.InstrumentationValidationParameters
-
- instrumentDataFetcher(DataFetcher<?>, InstrumentationFieldFetchParameters) - Method in class graphql.execution.instrumentation.ChainedInstrumentation
-
- instrumentDataFetcher(DataFetcher<?>, InstrumentationFieldFetchParameters) - Method in class graphql.execution.instrumentation.dataloader.DataLoaderDispatcherInstrumentation
-
- instrumentDataFetcher(DataFetcher<?>, InstrumentationFieldFetchParameters) - Method in interface graphql.execution.instrumentation.Instrumentation
-
This is called to instrument a
DataFetcher
just before it is used to fetch a field, allowing you
to adjust what information is passed back or record information about specific data fetches.
- instrumentDocumentAndVariables(DocumentAndVariables, InstrumentationExecutionParameters) - Method in class graphql.execution.instrumentation.ChainedInstrumentation
-
- instrumentDocumentAndVariables(DocumentAndVariables, InstrumentationExecutionParameters) - Method in interface graphql.execution.instrumentation.Instrumentation
-
This is called to instrument a
Document
and variables before it is used allowing you to adjust the query AST if you so desire
- instrumentDocumentAndVariables(DocumentAndVariables, InstrumentationExecutionParameters) - Method in interface graphql.execution.instrumentation.nextgen.Instrumentation
-
- instrumentExecutionContext(ExecutionContext, InstrumentationExecutionParameters) - Method in class graphql.execution.instrumentation.ChainedInstrumentation
-
- instrumentExecutionContext(ExecutionContext, InstrumentationExecutionParameters) - Method in interface graphql.execution.instrumentation.Instrumentation
-
This is called to instrument a
ExecutionContext
before it is used to execute a query,
allowing you to adjust the base data used.
- instrumentExecutionInput(ExecutionInput, InstrumentationExecutionParameters) - Method in class graphql.execution.instrumentation.ChainedInstrumentation
-
- instrumentExecutionInput(ExecutionInput, InstrumentationExecutionParameters) - Method in interface graphql.execution.instrumentation.Instrumentation
-
This is called to instrument a
ExecutionInput
before it is used to parse, validate
and execute a query, allowing you to adjust what query input parameters are used
- instrumentExecutionInput(ExecutionInput, InstrumentationExecutionParameters) - Method in interface graphql.execution.instrumentation.nextgen.Instrumentation
-
- instrumentExecutionResult(ExecutionResult, InstrumentationExecutionParameters) - Method in class graphql.execution.instrumentation.ChainedInstrumentation
-
- instrumentExecutionResult(ExecutionResult, InstrumentationExecutionParameters) - Method in class graphql.execution.instrumentation.dataloader.DataLoaderDispatcherInstrumentation
-
- instrumentExecutionResult(ExecutionResult, InstrumentationExecutionParameters) - Method in interface graphql.execution.instrumentation.Instrumentation
-
This is called to allow instrumentation to instrument the execution result in some way
- instrumentExecutionResult(ExecutionResult, InstrumentationExecutionParameters) - Method in interface graphql.execution.instrumentation.nextgen.Instrumentation
-
- instrumentExecutionResult(ExecutionResult, InstrumentationExecutionParameters) - Method in class graphql.execution.instrumentation.tracing.TracingInstrumentation
-
- instrumentSchema(GraphQLSchema, InstrumentationExecutionParameters) - Method in class graphql.execution.instrumentation.ChainedInstrumentation
-
- instrumentSchema(GraphQLSchema, InstrumentationExecutionParameters) - Method in interface graphql.execution.instrumentation.Instrumentation
-
This is called to instrument a
GraphQLSchema
before it is used to parse, validate
and execute a query, allowing you to adjust what types are used.
- instrumentSchema(GraphQLSchema, InstrumentationExecutionParameters) - Method in interface graphql.execution.instrumentation.nextgen.Instrumentation
-
- InterfaceFieldArgumentNotOptionalError - Exception in graphql.schema.idl.errors
-
- InterfaceFieldArgumentNotOptionalError(String, ImplementingTypeDefinition, InterfaceTypeDefinition, FieldDefinition, String) - Constructor for exception graphql.schema.idl.errors.InterfaceFieldArgumentNotOptionalError
-
- InterfaceFieldArgumentRedefinitionError - Exception in graphql.schema.idl.errors
-
- InterfaceFieldArgumentRedefinitionError(String, ImplementingTypeDefinition, InterfaceTypeDefinition, FieldDefinition, String, String) - Constructor for exception graphql.schema.idl.errors.InterfaceFieldArgumentRedefinitionError
-
- InterfaceFieldRedefinitionError - Exception in graphql.schema.idl.errors
-
- InterfaceFieldRedefinitionError(String, ImplementingTypeDefinition, InterfaceTypeDefinition, FieldDefinition, String, String) - Constructor for exception graphql.schema.idl.errors.InterfaceFieldRedefinitionError
-
- InterfaceImplementedMoreThanOnceError - Exception in graphql.schema.idl.errors
-
- InterfaceImplementedMoreThanOnceError(String, ImplementingTypeDefinition, InterfaceTypeDefinition) - Constructor for exception graphql.schema.idl.errors.InterfaceImplementedMoreThanOnceError
-
- InterfaceImplementingItselfError - Exception in graphql.schema.idl.errors
-
- InterfaceImplementingItselfError(String, ImplementingTypeDefinition) - Constructor for exception graphql.schema.idl.errors.InterfaceImplementingItselfError
-
- InterfaceTypeDefinition - Class in graphql.language
-
- InterfaceTypeDefinition(String, List<Type>, List<FieldDefinition>, List<Directive>, Description, SourceLocation, List<Comment>, IgnoredChars, Map<String, String>) - Constructor for class graphql.language.InterfaceTypeDefinition
-
- InterfaceTypeDefinition(String) - Constructor for class graphql.language.InterfaceTypeDefinition
-
alternative to using a Builder for convenience
- InterfaceTypeDefinition.Builder - Class in graphql.language
-
- InterfaceTypeExtensionDefinition - Class in graphql.language
-
- InterfaceTypeExtensionDefinition(String, List<Type>, List<FieldDefinition>, List<Directive>, Description, SourceLocation, List<Comment>, IgnoredChars, Map<String, String>) - Constructor for class graphql.language.InterfaceTypeExtensionDefinition
-
- InterfaceTypeExtensionDefinition.Builder - Class in graphql.language
-
- interfaceTypeExtensions() - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
- InterfaceWiringEnvironment - Class in graphql.schema.idl
-
- InterfaceWithCircularImplementationHierarchyError - Exception in graphql.schema.idl.errors
-
- InterfaceWithCircularImplementationHierarchyError(String, ImplementingTypeDefinition, InterfaceTypeDefinition) - Constructor for exception graphql.schema.idl.errors.InterfaceWithCircularImplementationHierarchyError
-
- Internal - Annotation Type in graphql
-
This represents code that the graphql-java project considers internal code that MAY not be stable within
major releases.
- interThreadMemoize(Supplier<T>) - Static method in class graphql.util.FpKit
-
This will memoize the Supplier across threads and make sure the Supplier is exactly called once.
- InterThreadMemoizedSupplier<T> - Class in graphql.util
-
This memoizing supplier DOES use synchronised double locking to set its value.
- InterThreadMemoizedSupplier(Supplier<T>) - Constructor for class graphql.util.InterThreadMemoizedSupplier
-
- intraThreadMemoize(Supplier<T>) - Static method in class graphql.util.FpKit
-
This will memoize the Supplier within the current thread's visibility, that is it does not
use volatile reads but rather use a sentinel check and re-reads the delegate supplier
value if the read has not stuck to this thread.
- Introspection - Class in graphql.introspection
-
- Introspection() - Constructor for class graphql.introspection.Introspection
-
- Introspection.DirectiveLocation - Enum in graphql.introspection
-
- Introspection.TypeKind - Enum in graphql.introspection
-
- INTROSPECTION_QUERY - Static variable in interface graphql.introspection.IntrospectionQuery
-
- IntrospectionDataFetcher<T> - Interface in graphql.introspection
-
- IntrospectionDataFetchingEnvironment - Interface in graphql.introspection
-
- IntrospectionQuery - Interface in graphql.introspection
-
- IntrospectionResultToSchema - Class in graphql.introspection
-
- IntrospectionResultToSchema() - Constructor for class graphql.introspection.IntrospectionResultToSchema
-
- IntValue - Class in graphql.language
-
- IntValue(BigInteger, SourceLocation, List<Comment>, IgnoredChars, Map<String, String>) - Constructor for class graphql.language.IntValue
-
- IntValue(BigInteger) - Constructor for class graphql.language.IntValue
-
alternative to using a Builder for convenience
- IntValue.Builder - Class in graphql.language
-
- InvalidCursorException - Exception in graphql.relay
-
- InvalidPageSizeException - Exception in graphql.relay
-
- InvalidSchemaException - Exception in graphql.schema.validation
-
- InvalidSchemaException(Collection<SchemaValidationError>) - Constructor for exception graphql.schema.validation.InvalidSchemaException
-
- InvalidSyntaxError - Class in graphql
-
- InvalidSyntaxError(SourceLocation, String) - Constructor for class graphql.InvalidSyntaxError
-
- InvalidSyntaxError(List<SourceLocation>, String) - Constructor for class graphql.InvalidSyntaxError
-
- InvalidSyntaxError(List<SourceLocation>, String, String, String) - Constructor for class graphql.InvalidSyntaxError
-
- InvalidSyntaxException - Exception in graphql.parser
-
- isAllNonRepeatable(List<GraphQLDirective>) - Static method in class graphql.DirectivesUtil
-
- isChanged() - Method in class graphql.util.DefaultTraverserContext
-
- isChanged() - Method in interface graphql.util.TraverserContext
-
- isConditional() - Method in class graphql.normalized.NormalizedField
-
- isConditional() - Method in interface graphql.schema.SelectedField
-
- isDataPresent() - Method in interface graphql.ExecutionResult
-
The graphql specification specifies:
"If an error was encountered before execution begins, the data entry should not be present in the result.
- isDataPresent() - Method in class graphql.ExecutionResultImpl
-
- isDeleted() - Method in class graphql.util.DefaultTraverserContext
-
- isDeleted() - Method in interface graphql.util.TraverserContext
-
- isDeprecated() - Method in class graphql.schema.GraphQLEnumValueDefinition
-
- isDeprecated() - Method in class graphql.schema.GraphQLFieldDefinition
-
- isDescriptionsAsHashComments() - Method in class graphql.schema.idl.SchemaPrinter.Options
-
- isEmpty() - Method in class graphql.collect.ImmutableMapWithNullValues
-
- isEmpty() - Method in class graphql.execution.MergedSelectionSet
-
- isEmpty() - Method in class graphql.language.NodeChildrenContainer
-
- isEmpty() - Method in class graphql.schema.SchemaElementChildrenContainer
-
- isEmpty() - Method in class graphql.util.TraverserState
-
- isEnum(GraphQLType) - Static method in class graphql.schema.GraphQLTypeUtil
-
Returns true if the given type is an enum type
- isEqual(Node, Node) - Method in class graphql.language.AstComparator
-
- isEqual(List<Node>, List<Node>) - Method in class graphql.language.AstComparator
-
- isEqualTo(Node) - Method in class graphql.language.Argument
-
- isEqualTo(Node) - Method in class graphql.language.ArrayValue
-
- isEqualTo(Node) - Method in class graphql.language.BooleanValue
-
- isEqualTo(Node) - Method in class graphql.language.Directive
-
- isEqualTo(Node) - Method in class graphql.language.DirectiveDefinition
-
- isEqualTo(Node) - Method in class graphql.language.DirectiveLocation
-
- isEqualTo(Node) - Method in class graphql.language.Document
-
- isEqualTo(Node) - Method in class graphql.language.EnumTypeDefinition
-
- isEqualTo(Node) - Method in class graphql.language.EnumValue
-
- isEqualTo(Node) - Method in class graphql.language.EnumValueDefinition
-
- isEqualTo(Node) - Method in class graphql.language.Field
-
- isEqualTo(Node) - Method in class graphql.language.FieldDefinition
-
- isEqualTo(Node) - Method in class graphql.language.FloatValue
-
- isEqualTo(Node) - Method in class graphql.language.FragmentDefinition
-
- isEqualTo(Node) - Method in class graphql.language.FragmentSpread
-
- isEqualTo(Node) - Method in class graphql.language.InlineFragment
-
- isEqualTo(Node) - Method in class graphql.language.InputObjectTypeDefinition
-
- isEqualTo(Node) - Method in class graphql.language.InputValueDefinition
-
- isEqualTo(Node) - Method in class graphql.language.InterfaceTypeDefinition
-
- isEqualTo(Node) - Method in class graphql.language.IntValue
-
- isEqualTo(Node) - Method in class graphql.language.ListType
-
- isEqualTo(Node) - Method in interface graphql.language.Node
-
Compares just the content and not the children.
- isEqualTo(String, String) - Static method in class graphql.language.NodeUtil
-
- isEqualTo(Node) - Method in class graphql.language.NonNullType
-
- isEqualTo(Node) - Method in class graphql.language.NullValue
-
- isEqualTo(Node) - Method in class graphql.language.ObjectField
-
- isEqualTo(Node) - Method in class graphql.language.ObjectTypeDefinition
-
- isEqualTo(Node) - Method in class graphql.language.ObjectValue
-
- isEqualTo(Node) - Method in class graphql.language.OperationDefinition
-
- isEqualTo(Node) - Method in class graphql.language.OperationTypeDefinition
-
- isEqualTo(Node) - Method in class graphql.language.ScalarTypeDefinition
-
- isEqualTo(Node) - Method in class graphql.language.SchemaDefinition
-
- isEqualTo(Node) - Method in class graphql.language.SelectionSet
-
- isEqualTo(Node) - Method in class graphql.language.StringValue
-
- isEqualTo(Node) - Method in class graphql.language.TypeName
-
- isEqualTo(Node) - Method in class graphql.language.UnionTypeDefinition
-
- isEqualTo(Node) - Method in class graphql.language.VariableDefinition
-
- isEqualTo(Node) - Method in class graphql.language.VariableReference
-
- isEqualTo(Object) - Method in class graphql.schema.GraphQLList
-
- isEqualTo(Object) - Method in class graphql.schema.GraphQLNonNull
-
- isFailure() - Method in class graphql.ParseAndValidateResult
-
- isGraphqlSpecifiedDirective(String) - Static method in class graphql.schema.idl.DirectiveInfo
-
Returns true if a directive with provided directiveName has been defined in graphql specification
- isGraphqlSpecifiedDirective(GraphQLDirective) - Static method in class graphql.schema.idl.DirectiveInfo
-
Returns true if the provided directive has been defined in graphql specification
- isGraphqlSpecifiedScalar(String) - Static method in class graphql.schema.idl.ScalarInfo
-
Returns true if the scalar type is a scalar that is specified by the graphql specification
- isGraphqlSpecifiedScalar(GraphQLScalarType) - Static method in class graphql.schema.idl.ScalarInfo
-
Returns true if the scalar type is a scalar that is specified by the graphql specification
- isHasNextPage() - Method in class graphql.relay.DefaultPageInfo
-
- isHasNextPage() - Method in interface graphql.relay.PageInfo
-
- isHasPreviousPage() - Method in class graphql.relay.DefaultPageInfo
-
- isHasPreviousPage() - Method in interface graphql.relay.PageInfo
-
- isIncludeDirectiveDefinitions() - Method in class graphql.schema.idl.SchemaPrinter.Options
-
- isIncludeIntrospectionTypes() - Method in class graphql.schema.idl.SchemaPrinter.Options
-
- isIncludeScalars() - Method in class graphql.schema.idl.SchemaPrinter.Options
-
- isIncludeSchemaDefinition() - Method in class graphql.schema.idl.SchemaPrinter.Options
-
- isIncludeStatistics() - Method in class graphql.execution.instrumentation.dataloader.DataLoaderDispatcherInstrumentationOptions
-
- isIncludeTrivialDataFetchers() - Method in class graphql.execution.instrumentation.tracing.TracingInstrumentation.Options
-
- isInput(GraphQLType) - Static method in class graphql.schema.GraphQLTypeUtil
-
Returns true if the given type is an input type
- isInterfaceOrUnion(Type) - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
Returns true if the specified type exists in the registry and is an abstract (Interface or Union) type
- isIntrospectionField() - Method in class graphql.normalized.NormalizedField
-
- isIntrospectionTypes(GraphQLNamedType) - Static method in class graphql.introspection.Introspection
-
- isIterable(Object) - Static method in class graphql.util.FpKit
-
- isLeaf(GraphQLType) - Static method in class graphql.schema.GraphQLTypeUtil
-
Returns true if the given type is a leaf type, that it cant contain any more fields
- isList(GraphQLType) - Static method in class graphql.schema.GraphQLTypeUtil
-
Returns true if the given type is a list type
- isList() - Method in class graphql.schema.idl.TypeInfo
-
- isList(Type) - Static method in class graphql.schema.idl.TypeUtil
-
Returns true
if the provided type is a list type,
otherwise returns false
.
- isListSegment() - Method in class graphql.execution.ResultPath
-
- isListType() - Method in class graphql.execution.ExecutionStepInfo
-
- isMultiLine() - Method in class graphql.language.Description
-
- isNamedSegment() - Method in class graphql.execution.ResultPath
-
- isNonNull(GraphQLType) - Static method in class graphql.schema.GraphQLTypeUtil
-
Returns true if the given type is a non null type
- isNonNull() - Method in class graphql.schema.idl.TypeInfo
-
- isNonNull(Type) - Static method in class graphql.schema.idl.TypeUtil
-
Returns true
if the provided type is a non null type,
otherwise returns false
.
- isNonNullType() - Method in class graphql.execution.ExecutionStepInfo
-
- isNonRepeatable() - Method in class graphql.schema.GraphQLDirective
-
- isNotWrapped(GraphQLType) - Static method in class graphql.schema.GraphQLTypeUtil
-
Returns true if the given type is NOT a non null or list type
- isNullable(GraphQLType) - Static method in class graphql.schema.GraphQLTypeUtil
-
Returns true if the given type is a nullable type
- isNullValue() - Method in class graphql.execution.nextgen.FetchedValueAnalysis
-
- isNullValue() - Method in class graphql.execution.nextgen.result.ResolvedValue
-
- isObjectType(Type) - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
Returns true if the specified type exists in the registry and is an object type
- isParallel() - Method in class graphql.util.DefaultTraverserContext
-
- isParallel() - Method in interface graphql.util.TraverserContext
-
- isPlain() - Method in class graphql.schema.idl.TypeInfo
-
- isPossibleType(GraphQLNamedType, GraphQLObjectType) - Method in class graphql.schema.GraphQLSchema
-
Returns true if a specified concrete type is a possible type of a provided abstract type.
- isPossibleType(GraphQLObjectType) - Method in class graphql.schema.GraphQLUnionType
-
Returns true of the object type is a member of this Union type.
- isPossibleType(Type, Type) - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
Returns true of the abstract type is in implemented by the object or interface type
- isRepeatable() - Method in class graphql.language.DirectiveDefinition
-
An AST node can have multiple directives associated with it IF the directive definition allows
repeatable directives.
- isRepeatable() - Method in class graphql.schema.GraphQLDirective
-
- isRootContext() - Method in class graphql.util.DefaultTraverserContext
-
- isRootContext() - Method in interface graphql.util.TraverserContext
-
Returns true for the root context, which doesn't have a node or a position.
- isRootPath() - Method in class graphql.execution.ResultPath
-
- isScalar(GraphQLType) - Static method in class graphql.schema.GraphQLTypeUtil
-
Returns true if the given type is a scalar type
- isSubTypeOf(Type, Type) - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
Returns true if the maybe type is either equal or a subset of the second super type (covariant).
- isSupportingMutations() - Method in class graphql.schema.GraphQLSchema
-
- isSupportingSubscriptions() - Method in class graphql.schema.GraphQLSchema
-
- isTrivialDataFetcher() - Method in class graphql.execution.instrumentation.parameters.InstrumentationFieldFetchParameters
-
- isTypeNameIntrospectionField() - Method in interface graphql.analysis.QueryVisitorFieldEnvironment
-
- isTypeNameIntrospectionField() - Method in class graphql.analysis.QueryVisitorFieldEnvironmentImpl
-
- isUseAstDefinitions() - Method in class graphql.schema.idl.SchemaPrinter.Options
-
- isValidLiteralValue(Value<?>, GraphQLType, GraphQLSchema) - Method in class graphql.validation.ValidationUtil
-
- isValue() - Method in class graphql.language.BooleanValue
-
- isVisible(VisibleFieldPredicateEnvironment) - Method in interface graphql.schema.transform.VisibleFieldPredicate
-
Test whether a field should be visible.
- isVisited() - Method in class graphql.util.DefaultTraverserContext
-
- isVisited() - Method in interface graphql.util.TraverserContext
-
Informs that the current node has been already "visited"
- isVisitFragmentSpreads() - Method in class graphql.validation.AbstractRule
-
- isWrapped(GraphQLType) - Static method in class graphql.schema.GraphQLTypeUtil
-
Returns true if the given type is a non null or list type, that is a wrapped type
- isWrapped(Type) - Static method in class graphql.schema.idl.TypeUtil
-
Returns true
if the given type is a non null or list type,
that is a wrapped type, otherwise returns false
.
- PageInfo - Interface in graphql.relay
-
- pageInfoType - Static variable in class graphql.relay.Relay
-
- parallelTransformer(NodeAdapter<T>) - Static method in class graphql.util.TreeParallelTransformer
-
- parallelTransformer(NodeAdapter<T>, ForkJoinPool) - Static method in class graphql.util.TreeParallelTransformer
-
- parallelTraverser(Function<? super T, ? extends List<T>>) - Static method in class graphql.util.TreeParallelTraverser
-
- parallelTraverser(Function<? super T, ? extends List<T>>, Object) - Static method in class graphql.util.TreeParallelTraverser
-
- parallelTraverser(Function<? super T, ? extends List<T>>, Object, ForkJoinPool) - Static method in class graphql.util.TreeParallelTraverser
-
- parallelTraverserWithNamedChildren(Function<? super T, Map<String, ? extends List<T>>>, Object) - Static method in class graphql.util.TreeParallelTraverser
-
- parallelTraverserWithNamedChildren(Function<? super T, Map<String, ? extends List<T>>>, Object, ForkJoinPool) - Static method in class graphql.util.TreeParallelTraverser
-
- parent(ExecutionStrategyParameters) - Method in class graphql.execution.ExecutionStrategyParameters.Builder
-
- parent(NormalizedField) - Method in class graphql.normalized.NormalizedField.Builder
-
- parentInfo(ExecutionStepInfo) - Method in class graphql.execution.ExecutionStepInfo.Builder
-
- parentType(GraphQLType) - Method in class graphql.schema.DataFetchingEnvironmentImpl.Builder
-
- parentType(Class<T>) - Method in class graphql.schema.GraphqlTypeComparatorEnvironment.Builder
-
- parse(String) - Static method in class graphql.execution.ResultPath
-
Parses an execution path from the provided path string in the format /segment1/segment2[index]/segmentN
- parse(ExecutionInput) - Static method in class graphql.ParseAndValidate
-
This can be called to parse (but not validate) a graphql query.
- parse(String) - Static method in class graphql.parser.Parser
-
- parse(File) - Method in class graphql.schema.idl.SchemaParser
-
- parse(InputStream) - Method in class graphql.schema.idl.SchemaParser
-
- parse(Reader) - Method in class graphql.schema.idl.SchemaParser
-
- parse(String) - Method in class graphql.schema.idl.SchemaParser
-
- ParseAndValidate - Class in graphql
-
This class allows you to parse and validate a graphql query without executing it.
- ParseAndValidate() - Constructor for class graphql.ParseAndValidate
-
- parseAndValidate(GraphQLSchema, ExecutionInput) - Static method in class graphql.ParseAndValidate
-
This can be called to parse and validate a graphql query against a schema, which is useful if you want to know if it would be acceptable
for execution.
- ParseAndValidateResult - Class in graphql
-
A result object used in
ParseAndValidate
helper that indicates the outcomes of a parse
and validate operation.
- ParseAndValidateResult.Builder - Class in graphql
-
- parseDocument(String) - Method in class graphql.parser.Parser
-
- parseDocument(String, String) - Method in class graphql.parser.Parser
-
- parseDocument(Reader) - Method in class graphql.parser.Parser
-
- parseImpl(Reader) - Method in class graphql.schema.idl.SchemaParser
-
- parseLiteral(Object) - Method in class graphql.scalar.GraphqlBigDecimalCoercing
-
- parseLiteral(Object) - Method in class graphql.scalar.GraphqlBigIntegerCoercing
-
- parseLiteral(Object) - Method in class graphql.scalar.GraphqlBooleanCoercing
-
- parseLiteral(Object) - Method in class graphql.scalar.GraphqlByteCoercing
-
- parseLiteral(Object) - Method in class graphql.scalar.GraphqlCharCoercing
-
- parseLiteral(Object) - Method in class graphql.scalar.GraphqlFloatCoercing
-
- parseLiteral(Object) - Method in class graphql.scalar.GraphqlIDCoercing
-
- parseLiteral(Object) - Method in class graphql.scalar.GraphqlIntCoercing
-
- parseLiteral(Object) - Method in class graphql.scalar.GraphqlLongCoercing
-
- parseLiteral(Object) - Method in class graphql.scalar.GraphqlShortCoercing
-
- parseLiteral(Object) - Method in class graphql.scalar.GraphqlStringCoercing
-
- parseLiteral(Object) - Method in interface graphql.schema.Coercing
-
Called during query validation to convert a query input AST node into a Java object acceptable for the scalar type.
- parseLiteral(Object, Map<String, Object>) - Method in interface graphql.schema.Coercing
-
Called during query execution to convert a query input AST node into a Java object acceptable for the scalar type.
- parseLiteral(Object) - Method in class graphql.schema.GraphQLEnumType
-
- parseOperation(GraphqlParser.OperationTypeContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
-
- Parser - Class in graphql.parser
-
- Parser() - Constructor for class graphql.parser.Parser
-
- parseSingleQuotedString(String) - Static method in class graphql.parser.StringValueParsing
-
- parseTripleQuotedString(String) - Static method in class graphql.parser.StringValueParsing
-
- parseValue(Object) - Method in class graphql.scalar.GraphqlBigDecimalCoercing
-
- parseValue(Object) - Method in class graphql.scalar.GraphqlBigIntegerCoercing
-
- parseValue(Object) - Method in class graphql.scalar.GraphqlBooleanCoercing
-
- parseValue(Object) - Method in class graphql.scalar.GraphqlByteCoercing
-
- parseValue(Object) - Method in class graphql.scalar.GraphqlCharCoercing
-
- parseValue(Object) - Method in class graphql.scalar.GraphqlFloatCoercing
-
- parseValue(Object) - Method in class graphql.scalar.GraphqlIDCoercing
-
- parseValue(Object) - Method in class graphql.scalar.GraphqlIntCoercing
-
- parseValue(Object) - Method in class graphql.scalar.GraphqlLongCoercing
-
- parseValue(Object) - Method in class graphql.scalar.GraphqlShortCoercing
-
- parseValue(Object) - Method in class graphql.scalar.GraphqlStringCoercing
-
- parseValue(Object) - Method in interface graphql.schema.Coercing
-
Called to resolve an input from a query variable into a Java object acceptable for the scalar type.
- parseValue(Object) - Method in class graphql.schema.GraphQLEnumType
-
- path(ResultPath) - Method in class graphql.execution.ExecutionStepInfo.Builder
-
- path(ResultPath) - Method in class graphql.execution.ExecutionStrategyParameters.Builder
-
- path(ResultPath) - Method in class graphql.GraphqlErrorBuilder
-
- path(List<Object>) - Method in class graphql.GraphqlErrorBuilder
-
- path - Variable in class graphql.GraphqlErrorException.BuilderBase
-
- path(List<Object>) - Method in class graphql.GraphqlErrorException.BuilderBase
-
- PERSISTED_QUERY_MARKER - Static variable in class graphql.execution.preparsed.persisted.PersistedQuerySupport
-
In order for
ExecutionInput.getQuery()
to never be null, use this to mark
them so that invariant can be satisfied while assuming that the persisted query id is elsewhere
- PersistedQueryCache - Interface in graphql.execution.preparsed.persisted
-
This interface is used to abstract an actual cache that can cache parsed persistent queries.
- PersistedQueryCacheMiss - Interface in graphql.execution.preparsed.persisted
-
The call back when a valid persisted query is not in cache and it needs to be compiled and validated
by the graphql engine.
- PersistedQueryNotFound - Exception in graphql.execution.preparsed.persisted
-
An exception that indicates the query id is not valid and can be found ever in cache
- PersistedQueryNotFound(Object) - Constructor for exception graphql.execution.preparsed.persisted.PersistedQueryNotFound
-
- PersistedQuerySupport - Class in graphql.execution.preparsed.persisted
-
This abstract class forms the basis for persistent query support.
- PersistedQuerySupport(PersistedQueryCache) - Constructor for class graphql.execution.preparsed.persisted.PersistedQuerySupport
-
- pop() - Method in class graphql.util.TraverserState
-
- PossibleFragmentSpreads - Class in graphql.validation.rules
-
- PossibleFragmentSpreads(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.PossibleFragmentSpreads
-
- possibleType(GraphQLObjectType) - Method in class graphql.schema.GraphQLUnionType.Builder
-
- possibleType(GraphQLTypeReference) - Method in class graphql.schema.GraphQLUnionType.Builder
-
- possibleTypes(GraphQLObjectType...) - Method in class graphql.schema.GraphQLUnionType.Builder
-
- possibleTypes(GraphQLTypeReference...) - Method in class graphql.schema.GraphQLUnionType.Builder
-
- postOrder(NodeVisitor, Node) - Method in class graphql.language.NodeTraverser
-
- postOrder(NodeVisitor, Collection<? extends Node>) - Method in class graphql.language.NodeTraverser
-
Post-Order traversal: This is a specialized version of depthFirst with only the leave phase.
- preOrder(NodeVisitor, Node) - Method in class graphql.language.NodeTraverser
-
- preOrder(NodeVisitor, Collection<? extends Node>) - Method in class graphql.language.NodeTraverser
-
Pre-Order traversal: This is a specialized version of depthFirst with only the enter phase.
- PreparsedDocumentEntry - Class in graphql.execution.preparsed
-
An instance of a preparsed document entry represents the result of a query parse and validation, like
an either implementation it contains either the correct result in the document property or the errors.
- PreparsedDocumentEntry(Document) - Constructor for class graphql.execution.preparsed.PreparsedDocumentEntry
-
- PreparsedDocumentEntry(List<? extends GraphQLError>) - Constructor for class graphql.execution.preparsed.PreparsedDocumentEntry
-
- PreparsedDocumentEntry(GraphQLError) - Constructor for class graphql.execution.preparsed.PreparsedDocumentEntry
-
- PreparsedDocumentProvider - Interface in graphql.execution.preparsed
-
Interface that allows clients to hook in Document caching and/or the whitelisting of queries.
- preparsedDocumentProvider(PreparsedDocumentProvider) - Method in class graphql.GraphQL.Builder
-
- preparsedDocumentProvider(PreparsedDocumentProvider) - Method in class graphql.nextgen.GraphQL.Builder
-
- print() - Method in class graphql.normalized.NormalizedField
-
- print(Document) - Method in class graphql.schema.idl.SchemaPrinter
-
This can print an in memory GraphQL IDL document back to a logical schema definition.
- print(GraphQLSchema) - Method in class graphql.schema.idl.SchemaPrinter
-
This can print an in memory GraphQL schema back to a logical schema definition
- print(GraphQLType) - Method in class graphql.schema.idl.SchemaPrinter
-
- printAst(Node) - Static method in class graphql.language.AstPrinter
-
This will pretty print the AST node in graphql language format
- printAst(Writer, Node) - Static method in class graphql.language.AstPrinter
-
This will pretty print the AST node in graphql language format
- printAstCompact(Node) - Static method in class graphql.language.AstPrinter
-
This will print the Ast node in graphql language format in a compact manner, with no new lines
and comments stripped out of the text.
- printDetails() - Method in class graphql.normalized.NormalizedField
-
- printFullPath() - Method in class graphql.normalized.NormalizedField
-
- PrintStreamReporter - Class in graphql.schema.diff.reporting
-
A reporter that prints its output to a PrintStream
- PrintStreamReporter() - Constructor for class graphql.schema.diff.reporting.PrintStreamReporter
-
- PrintStreamReporter(PrintStream) - Constructor for class graphql.schema.diff.reporting.PrintStreamReporter
-
- process(GraphQLSchema) - Method in interface graphql.schema.idl.SchemaGeneratorPostProcessing
-
Called to transform the schema from its built state into something else
- PropertyDataFetcher<T> - Class in graphql.schema
-
This is the default data fetcher used in graphql-java.
- PropertyDataFetcher(String) - Constructor for class graphql.schema.PropertyDataFetcher
-
- PropertyDataFetcherHelper - Class in graphql.schema
-
This class is the guts of a property data fetcher and also used in AST code to turn
in memory java objects into AST elements
- PropertyDataFetcherHelper() - Constructor for class graphql.schema.PropertyDataFetcherHelper
-
- PropertyFetchingImpl - Class in graphql.schema
-
A re-usable class that can fetch from POJOs
- PropertyFetchingImpl(Class<?>) - Constructor for class graphql.schema.PropertyFetchingImpl
-
- provide(String, String, Object) - Method in interface graphql.execution.ExecutionIdProvider
-
Allows provision of a unique identifier per query execution.
- ProvidedNonNullArguments - Class in graphql.validation.rules
-
- ProvidedNonNullArguments(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.ProvidedNonNullArguments
-
- providesDataFetcher(FieldWiringEnvironment) - Method in class graphql.schema.idl.CombinedWiringFactory
-
- providesDataFetcher(FieldWiringEnvironment) - Method in class graphql.schema.idl.MockedWiringFactory
-
- providesDataFetcher(FieldWiringEnvironment) - Method in class graphql.schema.idl.NoopWiringFactory
-
- providesDataFetcher(FieldWiringEnvironment) - Method in interface graphql.schema.idl.WiringFactory
-
This is called to ask if this factory can provide a data fetcher for the definition
- providesDataFetcherFactory(FieldWiringEnvironment) - Method in class graphql.schema.idl.CombinedWiringFactory
-
- providesDataFetcherFactory(FieldWiringEnvironment) - Method in interface graphql.schema.idl.WiringFactory
-
- providesScalar(ScalarWiringEnvironment) - Method in class graphql.schema.idl.CombinedWiringFactory
-
- providesScalar(ScalarWiringEnvironment) - Method in class graphql.schema.idl.MockedWiringFactory
-
- providesScalar(ScalarWiringEnvironment) - Method in class graphql.schema.idl.NoopWiringFactory
-
- providesScalar(ScalarWiringEnvironment) - Method in interface graphql.schema.idl.WiringFactory
-
This is called to ask if this factory can provide a custom scalar
- providesSchemaDirectiveWiring(SchemaDirectiveWiringEnvironment) - Method in class graphql.schema.idl.CombinedWiringFactory
-
- providesSchemaDirectiveWiring(SchemaDirectiveWiringEnvironment) - Method in interface graphql.schema.idl.WiringFactory
-
This is called to ask if this factory can provide a schema directive wiring.
- providesTypeResolver(InterfaceWiringEnvironment) - Method in class graphql.schema.idl.CombinedWiringFactory
-
- providesTypeResolver(UnionWiringEnvironment) - Method in class graphql.schema.idl.CombinedWiringFactory
-
- providesTypeResolver(InterfaceWiringEnvironment) - Method in class graphql.schema.idl.EchoingWiringFactory
-
- providesTypeResolver(UnionWiringEnvironment) - Method in class graphql.schema.idl.EchoingWiringFactory
-
- providesTypeResolver(InterfaceWiringEnvironment) - Method in class graphql.schema.idl.MockedWiringFactory
-
- providesTypeResolver(UnionWiringEnvironment) - Method in class graphql.schema.idl.MockedWiringFactory
-
- providesTypeResolver(InterfaceWiringEnvironment) - Method in class graphql.schema.idl.NoopWiringFactory
-
- providesTypeResolver(UnionWiringEnvironment) - Method in class graphql.schema.idl.NoopWiringFactory
-
- providesTypeResolver(InterfaceWiringEnvironment) - Method in interface graphql.schema.idl.WiringFactory
-
This is called to ask if this factory can provide a type resolver for the interface
- providesTypeResolver(UnionWiringEnvironment) - Method in interface graphql.schema.idl.WiringFactory
-
This is called to ask if this factory can provide a type resolver for the union
- PublicApi - Annotation Type in graphql
-
This represents code that the graphql-java project considers public API and has an imperative to be stable within
major releases.
- PublicSpi - Annotation Type in graphql
-
This represents code that the graphql-java project considers public SPI and has an imperative to be stable within
major releases.
- pushAll(TraverserContext<T>, Function<? super T, Map<String, ? extends List<T>>>) - Method in class graphql.util.TraverserState
-
- put(K, V) - Method in class graphql.collect.ImmutableMapWithNullValues
-
Deprecated.
- put(Object, Object) - Method in class graphql.GraphQLContext
-
- putAll(Map<? extends K, ? extends V>) - Method in class graphql.collect.ImmutableMapWithNullValues
-
Deprecated.
- putAll(GraphQLContext) - Method in class graphql.GraphQLContext
-
- putIfAbsent(K, V) - Method in class graphql.collect.ImmutableMapWithNullValues
-
Deprecated.
- putOrAdd(String, Object) - Method in class graphql.execution.batched.MapOrList
-
Deprecated.
- scalar(GraphQLScalarType) - Method in class graphql.schema.idl.RuntimeWiring.Builder
-
This allows you to add in new custom Scalar implementations beyond the standard set.
- ScalarInfo - Class in graphql.schema.idl
-
Info on all the standard scalar objects provided by graphql-java
- ScalarInfo() - Constructor for class graphql.schema.idl.ScalarInfo
-
- ScalarLeafs - Class in graphql.validation.rules
-
- ScalarLeafs(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.ScalarLeafs
-
- Scalars - Class in graphql
-
This contains the implementations of the Scalar types that ship with graphql-java.
- Scalars() - Constructor for class graphql.Scalars
-
- scalars() - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
- ScalarTypeDefinition - Class in graphql.language
-
- ScalarTypeDefinition(String, List<Directive>, Description, SourceLocation, List<Comment>, IgnoredChars, Map<String, String>) - Constructor for class graphql.language.ScalarTypeDefinition
-
- ScalarTypeDefinition(String) - Constructor for class graphql.language.ScalarTypeDefinition
-
alternative to using a Builder for convenience
- ScalarTypeDefinition.Builder - Class in graphql.language
-
- ScalarTypeExtensionDefinition - Class in graphql.language
-
- ScalarTypeExtensionDefinition(String, List<Directive>, Description, SourceLocation, List<Comment>, IgnoredChars, Map<String, String>) - Constructor for class graphql.language.ScalarTypeExtensionDefinition
-
- ScalarTypeExtensionDefinition.Builder - Class in graphql.language
-
- scalarTypeExtensions() - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
- ScalarValue<T extends Value> - Interface in graphql.language
-
- ScalarWiringEnvironment - Class in graphql.schema.idl
-
- schema(GraphQLSchema) - Method in class graphql.analysis.QueryTransformer.Builder
-
The schema used to identify the types of the query.
- schema(GraphQLSchema) - Method in class graphql.analysis.QueryTraverser.Builder
-
The schema used to identify the types of the query.
- schema(GraphQLSchema) - Method in class graphql.execution.FieldCollectorParameters.Builder
-
- schema(GraphQLSchema) - Method in class graphql.execution.TypeResolutionParameters.Builder
-
- schema(GraphQLSchema) - Method in class graphql.GraphQL.Builder
-
- schema(GraphQLSchema) - Method in class graphql.nextgen.GraphQL.Builder
-
- schema(GraphQLSchema) - Method in class graphql.normalized.FieldCollectorNormalizedQueryParams.Builder
-
- SCHEMA_ELEMENT_ADAPTER - Static variable in class graphql.schema.GraphQLSchemaElementAdapter
-
- SchemaDefinition - Class in graphql.language
-
- SchemaDefinition(List<Directive>, List<OperationTypeDefinition>, SourceLocation, List<Comment>, IgnoredChars, Map<String, String>, Description) - Constructor for class graphql.language.SchemaDefinition
-
- schemaDefinition() - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
- SchemaDefinition.Builder - Class in graphql.language
-
- SchemaDiff - Class in graphql.schema.diff
-
The SchemaDiff is called with a
DiffSet
and will report the
differences in the graphql schema APIs by raising events to a
DifferenceReporter
- SchemaDiff() - Constructor for class graphql.schema.diff.SchemaDiff
-
Constructs a differ using default options
- SchemaDiff(SchemaDiff.Options) - Constructor for class graphql.schema.diff.SchemaDiff
-
Constructs a differ with the specified options
- SchemaDiff.Options - Class in graphql.schema.diff
-
Options for controlling the diffing process
- SchemaDirectiveWiring - Interface in graphql.schema.idl
-
A SchemaDirectiveWiring is responsible for enhancing a runtime element based on directives placed on that
element in the Schema Definition Language (SDL).
- SchemaDirectiveWiringEnvironment<T extends GraphQLDirectiveContainer> - Interface in graphql.schema.idl
-
- SchemaDirectiveWiringEnvironmentImpl<T extends GraphQLDirectiveContainer> - Class in graphql.schema.idl
-
- SchemaDirectiveWiringEnvironmentImpl(T, List<GraphQLDirective>, GraphQLDirective, SchemaGeneratorDirectiveHelper.Parameters) - Constructor for class graphql.schema.idl.SchemaDirectiveWiringEnvironmentImpl
-
- SchemaElementChildrenContainer - Class in graphql.schema
-
- SchemaElementChildrenContainer.Builder - Class in graphql.schema
-
- SchemaExtensionDefinition - Class in graphql.language
-
- SchemaExtensionDefinition(List<Directive>, List<OperationTypeDefinition>, SourceLocation, List<Comment>, IgnoredChars, Map<String, String>) - Constructor for class graphql.language.SchemaExtensionDefinition
-
- SchemaExtensionDefinition.Builder - Class in graphql.language
-
- SchemaExtensionsChecker - Class in graphql.schema.idl
-
- SchemaExtensionsChecker() - Constructor for class graphql.schema.idl.SchemaExtensionsChecker
-
- SchemaGenerator - Class in graphql.schema.idl
-
This can generate a working runtime schema from a type registry and runtime wiring
- SchemaGenerator() - Constructor for class graphql.schema.idl.SchemaGenerator
-
- SchemaGenerator.Options - Class in graphql.schema.idl
-
These options control how the schema generation works
- SchemaGeneratorDirectiveHelper - Class in graphql.schema.idl
-
This contains the helper code that allows
SchemaDirectiveWiring
implementations
to be invoked during schema generation.
- SchemaGeneratorDirectiveHelper() - Constructor for class graphql.schema.idl.SchemaGeneratorDirectiveHelper
-
- SchemaGeneratorHelper - Class in graphql.schema.idl
-
- SchemaGeneratorHelper() - Constructor for class graphql.schema.idl.SchemaGeneratorHelper
-
- SchemaGeneratorPostProcessing - Interface in graphql.schema.idl
-
These are called by the
SchemaGenerator
after a valid schema has been built
and they can then adjust it accordingly with some sort of post processing.
- SchemaMetaFieldDef - Static variable in class graphql.introspection.Introspection
-
- SchemaMetaFieldDefDataFetcher - Static variable in class graphql.introspection.Introspection
-
- SchemaMissingError - Exception in graphql.schema.idl.errors
-
- SchemaMissingError() - Constructor for exception graphql.schema.idl.errors.SchemaMissingError
-
- SchemaParser - Class in graphql.schema.idl
-
- SchemaParser() - Constructor for class graphql.schema.idl.SchemaParser
-
- SchemaPrinter - Class in graphql.schema.idl
-
This can print an in memory GraphQL schema back to a logical schema definition
- SchemaPrinter() - Constructor for class graphql.schema.idl.SchemaPrinter
-
- SchemaPrinter(SchemaPrinter.Options) - Constructor for class graphql.schema.idl.SchemaPrinter
-
- SchemaPrinter.Options - Class in graphql.schema.idl
-
Options to use when printing a schema
- SchemaProblem - Exception in graphql.schema.idl.errors
-
- SchemaProblem(List<GraphQLError>) - Constructor for exception graphql.schema.idl.errors.SchemaProblem
-
- SchemaRedefinitionError - Exception in graphql.schema.idl.errors
-
- SchemaRedefinitionError(SchemaDefinition, SchemaDefinition) - Constructor for exception graphql.schema.idl.errors.SchemaRedefinitionError
-
- SchemaTransformer - Class in graphql.schema
-
- SchemaTransformer() - Constructor for class graphql.schema.SchemaTransformer
-
- SchemaTraverser - Class in graphql.schema
-
- SchemaTraverser(Function<? super GraphQLSchemaElement, ? extends List<GraphQLSchemaElement>>) - Constructor for class graphql.schema.SchemaTraverser
-
- SchemaTraverser() - Constructor for class graphql.schema.SchemaTraverser
-
- SchemaTypeChecker - Class in graphql.schema.idl
-
This helps pre check the state of the type system to ensure it can be made into an executable schema.
- SchemaTypeChecker() - Constructor for class graphql.schema.idl.SchemaTypeChecker
-
- SchemaUtil - Class in graphql.schema
-
- SchemaUtil() - Constructor for class graphql.schema.SchemaUtil
-
- SchemaValidationError - Class in graphql.schema.validation
-
- SchemaValidationError(SchemaValidationErrorType, String) - Constructor for class graphql.schema.validation.SchemaValidationError
-
- SchemaValidationErrorCollector - Class in graphql.schema.validation
-
- SchemaValidationErrorCollector() - Constructor for class graphql.schema.validation.SchemaValidationErrorCollector
-
- SchemaValidationErrorType - Enum in graphql.schema.validation
-
- SchemaValidationRule - Interface in graphql.schema.validation
-
- SchemaValidator - Class in graphql.schema.validation
-
- SchemaValidator() - Constructor for class graphql.schema.validation.SchemaValidator
-
- SDLDefinition<T extends SDLDefinition> - Interface in graphql.language
-
All Schema Definition Language (SDL) Definitions.
- segment(String) - Method in class graphql.execution.ResultPath
-
Takes the current path and adds a new segment to it, returning a new path
- segment(int) - Method in class graphql.execution.ResultPath
-
Takes the current path and adds a new segment to it, returning a new path
- segmentToString() - Method in class graphql.execution.ResultPath
-
- SelectedField - Interface in graphql.schema
-
- Selection<T extends Selection> - Interface in graphql.language
-
- selection(Selection) - Method in class graphql.language.SelectionSet.Builder
-
- selections(Collection<? extends Selection>) - Method in class graphql.language.SelectionSet.Builder
-
- selectionSet(SelectionSet) - Method in class graphql.language.Field.Builder
-
- selectionSet(SelectionSet) - Method in class graphql.language.FragmentDefinition.Builder
-
- selectionSet(SelectionSet) - Method in class graphql.language.InlineFragment.Builder
-
- selectionSet(SelectionSet) - Method in class graphql.language.OperationDefinition.Builder
-
- SelectionSet - Class in graphql.language
-
- SelectionSet(Collection<? extends Selection>, SourceLocation, List<Comment>, IgnoredChars, Map<String, String>) - Constructor for class graphql.language.SelectionSet
-
- SelectionSet(Collection<? extends Selection>) - Constructor for class graphql.language.SelectionSet
-
alternative to using a Builder for convenience
- selectionSet(DataFetchingFieldSelectionSet) - Method in class graphql.schema.DataFetchingEnvironmentImpl.Builder
-
- SelectionSet.Builder - Class in graphql.language
-
- SelectionSetContainer<T extends Node> - Interface in graphql.language
-
- SerializationError - Class in graphql
-
- SerializationError(ResultPath, CoercingSerializeException) - Constructor for class graphql.SerializationError
-
- serialize(Object) - Method in class graphql.scalar.GraphqlBigDecimalCoercing
-
- serialize(Object) - Method in class graphql.scalar.GraphqlBigIntegerCoercing
-
- serialize(Object) - Method in class graphql.scalar.GraphqlBooleanCoercing
-
- serialize(Object) - Method in class graphql.scalar.GraphqlByteCoercing
-
- serialize(Object) - Method in class graphql.scalar.GraphqlCharCoercing
-
- serialize(Object) - Method in class graphql.scalar.GraphqlFloatCoercing
-
- serialize(Object) - Method in class graphql.scalar.GraphqlIDCoercing
-
- serialize(Object) - Method in class graphql.scalar.GraphqlIntCoercing
-
- serialize(Object) - Method in class graphql.scalar.GraphqlLongCoercing
-
- serialize(Object) - Method in class graphql.scalar.GraphqlShortCoercing
-
- serialize(Object) - Method in class graphql.scalar.GraphqlStringCoercing
-
- serialize(Object) - Method in interface graphql.schema.Coercing
-
Called to convert a Java object result of a DataFetcher to a valid runtime value for the scalar type.
- serialize(Object) - Method in class graphql.schema.GraphQLEnumType
-
- serializeScalarValue(Object, GraphQLScalarType) - Method in class graphql.execution.nextgen.FetchedValueAnalyzer
-
- setAccumulate(Object) - Method in class graphql.util.DefaultTraverserContext
-
- setAccumulate(Object) - Method in interface graphql.util.TraverserContext
-
Sets the new accumulate value.
- setComparators(GraphqlTypeComparatorRegistry) - Method in class graphql.schema.idl.SchemaPrinter.Options
-
The comparator registry controls the printing order for registered GraphQLType
s.
- setFieldDataFetcher(DataFetcher<?>) - Method in interface graphql.schema.idl.SchemaDirectiveWiringEnvironment
-
This is a shortcut method to set a new data fetcher in the underlying
GraphQLCodeRegistry
against the current field.
- setFieldDataFetcher(DataFetcher<?>) - Method in class graphql.schema.idl.SchemaDirectiveWiringEnvironmentImpl
-
- setTypeResolver(TypeResolver) - Method in class graphql.schema.TypeResolverProxy
-
- setUseNegativeCache(boolean) - Static method in class graphql.schema.PropertyDataFetcher
-
This can be used to control whether PropertyDataFetcher will cache negative lookups for a property for performance reasons.
- setUseNegativeCache(boolean) - Static method in class graphql.schema.PropertyDataFetcherHelper
-
- setUseNegativeCache(boolean) - Method in class graphql.schema.PropertyFetchingImpl
-
- setUseSetAccessible(boolean) - Static method in class graphql.schema.PropertyDataFetcher
-
This can be used to control whether PropertyDataFetcher will use AccessibleObject.setAccessible(boolean)
to gain access to property
values.
- setUseSetAccessible(boolean) - Static method in class graphql.schema.PropertyDataFetcherHelper
-
- setUseSetAccessible(boolean) - Method in class graphql.schema.PropertyFetchingImpl
-
- setVar(Class<? super S>, S) - Method in class graphql.util.DefaultTraverserContext
-
- setVar(Class<? super S>, S) - Method in interface graphql.util.TraverserContext
-
Stores a variable in the context
- setVisitFragmentSpreads(boolean) - Method in class graphql.validation.AbstractRule
-
- shouldInclude(Map<String, Object>, List<Directive>) - Method in class graphql.execution.ConditionalNodes
-
- sibling(String) - Method in class graphql.execution.ResultPath
-
- sibling(int) - Method in class graphql.execution.ResultPath
-
- signatureQuery(Document, String) - Method in class graphql.language.AstSignature
-
This can produce a "signature" canonical AST that conforms to the algorithm as outlined
here
which removes excess operations, removes any field aliases, hides literal values and sorts the result into a canonical
query
- simple(T) - Static method in class graphql.util.DefaultTraverserContext
-
- SimpleDataFetcherExceptionHandler - Class in graphql.execution
-
- SimpleDataFetcherExceptionHandler() - Constructor for class graphql.execution.SimpleDataFetcherExceptionHandler
-
- SimpleFieldValidation - Class in graphql.execution.instrumentation.fieldvalidation
-
This very simple field validation will run the supplied function for a given field path and if it returns an error
it will be added to the list of problems.
- SimpleFieldValidation() - Constructor for class graphql.execution.instrumentation.fieldvalidation.SimpleFieldValidation
-
- SimpleInstrumentation - Class in graphql.execution.instrumentation
-
- SimpleInstrumentation() - Constructor for class graphql.execution.instrumentation.SimpleInstrumentation
-
- SimpleInstrumentationContext<T> - Class in graphql.execution.instrumentation
-
- SimpleInstrumentationContext() - Constructor for class graphql.execution.instrumentation.SimpleInstrumentationContext
-
- SimpleListConnection<T> - Class in graphql.relay
-
- SimpleListConnection(List<T>, String) - Constructor for class graphql.relay.SimpleListConnection
-
- SimpleListConnection(List<T>) - Constructor for class graphql.relay.SimpleListConnection
-
- simplePrint() - Method in class graphql.execution.ExecutionStepInfo
-
- simplePrint(GraphQLType) - Static method in class graphql.schema.GraphQLTypeUtil
-
This will return the type in graphql SDL format, eg [typeName!]!
- simplePrint(GraphQLSchemaElement) - Static method in class graphql.schema.GraphQLTypeUtil
-
- simplePrint(Type) - Static method in class graphql.schema.idl.TypeUtil
-
This will return the type in graphql SDL format, eg [typeName!]!
- SingleSubscriberPublisher<T> - Class in graphql.execution.reactive
-
A Publisher of things that are buffered and handles a single subscriber at a time.
- SingleSubscriberPublisher() - Constructor for class graphql.execution.reactive.SingleSubscriberPublisher
-
Constructs a publisher with no callback when subscribed
- SingleSubscriberPublisher(SingleSubscriberPublisher.OnSubscriptionCallback) - Constructor for class graphql.execution.reactive.SingleSubscriberPublisher
-
The producing code can provide a callback to know when the subscriber attaches
- SingleSubscriberPublisher.OnSubscriptionCallback - Interface in graphql.execution.reactive
-
This is called when a subscription is made to the publisher
- size() - Method in class graphql.collect.ImmutableMapWithNullValues
-
- size() - Method in class graphql.execution.MergedSelectionSet
-
- size() - Method in class graphql.util.NodeMultiZipper
-
- SkipDirective - Static variable in class graphql.Directives
-
- snapshotTracingData() - Method in class graphql.execution.instrumentation.tracing.TracingSupport
-
This will snapshot this tracing and return a map of the results
- sort(T) - Method in class graphql.language.AstSorter
-
This will sort nodes in specific orders and then alphabetically.
- sortTypes(Comparator<? super GraphQLSchemaElement>, Collection<T>) - Static method in class graphql.schema.GraphqlTypeComparators
-
This sorts the list of
GraphQLType
objects (by name) and allocates a new sorted
list back.
- source(Object) - Method in class graphql.execution.ExecutionStrategyParameters.Builder
-
- source(Object) - Method in class graphql.execution.nextgen.FieldSubSelection.Builder
-
- source(Object) - Method in class graphql.schema.DataFetchingEnvironmentImpl.Builder
-
- SourceAndLine() - Constructor for class graphql.parser.MultiSourceReader.SourceAndLine
-
- sourceLocation(SourceLocation) - Method in class graphql.GraphqlErrorException.BuilderBase
-
- sourceLocation(SourceLocation) - Method in class graphql.language.Argument.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.ArrayValue.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.BooleanValue.Builder
-
- sourceLocation - Variable in class graphql.language.Comment
-
- sourceLocation - Variable in class graphql.language.Description
-
- sourceLocation(SourceLocation) - Method in class graphql.language.Directive.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.DirectiveDefinition.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.DirectiveLocation.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.Document.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.EnumTypeDefinition.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.EnumTypeExtensionDefinition.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.EnumValue.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.EnumValueDefinition.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.Field.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.FieldDefinition.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.FloatValue.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.FragmentDefinition.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.FragmentSpread.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.InlineFragment.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.InputObjectTypeDefinition.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.InputObjectTypeExtensionDefinition.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.InputValueDefinition.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.InterfaceTypeDefinition.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.InterfaceTypeExtensionDefinition.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.IntValue.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.ListType.Builder
-
- sourceLocation(SourceLocation) - Method in interface graphql.language.NodeBuilder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.NonNullType.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.NullValue.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.ObjectField.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.ObjectTypeDefinition.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.ObjectTypeExtensionDefinition.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.ObjectValue.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.OperationDefinition.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.OperationTypeDefinition.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.ScalarTypeDefinition.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.ScalarTypeExtensionDefinition.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.SchemaDefinition.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.SchemaExtensionDefinition.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.SelectionSet.Builder
-
- SourceLocation - Class in graphql.language
-
- SourceLocation(int, int) - Constructor for class graphql.language.SourceLocation
-
- SourceLocation(int, int, String) - Constructor for class graphql.language.SourceLocation
-
- sourceLocation(SourceLocation) - Method in class graphql.language.StringValue.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.TypeName.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.UnionTypeDefinition.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.UnionTypeExtensionDefinition.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.VariableDefinition.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.language.VariableReference.Builder
-
- sourceLocation(SourceLocation) - Method in class graphql.validation.ValidationError.Builder
-
- sourceLocations - Variable in class graphql.GraphqlErrorException.BuilderBase
-
- sourceLocations(List<SourceLocation>) - Method in class graphql.GraphqlErrorException.BuilderBase
-
- sourceLocations(List<SourceLocation>) - Method in class graphql.validation.ValidationError.Builder
-
- SPECIFIED_BY_DIRECTIVE_DEFINITION - Static variable in class graphql.Directives
-
- SpecifiedByDirective - Static variable in class graphql.Directives
-
The "specifiedBy" directive allows to provide a specification URL for a Scalar
- specifiedByUrl(String) - Method in class graphql.schema.GraphQLScalarType.Builder
-
- StaticDataFetcher - Class in graphql.schema
-
- StaticDataFetcher(Object) - Constructor for class graphql.schema.StaticDataFetcher
-
- staticValue(Object) - Method in class graphql.schema.GraphQLFieldDefinition.Builder
-
- stream() - Method in class graphql.GraphQLContext
-
- string(String, String) - Method in class graphql.parser.MultiSourceReader.Builder
-
- StringValue - Class in graphql.language
-
- StringValue(String, SourceLocation, List<Comment>, IgnoredChars, Map<String, String>) - Constructor for class graphql.language.StringValue
-
- StringValue(String) - Constructor for class graphql.language.StringValue
-
alternative to using a Builder for convenience
- StringValue.Builder - Class in graphql.language
-
- StringValueParsing - Class in graphql.parser
-
Contains parsing code for the StringValue types in the grammar
- StringValueParsing() - Constructor for class graphql.parser.StringValueParsing
-
- subFields(Map<String, MergedField>) - Method in class graphql.execution.MergedSelectionSet.Builder
-
- subscribe(Subscriber<? super D>) - Method in class graphql.execution.reactive.CompletionStageMappingPublisher
-
- subscribe(Subscriber<? super T>) - Method in class graphql.execution.reactive.SingleSubscriberPublisher
-
- subscription(GraphQLObjectType.Builder) - Method in class graphql.schema.GraphQLSchema.Builder
-
- subscription(GraphQLObjectType) - Method in class graphql.schema.GraphQLSchema.Builder
-
- SubscriptionExecutionStrategy - Class in graphql.execution
-
An execution strategy that implements graphql subscriptions by using reactive-streams
as the output result of the subscription query.
- SubscriptionExecutionStrategy() - Constructor for class graphql.execution.SubscriptionExecutionStrategy
-
- SubscriptionExecutionStrategy(DataFetcherExceptionHandler) - Constructor for class graphql.execution.SubscriptionExecutionStrategy
-
- subscriptionExecutionStrategy(ExecutionStrategy) - Method in class graphql.GraphQL.Builder
-
- subscriptionStrategy(ExecutionStrategy) - Method in class graphql.execution.ExecutionContextBuilder
-
- syntaxException(InvalidSyntaxException) - Method in class graphql.ParseAndValidateResult.Builder
-
- systemCoordinates(String) - Static method in class graphql.schema.FieldCoordinates
-
The exception to the general rule is the system __xxxx Introspection fields which have no parent type and
are able to be specified on any type
- systemDataFetcher(FieldCoordinates, DataFetcher<?>) - Method in class graphql.schema.GraphQLCodeRegistry.Builder
-
Called to place system data fetchers (eg Introspection fields) into the mix
- thisNode() - Method in class graphql.util.DefaultTraverserContext
-
- thisNode() - Method in interface graphql.util.TraverserContext
-
Returns current node being visited.
- ThreadSafe - Annotation Type in graphql
-
This represents code that is known to be mutable but thread safe.
- toCollection(Object) - Static method in class graphql.util.FpKit
-
Converts an object that should be an Iterable into a Collection efficiently, leaving
it alone if it is already is one.
- toCompletableFuture(T) - Static method in class graphql.execution.Async
-
Turns an object T into a CompletableFuture if its not already
- toExecutionResult() - Method in exception graphql.execution.AbortExecutionException
-
This is useful for turning this abort signal into an execution result which
is an error state with the underlying errors in it.
- toExecutionResult(RootExecutionResultNode) - Static method in class graphql.execution.nextgen.result.ResultNodesUtil
-
- toGlobalId(String, String) - Method in class graphql.relay.Relay
-
- toImmutableMapOfLists(Map<K, List<V>>) - Static method in class graphql.collect.ImmutableKit
-
ImmutableMaps are hard to build via Map.computeIfAbsent(Object, Function)
style.
- toInvalidSyntaxError() - Method in exception graphql.parser.InvalidSyntaxException
-
- toIterable(Object) - Method in class graphql.execution.ExecutionStrategy
-
Converts an object that is known to should be an Iterable into one
- toIterable(ExecutionContext, ExecutionStrategyParameters, Object) - Method in class graphql.execution.ExecutionStrategy
-
- toIterable(Object) - Static method in class graphql.util.FpKit
-
- toList() - Method in class graphql.execution.ResultPath
-
- toList() - Method in class graphql.language.NodeParentTree
-
- toList() - Method in class graphql.schema.GraphqlElementParentTree
-
- toObject() - Method in class graphql.execution.batched.MapOrList
-
Deprecated.
- toResult() - Method in class graphql.GraphqlErrorBuilder
-
- toRoot() - Method in class graphql.util.NodeZipper
-
- toRootNode() - Method in class graphql.util.NodeMultiZipper
-
- toSize(Object) - Static method in class graphql.util.FpKit
-
- toSpecification(GraphQLError) - Method in interface graphql.ErrorClassification
-
This is called to create a representation of the error classification
that can be put into the `extensions` map of the graphql error under the key 'classification'
when
GraphQLError.toSpecification()
is called
- toSpecification() - Method in interface graphql.ExecutionResult
-
The graphql specification says that result of a call should be a map that follows certain rules on what items
should be present.
- toSpecification() - Method in class graphql.ExecutionResultImpl
-
- toSpecification() - Method in interface graphql.GraphQLError
-
The graphql specification says that result of a call should be a map that follows certain rules on what items
should be present.
- toSpecification(GraphQLError) - Static method in class graphql.GraphqlErrorHelper
-
- toString() - Method in class graphql.analysis.FieldComplexityEnvironment
-
- toString() - Method in class graphql.analysis.QueryComplexityInfo
-
- toString() - Method in class graphql.analysis.QueryDepthInfo
-
- toString() - Method in class graphql.analysis.QueryVisitorFieldArgumentEnvironmentImpl
-
- toString() - Method in class graphql.analysis.QueryVisitorFieldArgumentInputValueImpl
-
- toString() - Method in class graphql.analysis.QueryVisitorFieldArgumentValueEnvironmentImpl
-
- toString() - Method in class graphql.analysis.QueryVisitorFieldEnvironmentImpl
-
- toString() - Method in class graphql.analysis.QueryVisitorFragmentDefinitionEnvironmentImpl
-
- toString() - Method in class graphql.analysis.QueryVisitorInlineFragmentEnvironmentImpl
-
- toString() - Method in class graphql.ExceptionWhileDataFetching
-
- toString() - Method in class graphql.execution.ExecutionId
-
- toString() - Method in class graphql.execution.ExecutionStepInfo
-
- toString() - Method in class graphql.execution.ExecutionStrategyParameters
-
- toString() - Method in class graphql.execution.FetchedValue
-
- toString() - Method in class graphql.execution.FieldValueInfo
-
- toString() - Method in class graphql.execution.MergedField
-
- toString() - Method in class graphql.execution.nextgen.FetchedValueAnalysis
-
- toString() - Method in class graphql.execution.nextgen.FieldSubSelection
-
- toString() - Method in class graphql.execution.nextgen.result.ExecutionResultNode
-
- toString() - Method in class graphql.execution.NonNullableFieldWasNullError
-
- toString() - Method in exception graphql.execution.NonNullableFieldWasNullException
-
- toString() - Method in exception graphql.execution.preparsed.persisted.PersistedQueryNotFound
-
- toString() - Method in class graphql.execution.ResultPath
-
- toString() - Method in class graphql.ExecutionInput
-
- toString() - Method in class graphql.ExecutionResultImpl
-
- toString() - Method in class graphql.InvalidSyntaxError
-
- toString() - Method in class graphql.language.Argument
-
- toString() - Method in class graphql.language.ArrayValue
-
- toString() - Method in class graphql.language.BooleanValue
-
- toString() - Method in class graphql.language.Directive
-
- toString() - Method in class graphql.language.DirectiveDefinition
-
- toString() - Method in class graphql.language.DirectiveLocation
-
- toString() - Method in class graphql.language.Document
-
- toString() - Method in class graphql.language.EnumTypeDefinition
-
- toString() - Method in class graphql.language.EnumTypeExtensionDefinition
-
- toString() - Method in class graphql.language.EnumValue
-
- toString() - Method in class graphql.language.EnumValueDefinition
-
- toString() - Method in class graphql.language.Field
-
- toString() - Method in class graphql.language.FieldDefinition
-
- toString() - Method in class graphql.language.FloatValue
-
- toString() - Method in class graphql.language.FragmentDefinition
-
- toString() - Method in class graphql.language.FragmentSpread
-
- toString() - Method in class graphql.language.IgnoredChar
-
- toString() - Method in class graphql.language.InlineFragment
-
- toString() - Method in class graphql.language.InputObjectTypeDefinition
-
- toString() - Method in class graphql.language.InputObjectTypeExtensionDefinition
-
- toString() - Method in class graphql.language.InputValueDefinition
-
- toString() - Method in class graphql.language.InterfaceTypeDefinition
-
- toString() - Method in class graphql.language.InterfaceTypeExtensionDefinition
-
- toString() - Method in class graphql.language.IntValue
-
- toString() - Method in class graphql.language.ListType
-
- toString() - Method in class graphql.language.NodeParentTree
-
- toString() - Method in class graphql.language.NonNullType
-
- toString() - Method in class graphql.language.NullValue
-
- toString() - Method in class graphql.language.ObjectField
-
- toString() - Method in class graphql.language.ObjectTypeDefinition
-
- toString() - Method in class graphql.language.ObjectTypeExtensionDefinition
-
- toString() - Method in class graphql.language.ObjectValue
-
- toString() - Method in class graphql.language.OperationDefinition
-
- toString() - Method in class graphql.language.OperationTypeDefinition
-
- toString() - Method in class graphql.language.ScalarTypeDefinition
-
- toString() - Method in class graphql.language.ScalarTypeExtensionDefinition
-
- toString() - Method in class graphql.language.SchemaDefinition
-
- toString() - Method in class graphql.language.SchemaExtensionDefinition
-
- toString() - Method in class graphql.language.SelectionSet
-
- toString() - Method in class graphql.language.SourceLocation
-
- toString() - Method in class graphql.language.StringValue
-
- toString() - Method in class graphql.language.TypeName
-
- toString() - Method in class graphql.language.UnionTypeDefinition
-
- toString() - Method in class graphql.language.UnionTypeExtensionDefinition
-
- toString() - Method in class graphql.language.VariableDefinition
-
- toString() - Method in class graphql.language.VariableReference
-
- toString() - Method in class graphql.normalized.NormalizedField
-
- toString() - Method in class graphql.parser.MultiSourceReader.SourceAndLine
-
- toString() - Method in class graphql.relay.DefaultConnection
-
- toString() - Method in class graphql.relay.DefaultConnectionCursor
-
- toString() - Method in class graphql.relay.DefaultEdge
-
- toString() - Method in class graphql.relay.DefaultPageInfo
-
- toString() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- toString() - Method in class graphql.schema.DataFetchingFieldSelectionSetImpl
-
- toString() - Method in class graphql.schema.diff.DiffEvent
-
- toString() - Method in class graphql.schema.FieldCoordinates
-
- toString() - Method in class graphql.schema.GraphQLArgument
-
- toString() - Method in class graphql.schema.GraphQLDirective
-
- toString() - Method in class graphql.schema.GraphqlElementParentTree
-
- toString() - Method in class graphql.schema.GraphQLEnumType
-
- toString() - Method in class graphql.schema.GraphQLEnumValueDefinition
-
- toString() - Method in class graphql.schema.GraphQLFieldDefinition
-
- toString() - Method in class graphql.schema.GraphQLInputObjectField
-
- toString() - Method in class graphql.schema.GraphQLInputObjectType
-
- toString() - Method in class graphql.schema.GraphQLInterfaceType
-
- toString() - Method in class graphql.schema.GraphQLList
-
- toString() - Method in class graphql.schema.GraphQLNonNull
-
- toString() - Method in class graphql.schema.GraphQLObjectType
-
- toString() - Method in class graphql.schema.GraphQLScalarType
-
- toString() - Method in class graphql.schema.GraphQLTypeReference
-
- toString() - Method in class graphql.schema.GraphQLUnionType
-
- toString() - Method in exception graphql.schema.idl.errors.SchemaProblem
-
- toString() - Method in class graphql.schema.idl.TypeInfo
-
- toString() - Method in class graphql.SerializationError
-
- toString() - Method in class graphql.TypeMismatchError
-
- toString() - Method in class graphql.UnresolvedTypeError
-
- toString() - Method in class graphql.util.NodeLocation
-
- toString() - Method in class graphql.util.NodeZipper
-
- toString() - Method in class graphql.validation.AbstractRule
-
- toString() - Method in class graphql.validation.ValidationContext
-
- toString() - Method in class graphql.validation.ValidationError
-
- toString() - Method in class graphql.validation.ValidationErrorCollector
-
- TracingInstrumentation - Class in graphql.execution.instrumentation.tracing
-
- TracingInstrumentation() - Constructor for class graphql.execution.instrumentation.tracing.TracingInstrumentation
-
- TracingInstrumentation(TracingInstrumentation.Options) - Constructor for class graphql.execution.instrumentation.tracing.TracingInstrumentation
-
- TracingInstrumentation.Options - Class in graphql.execution.instrumentation.tracing
-
- TracingSupport - Class in graphql.execution.instrumentation.tracing
-
This creates a map of tracing information as outlined in https://github.com/apollographql/apollo-tracing
- TracingSupport(boolean) - Constructor for class graphql.execution.instrumentation.tracing.TracingSupport
-
The timer starts as soon as you create this object
- TracingSupport.TracingContext - Interface in graphql.execution.instrumentation.tracing
-
- trackData(boolean) - Method in class graphql.parser.MultiSourceReader.Builder
-
- transform(QueryVisitor) - Method in class graphql.analysis.QueryTransformer
-
- transform(Consumer<DataFetcherResult.Builder<T>>) - Method in class graphql.execution.DataFetcherResult
-
This helps you transform the current DataFetcherResult into another one by starting a builder with all
the current values and allows you to transform it how you want.
- transform(Consumer<ExecutionContextBuilder>) - Method in class graphql.execution.ExecutionContext
-
This helps you transform the current ExecutionContext object into another one by starting a builder with all
the current values and allows you to transform it how you want.
- transform(Consumer<ExecutionStepInfo.Builder>) - Method in class graphql.execution.ExecutionStepInfo
-
- transform(Consumer<ExecutionStrategyParameters.Builder>) - Method in class graphql.execution.ExecutionStrategyParameters
-
- transform(Consumer<FetchedValue.Builder>) - Method in class graphql.execution.FetchedValue
-
- transform(Consumer<DocumentAndVariables.Builder>) - Method in class graphql.execution.instrumentation.DocumentAndVariables
-
- transform(Consumer<MergedField.Builder>) - Method in class graphql.execution.MergedField
-
- transform(Consumer<ResolvedValue.Builder>) - Method in class graphql.execution.nextgen.result.ResolvedValue
-
- transform(Consumer<ExecutionInput.Builder>) - Method in class graphql.ExecutionInput
-
This helps you transform the current ExecutionInput object into another one by starting a builder with all
the current values and allows you to transform it how you want.
- transform(Consumer<ExecutionResultImpl.Builder>) - Method in class graphql.ExecutionResultImpl
-
- transform(Consumer<GraphQL.Builder>) - Method in class graphql.GraphQL
-
This helps you transform the current GraphQL object into another one by starting a builder with all
the current values and allows you to transform it how you want.
- transform(Consumer<Argument.Builder>) - Method in class graphql.language.Argument
-
- transform(Consumer<ArrayValue.Builder>) - Method in class graphql.language.ArrayValue
-
- transform(Node, NodeVisitor) - Method in class graphql.language.AstTransformer
-
- transform(Consumer<BooleanValue.Builder>) - Method in class graphql.language.BooleanValue
-
- transform(Consumer<Directive.Builder>) - Method in class graphql.language.Directive
-
- transform(Consumer<DirectiveDefinition.Builder>) - Method in class graphql.language.DirectiveDefinition
-
- transform(Consumer<DirectiveLocation.Builder>) - Method in class graphql.language.DirectiveLocation
-
- transform(Consumer<Document.Builder>) - Method in class graphql.language.Document
-
- transform(Consumer<EnumTypeDefinition.Builder>) - Method in class graphql.language.EnumTypeDefinition
-
- transform(Consumer<EnumValue.Builder>) - Method in class graphql.language.EnumValue
-
- transform(Consumer<EnumValueDefinition.Builder>) - Method in class graphql.language.EnumValueDefinition
-
- transform(Consumer<Field.Builder>) - Method in class graphql.language.Field
-
- transform(Consumer<FieldDefinition.Builder>) - Method in class graphql.language.FieldDefinition
-
- transform(Consumer<FloatValue.Builder>) - Method in class graphql.language.FloatValue
-
- transform(Consumer<FragmentDefinition.Builder>) - Method in class graphql.language.FragmentDefinition
-
- transform(Consumer<FragmentSpread.Builder>) - Method in class graphql.language.FragmentSpread
-
- transform(Consumer<InlineFragment.Builder>) - Method in class graphql.language.InlineFragment
-
- transform(Consumer<InputObjectTypeDefinition.Builder>) - Method in class graphql.language.InputObjectTypeDefinition
-
- transform(Consumer<InputValueDefinition.Builder>) - Method in class graphql.language.InputValueDefinition
-
- transform(Consumer<InterfaceTypeDefinition.Builder>) - Method in class graphql.language.InterfaceTypeDefinition
-
- transform(Consumer<IntValue.Builder>) - Method in class graphql.language.IntValue
-
- transform(Consumer<ListType.Builder>) - Method in class graphql.language.ListType
-
- transform(Consumer<NodeChildrenContainer.Builder>) - Method in class graphql.language.NodeChildrenContainer
-
- transform(Consumer<NonNullType.Builder>) - Method in class graphql.language.NonNullType
-
- transform(Consumer<NullValue.Builder>) - Method in class graphql.language.NullValue
-
- transform(Consumer<ObjectField.Builder>) - Method in class graphql.language.ObjectField
-
- transform(Consumer<ObjectTypeDefinition.Builder>) - Method in class graphql.language.ObjectTypeDefinition
-
- transform(Consumer<ObjectValue.Builder>) - Method in class graphql.language.ObjectValue
-
- transform(Consumer<OperationDefinition.Builder>) - Method in class graphql.language.OperationDefinition
-
- transform(Consumer<OperationTypeDefinition.Builder>) - Method in class graphql.language.OperationTypeDefinition
-
- transform(Consumer<ScalarTypeDefinition.Builder>) - Method in class graphql.language.ScalarTypeDefinition
-
- transform(Consumer<SchemaDefinition.Builder>) - Method in class graphql.language.SchemaDefinition
-
- transform(Consumer<SelectionSet.Builder>) - Method in class graphql.language.SelectionSet
-
- transform(Consumer<StringValue.Builder>) - Method in class graphql.language.StringValue
-
- transform(Consumer<TypeName.Builder>) - Method in class graphql.language.TypeName
-
- transform(Consumer<UnionTypeDefinition.Builder>) - Method in class graphql.language.UnionTypeDefinition
-
- transform(Consumer<VariableDefinition.Builder>) - Method in class graphql.language.VariableDefinition
-
- transform(Consumer<VariableReference.Builder>) - Method in class graphql.language.VariableReference
-
- transform(Consumer<GraphQL.Builder>) - Method in class graphql.nextgen.GraphQL
-
This helps you transform the current GraphQL object into another one by starting a builder with all
the current values and allows you to transform it how you want.
- transform(Consumer<NormalizedField.Builder>) - Method in class graphql.normalized.NormalizedField
-
- transform(Consumer<ParseAndValidateResult.Builder>) - Method in class graphql.ParseAndValidateResult
-
- transform(Consumer<GraphQLArgument.Builder>) - Method in class graphql.schema.GraphQLArgument
-
This helps you transform the current GraphQLArgument into another one by starting a builder with all
the current values and allows you to transform it how you want.
- transform(Consumer<GraphQLCodeRegistry.Builder>) - Method in class graphql.schema.GraphQLCodeRegistry
-
This helps you transform the current
GraphQLCodeRegistry
object into another one by starting a builder with all
the current values and allows you to transform it how you want.
- transform(Consumer<GraphQLDirective.Builder>) - Method in class graphql.schema.GraphQLDirective
-
This helps you transform the current GraphQLDirective into another one by starting a builder with all
the current values and allows you to transform it how you want.
- transform(Consumer<GraphQLEnumType.Builder>) - Method in class graphql.schema.GraphQLEnumType
-
This helps you transform the current GraphQLEnumType into another one by starting a builder with all
the current values and allows you to transform it how you want.
- transform(Consumer<GraphQLEnumValueDefinition.Builder>) - Method in class graphql.schema.GraphQLEnumValueDefinition
-
This helps you transform the current GraphQLEnumValueDefinition into another one by starting a builder with all
the current values and allows you to transform it how you want.
- transform(Consumer<GraphQLFieldDefinition.Builder>) - Method in class graphql.schema.GraphQLFieldDefinition
-
This helps you transform the current GraphQLFieldDefinition into another one by starting a builder with all
the current values and allows you to transform it how you want.
- transform(Consumer<GraphQLInputObjectField.Builder>) - Method in class graphql.schema.GraphQLInputObjectField
-
This helps you transform the current GraphQLInputObjectField into another one by starting a builder with all
the current values and allows you to transform it how you want.
- transform(Consumer<GraphQLInputObjectType.Builder>) - Method in class graphql.schema.GraphQLInputObjectType
-
This helps you transform the current GraphQLInputObjectType into another one by starting a builder with all
the current values and allows you to transform it how you want.
- transform(Consumer<GraphQLInterfaceType.Builder>) - Method in class graphql.schema.GraphQLInterfaceType
-
This helps you transform the current GraphQLInterfaceType into another one by starting a builder with all
the current values and allows you to transform it how you want.
- transform(Consumer<GraphQLObjectType.Builder>) - Method in class graphql.schema.GraphQLObjectType
-
This helps you transform the current GraphQLObjectType into another one by starting a builder with all
the current values and allows you to transform it how you want.
- transform(Consumer<GraphQLScalarType.Builder>) - Method in class graphql.schema.GraphQLScalarType
-
This helps you transform the current GraphQLObjectType into another one by starting a builder with all
the current values and allows you to transform it how you want.
- transform(Consumer<GraphQLSchema.Builder>) - Method in class graphql.schema.GraphQLSchema
-
This helps you transform the current GraphQLSchema object into another one by starting a builder with all
the current values and allows you to transform it how you want.
- transform(Consumer<GraphqlTypeComparatorEnvironment.Builder>) - Method in class graphql.schema.GraphqlTypeComparatorEnvironment
-
This helps you transform the current GraphqlTypeComparatorEnvironment
into another one by starting a builder with all
the current values and allows you to transform it how you want.
- transform(Consumer<GraphQLUnionType.Builder>) - Method in class graphql.schema.GraphQLUnionType
-
This helps you transform the current GraphQLUnionType into another one by starting a builder with all
the current values and allows you to transform it how you want.
- transform(Consumer<SchemaElementChildrenContainer.Builder>) - Method in class graphql.schema.SchemaElementChildrenContainer
-
- transform(GraphQLSchema, GraphQLTypeVisitor) - Method in class graphql.schema.SchemaTransformer
-
- transform(GraphQLSchema, GraphQLTypeVisitor, Consumer<GraphQLSchema.Builder>) - Method in class graphql.schema.SchemaTransformer
-
- transform(T, GraphQLTypeVisitor) - Method in class graphql.schema.SchemaTransformer
-
- transform(T, TraverserVisitor<? super T>) - Method in class graphql.util.TreeParallelTransformer
-
- transform(T, TraverserVisitor<T>) - Method in class graphql.util.TreeTransformer
-
- transform(T, TraverserVisitor<T>, Map<Class<?>, Object>) - Method in class graphql.util.TreeTransformer
-
- transformer(SchemaGeneratorPostProcessing) - Method in class graphql.schema.idl.RuntimeWiring.Builder
-
Adds a schema transformer into the mix
- transformExtension(Consumer<EnumTypeExtensionDefinition.Builder>) - Method in class graphql.language.EnumTypeExtensionDefinition
-
- transformExtension(Consumer<InputObjectTypeExtensionDefinition.Builder>) - Method in class graphql.language.InputObjectTypeExtensionDefinition
-
- transformExtension(Consumer<InterfaceTypeExtensionDefinition.Builder>) - Method in class graphql.language.InterfaceTypeExtensionDefinition
-
- transformExtension(Consumer<ObjectTypeExtensionDefinition.Builder>) - Method in class graphql.language.ObjectTypeExtensionDefinition
-
- transformExtension(Consumer<ScalarTypeExtensionDefinition.Builder>) - Method in class graphql.language.ScalarTypeExtensionDefinition
-
- transformExtension(Consumer<SchemaExtensionDefinition.Builder>) - Method in class graphql.language.SchemaExtensionDefinition
-
- transformExtension(Consumer<UnionTypeExtensionDefinition.Builder>) - Method in class graphql.language.UnionTypeExtensionDefinition
-
- transformImpl(T, TraverserVisitor<? super T>) - Method in class graphql.util.TreeParallelTransformer
-
- transformParallel(Node, NodeVisitor) - Method in class graphql.language.AstTransformer
-
- transformParallel(Node, NodeVisitor, ForkJoinPool) - Method in class graphql.language.AstTransformer
-
- transformSchema(GraphQLSchema, GraphQLTypeVisitor) - Static method in class graphql.schema.SchemaTransformer
-
Transforms a GraphQLSchema and returns a new GraphQLSchema object.
- transformSchema(GraphQLSchema, GraphQLTypeVisitor, Consumer<GraphQLSchema.Builder>) - Static method in class graphql.schema.SchemaTransformer
-
Transforms a GraphQLSchema and returns a new GraphQLSchema object.
- transformSchema(T, GraphQLTypeVisitor) - Static method in class graphql.schema.SchemaTransformer
-
- transfrom(Consumer<FetchedValueAnalysis.Builder>) - Method in class graphql.execution.nextgen.FetchedValueAnalysis
-
- transposeMatrix(List<? extends List<T>>) - Static method in class graphql.util.FpKit
-
- TraversalContext - Class in graphql.validation
-
- TraversalContext(GraphQLSchema) - Constructor for class graphql.validation.TraversalContext
-
- TraversalControl - Enum in graphql.util
-
Special traversal control values
- traverse(TraverserVisitor<ExecutionResultNode>, ExecutionResultNode) - Method in class graphql.execution.nextgen.result.ResultNodeTraverser
-
- traverse(TraverserVisitor<ExecutionResultNode>, Collection<? extends ExecutionResultNode>) - Method in class graphql.execution.nextgen.result.ResultNodeTraverser
-
- traverse(T, TraverserVisitor<? super T>) - Method in class graphql.util.Traverser
-
- traverse(Collection<? extends T>, TraverserVisitor<? super T>) - Method in class graphql.util.Traverser
-
- traverse(T, TraverserVisitor<? super T>) - Method in class graphql.util.TreeParallelTraverser
-
- traverse(Collection<? extends T>, TraverserVisitor<? super T>) - Method in class graphql.util.TreeParallelTraverser
-
- traverse(Node, DocumentVisitor) - Method in class graphql.validation.LanguageTraversal
-
- traverseImpl(Collection<? extends T>, TraverserVisitor<? super T>) - Method in class graphql.util.TreeParallelTraverser
-
- Traverser<T> - Class in graphql.util
-
- TraverserContext<T> - Interface in graphql.util
-
Traversal context.
- TraverserContext.Phase - Enum in graphql.util
-
- TraverserResult - Class in graphql.util
-
- TraverserResult(Object) - Constructor for class graphql.util.TraverserResult
-
- TraverserState<T> - Class in graphql.util
-
- TraverserState.EndList<U> - Class in graphql.util
-
- TraverserVisitor<T> - Interface in graphql.util
-
- TraverserVisitorStub<T> - Class in graphql.util
-
- TraverserVisitorStub() - Constructor for class graphql.util.TraverserVisitorStub
-
- traverseSubTree(Consumer<NormalizedField>) - Method in class graphql.normalized.NormalizedField
-
- TreeParallelTransformer<T> - Class in graphql.util
-
- TreeParallelTraverser<T> - Class in graphql.util
-
- TreeTransformer<T> - Class in graphql.util
-
- TreeTransformer(NodeAdapter<T>) - Constructor for class graphql.util.TreeTransformer
-
- TreeTransformerUtil - Class in graphql.util
-
- TreeTransformerUtil() - Constructor for class graphql.util.TreeTransformerUtil
-
- TrivialDataFetcher<T> - Interface in graphql
-
Mark a DataFetcher as trivial:
If a data fetcher is simply mapping data from an object to a field, it can be considered a trivial data fetcher for the purposes
of tracing and so on.
- tryCatch(Supplier<CompletableFuture<T>>) - Static method in class graphql.execution.Async
-
- type(GraphQLOutputType) - Method in class graphql.execution.ExecutionStepInfo.Builder
-
- type(Type) - Method in class graphql.language.FieldDefinition.Builder
-
- type(Type) - Method in class graphql.language.InputValueDefinition.Builder
-
- type(Type) - Method in class graphql.language.ListType.Builder
-
- type(ListType) - Method in class graphql.language.NonNullType.Builder
-
- type(TypeName) - Method in class graphql.language.NonNullType.Builder
-
- type(Type) - Method in class graphql.language.NonNullType.Builder
-
- Type<T extends Type> - Interface in graphql.language
-
- type(Type) - Method in class graphql.language.VariableDefinition.Builder
-
- type(GraphQLInputType) - Method in class graphql.schema.GraphQLArgument.Builder
-
- type(GraphQLObjectType.Builder) - Method in class graphql.schema.GraphQLFieldDefinition.Builder
-
- type(GraphQLInterfaceType.Builder) - Method in class graphql.schema.GraphQLFieldDefinition.Builder
-
- type(GraphQLUnionType.Builder) - Method in class graphql.schema.GraphQLFieldDefinition.Builder
-
- type(GraphQLOutputType) - Method in class graphql.schema.GraphQLFieldDefinition.Builder
-
- type(GraphQLInputObjectType.Builder) - Method in class graphql.schema.GraphQLInputObjectField.Builder
-
- type(GraphQLInputType) - Method in class graphql.schema.GraphQLInputObjectField.Builder
-
- type(TypeRuntimeWiring.Builder) - Method in class graphql.schema.idl.RuntimeWiring.Builder
-
This allows you to add a new type wiring via a builder
- type(String, UnaryOperator<TypeRuntimeWiring.Builder>) - Method in class graphql.schema.idl.RuntimeWiring.Builder
-
This form allows a lambda to be used as the builder of a type wiring
- type(TypeRuntimeWiring) - Method in class graphql.schema.idl.RuntimeWiring.Builder
-
This adds a type wiring
- TypeAndFieldRule - Class in graphql.schema.validation
-
The validation about GraphQLObjectType, GraphQLInterfaceType, GraphQLUnionType, GraphQLEnumType, GraphQLInputObjectType, GraphQLScalarType.
- TypeAndFieldRule() - Constructor for class graphql.schema.validation.TypeAndFieldRule
-
- typeCondition(TypeName) - Method in class graphql.language.FragmentDefinition.Builder
-
- typeCondition(TypeName) - Method in class graphql.language.InlineFragment.Builder
-
- TypeDefinition<T extends TypeDefinition> - Interface in graphql.language
-
All type definitions in a SDL.
- TypeDefinitionRegistry - Class in graphql.schema.idl
-
- TypeDefinitionRegistry() - Constructor for class graphql.schema.idl.TypeDefinitionRegistry
-
- TypeExtensionDirectiveRedefinitionError - Exception in graphql.schema.idl.errors
-
- TypeExtensionDirectiveRedefinitionError(TypeDefinition, Directive) - Constructor for exception graphql.schema.idl.errors.TypeExtensionDirectiveRedefinitionError
-
- TypeExtensionEnumValueRedefinitionError - Exception in graphql.schema.idl.errors
-
- TypeExtensionEnumValueRedefinitionError(TypeDefinition, EnumValueDefinition) - Constructor for exception graphql.schema.idl.errors.TypeExtensionEnumValueRedefinitionError
-
- TypeExtensionFieldRedefinitionError - Exception in graphql.schema.idl.errors
-
- TypeExtensionFieldRedefinitionError(TypeDefinition, FieldDefinition) - Constructor for exception graphql.schema.idl.errors.TypeExtensionFieldRedefinitionError
-
- TypeExtensionFieldRedefinitionError(TypeDefinition, InputValueDefinition) - Constructor for exception graphql.schema.idl.errors.TypeExtensionFieldRedefinitionError
-
- TypeExtensionMissingBaseTypeError - Exception in graphql.schema.idl.errors
-
- TypeExtensionMissingBaseTypeError(TypeDefinition) - Constructor for exception graphql.schema.idl.errors.TypeExtensionMissingBaseTypeError
-
- TypeFromAST - Class in graphql.execution
-
- TypeFromAST() - Constructor for class graphql.execution.TypeFromAST
-
- TypeInfo - Class in graphql.schema.idl
-
This helper gives you access to the type info given a type definition
- typeInfo(Type) - Static method in class graphql.schema.idl.TypeInfo
-
- TypeKind - Enum in graphql.language
-
And enumeration of the the kind of things that can be in a graphql type system
- typeKind(TypeKind) - Method in class graphql.schema.diff.DiffEvent.Builder
-
- typeMap - Variable in class graphql.schema.GraphQLTypeResolvingVisitor
-
- TypeMetaFieldDef - Static variable in class graphql.introspection.Introspection
-
- TypeMetaFieldDefDataFetcher - Static variable in class graphql.introspection.Introspection
-
- TypeMismatchError - Class in graphql
-
- TypeMismatchError(ResultPath, GraphQLType) - Constructor for class graphql.TypeMismatchError
-
- typeName(TypeName) - Method in class graphql.language.OperationTypeDefinition.Builder
-
- TypeName - Class in graphql.language
-
- TypeName(String, SourceLocation, List<Comment>, IgnoredChars, Map<String, String>) - Constructor for class graphql.language.TypeName
-
- TypeName(String) - Constructor for class graphql.language.TypeName
-
alternative to using a Builder for convenience
- typeName(String) - Method in class graphql.schema.diff.DiffEvent.Builder
-
- typeName(String) - Method in class graphql.schema.idl.TypeRuntimeWiring.Builder
-
Sets the type name for this type wiring.
- TypeName.Builder - Class in graphql.language
-
- TypeNameMetaFieldDef - Static variable in class graphql.introspection.Introspection
-
- TypeNameMetaFieldDefDataFetcher - Static variable in class graphql.introspection.Introspection
-
- TypeRedefinitionError - Exception in graphql.schema.idl.errors
-
- TypeRedefinitionError(TypeDefinition, TypeDefinition) - Constructor for exception graphql.schema.idl.errors.TypeRedefinitionError
-
- typeRef(String) - Static method in class graphql.schema.GraphQLTypeReference
-
A factory method for creating type references so that when used with static imports allows
more readable code such as
.type(typeRef(GraphQLString))
- TypeResolutionEnvironment - Class in graphql
-
This is passed to a
TypeResolver
to help with object type resolution.
- TypeResolutionEnvironment(Object, Map<String, Object>, MergedField, GraphQLType, GraphQLSchema, Object) - Constructor for class graphql.TypeResolutionEnvironment
-
- TypeResolutionParameters - Class in graphql.execution
-
- TypeResolutionParameters.Builder - Class in graphql.execution
-
- typeResolver(GraphQLInterfaceType, TypeResolver) - Method in class graphql.schema.GraphQLCodeRegistry.Builder
-
- typeResolver(GraphQLUnionType, TypeResolver) - Method in class graphql.schema.GraphQLCodeRegistry.Builder
-
- typeResolver(String, TypeResolver) - Method in class graphql.schema.GraphQLCodeRegistry.Builder
-
- typeResolver(TypeResolver) - Method in class graphql.schema.GraphQLInterfaceType.Builder
-
Deprecated.
- typeResolver(TypeResolver) - Method in class graphql.schema.GraphQLUnionType.Builder
-
Deprecated.
- typeResolver(TypeResolver) - Method in class graphql.schema.idl.TypeRuntimeWiring.Builder
-
- TypeResolver - Interface in graphql.schema
-
- typeResolverIfAbsent(GraphQLInterfaceType, TypeResolver) - Method in class graphql.schema.GraphQLCodeRegistry.Builder
-
- typeResolverIfAbsent(GraphQLUnionType, TypeResolver) - Method in class graphql.schema.GraphQLCodeRegistry.Builder
-
- TypeResolverProxy - Class in graphql.schema
-
- TypeResolverProxy() - Constructor for class graphql.schema.TypeResolverProxy
-
- typeResolvers(GraphQLCodeRegistry) - Method in class graphql.schema.GraphQLCodeRegistry.Builder
-
- TypeRuntimeWiring - Class in graphql.schema.idl
-
A type runtime wiring is a specification of the data fetchers and possible type resolver for a given type name.
- TypeRuntimeWiring.Builder - Class in graphql.schema.idl
-
- types() - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
- TypesImplementInterfaces - Class in graphql.schema.validation
-
Schema validation rule ensuring object and interface types have all the fields that they need to
implement the interfaces they say they implement.
- TypesImplementInterfaces() - Constructor for class graphql.schema.validation.TypesImplementInterfaces
-
- TypeUtil - Class in graphql.schema.idl
-
This class consists of
static
utility methods for operating on
Type
.
- TypeUtil() - Constructor for class graphql.schema.idl.TypeUtil
-
- validate(ResultPath, T) - Method in class graphql.execution.NonNullableFieldValidator
-
Called to check that a value is non null if the type requires it to be non null
- validate(GraphQLSchema, Document) - Static method in class graphql.ParseAndValidate
-
This can be called to validate a parsed graphql query.
- validateDocument(GraphQLSchema, Document) - Method in class graphql.validation.Validator
-
- validateFields(FieldValidationEnvironment) - Method in interface graphql.execution.instrumentation.fieldvalidation.FieldValidation
-
This is called to validate the fields and their arguments
- validateFields(FieldValidationEnvironment) - Method in class graphql.execution.instrumentation.fieldvalidation.SimpleFieldValidation
-
- validateSchema(GraphQLSchema) - Method in class graphql.schema.validation.SchemaValidator
-
- ValidationContext - Class in graphql.validation
-
- ValidationContext(GraphQLSchema, Document) - Constructor for class graphql.validation.ValidationContext
-
- ValidationError - Class in graphql.validation
-
- ValidationError(ValidationErrorType) - Constructor for class graphql.validation.ValidationError
-
- ValidationError(ValidationErrorType, SourceLocation, String) - Constructor for class graphql.validation.ValidationError
-
- ValidationError(ValidationErrorType, SourceLocation, String, List<String>) - Constructor for class graphql.validation.ValidationError
-
- ValidationError(ValidationErrorType, List<SourceLocation>, String) - Constructor for class graphql.validation.ValidationError
-
- ValidationError(ValidationErrorType, List<SourceLocation>, String, List<String>) - Constructor for class graphql.validation.ValidationError
-
- ValidationError.Builder - Class in graphql.validation
-
- ValidationErrorCollector - Class in graphql.validation
-
- ValidationErrorCollector() - Constructor for class graphql.validation.ValidationErrorCollector
-
- validationErrors(List<ValidationError>) - Method in class graphql.ParseAndValidateResult.Builder
-
- validationErrorType(ValidationErrorType) - Method in class graphql.validation.ValidationError.Builder
-
- ValidationErrorType - Enum in graphql.validation
-
- ValidationUtil - Class in graphql.validation
-
- ValidationUtil() - Constructor for class graphql.validation.ValidationUtil
-
- Validator - Class in graphql.validation
-
- Validator() - Constructor for class graphql.validation.Validator
-
- validLocation(Introspection.DirectiveLocation) - Method in class graphql.schema.GraphQLDirective.Builder
-
- validLocations(Introspection.DirectiveLocation...) - Method in class graphql.schema.GraphQLDirective.Builder
-
- validLocations() - Method in class graphql.schema.GraphQLDirective
-
- value(Object) - Method in class graphql.execution.TypeResolutionParameters.Builder
-
- value(Value) - Method in class graphql.language.Argument.Builder
-
- value(Value) - Method in class graphql.language.ArrayValue.Builder
-
- value(boolean) - Method in class graphql.language.BooleanValue.Builder
-
- value(BigDecimal) - Method in class graphql.language.FloatValue.Builder
-
- value(BigInteger) - Method in class graphql.language.IntValue.Builder
-
- value(Value) - Method in class graphql.language.ObjectField.Builder
-
- value(String) - Method in class graphql.language.StringValue.Builder
-
- Value<T extends Value> - Interface in graphql.language
-
- value(Object) - Method in class graphql.schema.GraphQLArgument.Builder
-
- value(String, Object, String, String) - Method in class graphql.schema.GraphQLEnumType.Builder
-
- value(String, Object, String) - Method in class graphql.schema.GraphQLEnumType.Builder
-
- value(String, Object) - Method in class graphql.schema.GraphQLEnumType.Builder
-
- value(String) - Method in class graphql.schema.GraphQLEnumType.Builder
-
- value(GraphQLEnumValueDefinition) - Method in class graphql.schema.GraphQLEnumType.Builder
-
- value(Object) - Method in class graphql.schema.GraphQLEnumValueDefinition.Builder
-
- ValueFetcher - Class in graphql.execution.nextgen
-
- ValueFetcher() - Constructor for class graphql.execution.nextgen.ValueFetcher
-
- valueFromAst(String) - Static method in class graphql.language.AstValueHelper
-
Parses an AST value literal into the correct
Value
which
MUST be of the correct shape eg '"string"' or 'true' or '1' or '{ "object", "form" }'
or '[ "array", "form" ]' otherwise an exception is thrown
- valueOf(String) - Static method in enum graphql.cachecontrol.CacheControl.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum graphql.ErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum graphql.execution.FieldValueInfo.CompleteValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum graphql.execution.nextgen.FetchedValueAnalysis.FetchedValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum graphql.introspection.Introspection.DirectiveLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum graphql.introspection.Introspection.TypeKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum graphql.language.IgnoredChar.IgnoredCharKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum graphql.language.OperationDefinition.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum graphql.language.TypeKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum graphql.schema.diff.DiffCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum graphql.schema.diff.DiffLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum graphql.schema.validation.SchemaValidationErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum graphql.util.NodeZipper.ModificationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum graphql.util.TraversalControl
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum graphql.util.TraverserContext.Phase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum graphql.validation.ValidationErrorType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum graphql.cachecontrol.CacheControl.Scope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class graphql.collect.ImmutableMapWithNullValues
-
- values() - Static method in enum graphql.ErrorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum graphql.execution.FieldValueInfo.CompleteValueType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum graphql.execution.nextgen.FetchedValueAnalysis.FetchedValueType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum graphql.introspection.Introspection.DirectiveLocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum graphql.introspection.Introspection.TypeKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values(List<Value>) - Method in class graphql.language.ArrayValue.Builder
-
- values() - Static method in enum graphql.language.IgnoredChar.IgnoredCharKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum graphql.language.OperationDefinition.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum graphql.language.TypeKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum graphql.schema.diff.DiffCategory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum graphql.schema.diff.DiffLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values(List<GraphQLEnumValueDefinition>) - Method in class graphql.schema.GraphQLEnumType.Builder
-
- values() - Static method in enum graphql.schema.validation.SchemaValidationErrorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum graphql.util.NodeZipper.ModificationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum graphql.util.TraversalControl
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum graphql.util.TraverserContext.Phase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum graphql.validation.ValidationErrorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valuesResolver - Variable in class graphql.execution.ExecutionStrategy
-
- ValuesResolver - Class in graphql.execution
-
- ValuesResolver() - Constructor for class graphql.execution.ValuesResolver
-
- valuesToList(Map<?, T>) - Static method in class graphql.util.FpKit
-
- valueType(FetchedValueAnalysis.FetchedValueType) - Method in class graphql.execution.nextgen.FetchedValueAnalysis.Builder
-
- valueUnboxer(ValueUnboxer) - Method in class graphql.execution.ExecutionContextBuilder
-
- ValueUnboxer - Interface in graphql.execution
-
A value unboxer takes values that are wrapped in classes like Optional
/ OptionalInt
etc..
- valueUnboxer(ValueUnboxer) - Method in class graphql.GraphQL.Builder
-
- VariableDefaultValuesOfCorrectType - Class in graphql.validation.rules
-
- VariableDefaultValuesOfCorrectType(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.VariableDefaultValuesOfCorrectType
-
- variableDefinition(VariableDefinition) - Method in class graphql.language.OperationDefinition.Builder
-
- VariableDefinition - Class in graphql.language
-
- VariableDefinition(String, Type, Value, List<Directive>, SourceLocation, List<Comment>, IgnoredChars, Map<String, String>) - Constructor for class graphql.language.VariableDefinition
-
- VariableDefinition(String, Type, Value) - Constructor for class graphql.language.VariableDefinition
-
alternative to using a Builder for convenience
- VariableDefinition(String, Type) - Constructor for class graphql.language.VariableDefinition
-
alternative to using a Builder for convenience
- VariableDefinition.Builder - Class in graphql.language
-
- variableDefinitions(List<VariableDefinition>) - Method in class graphql.language.OperationDefinition.Builder
-
- VariableReference - Class in graphql.language
-
- VariableReference(String, SourceLocation, List<Comment>, IgnoredChars, Map<String, String>) - Constructor for class graphql.language.VariableReference
-
- VariableReference(String) - Constructor for class graphql.language.VariableReference
-
alternative to using a Builder for convenience
- VariableReference.Builder - Class in graphql.language
-
- variables(Map<String, Object>) - Method in class graphql.analysis.QueryTransformer.Builder
-
Variables used in the query.
- variables(Map<String, Object>) - Method in class graphql.analysis.QueryTraverser.Builder
-
Variables used in the query.
- variables(Map<String, Object>) - Method in class graphql.execution.ExecutionContextBuilder
-
- variables(Map<String, Object>) - Method in class graphql.execution.FieldCollectorParameters.Builder
-
- variables(Map<String, Object>) - Method in class graphql.execution.instrumentation.DocumentAndVariables.Builder
-
- variables(Map<String, Object>) - Method in class graphql.ExecutionInput.Builder
-
- variables(Map<String, Object>) - Method in class graphql.normalized.FieldCollectorNormalizedQueryParams.Builder
-
- variables(Map<String, Object>) - Method in class graphql.ParseAndValidateResult.Builder
-
- variables(Map<String, Object>) - Method in class graphql.schema.DataFetchingEnvironmentImpl.Builder
-
- VariablesAreInputTypes - Class in graphql.validation.rules
-
- VariablesAreInputTypes(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.VariablesAreInputTypes
-
- VariablesTypesMatcher - Class in graphql.validation.rules
-
- VariablesTypesMatcher() - Constructor for class graphql.validation.rules.VariablesTypesMatcher
-
- VariableTypesMatchRule - Class in graphql.validation.rules
-
- VariableTypesMatchRule(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.VariableTypesMatchRule
-
- VisibleFieldPredicate - Interface in graphql.schema.transform
-
- VisibleFieldPredicateEnvironment - Interface in graphql.schema.transform
-
- VisibleFieldPredicateEnvironment.VisibleFieldPredicateEnvironmentImpl - Class in graphql.schema.transform
-
- VisibleFieldPredicateEnvironmentImpl(GraphQLNamedSchemaElement, GraphQLSchemaElement) - Constructor for class graphql.schema.transform.VisibleFieldPredicateEnvironment.VisibleFieldPredicateEnvironmentImpl
-
- VisibleForTesting - Annotation Type in graphql
-
Marks fields, methods etc as more visible than actually needed for testing purposes.
- visitArgument(Argument, TraverserContext<Node>) - Method in class graphql.analysis.NodeVisitorWithTypeTracking
-
- visitArgument(QueryVisitorFieldArgumentEnvironment) - Method in interface graphql.analysis.QueryVisitor
-
- visitArgument(Argument, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitArgument(Argument, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitArgumentValue(QueryVisitorFieldArgumentValueEnvironment) - Method in interface graphql.analysis.QueryVisitor
-
- visitArrayValue(ArrayValue, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitArrayValue(ArrayValue, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitBackRef(TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeResolvingVisitor
-
- visitBackRef(TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
Called when a node is visited more than once within a context.
- visitBooleanValue(BooleanValue, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitBooleanValue(BooleanValue, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitDefinition(Definition<?>, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitDepthFirst(QueryVisitor) - Method in class graphql.analysis.QueryTraverser
-
- visitDirective(Directive, TraverserContext<Node>) - Method in class graphql.analysis.NodeVisitorWithTypeTracking
-
- visitDirective(Directive, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitDirective(Directive, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitDirectiveDefinition(DirectiveDefinition, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitDirectiveDefinition(DirectiveDefinition, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitDirectiveLocation(DirectiveLocation, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitDirectiveLocation(DirectiveLocation, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitDocument(Document, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitDocument(Document, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitedNodes() - Method in class graphql.util.DefaultTraverserContext
-
- visitedNodes() - Method in interface graphql.util.TraverserContext
-
- visitEnumTypeDefinition(EnumTypeDefinition, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitEnumTypeDefinition(EnumTypeDefinition, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitEnumValue(EnumValue, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitEnumValue(EnumValue, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitEnumValueDefinition(EnumValueDefinition, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitEnumValueDefinition(EnumValueDefinition, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitField(Field, TraverserContext<Node>) - Method in class graphql.analysis.NodeVisitorWithTypeTracking
-
- visitField(QueryVisitorFieldEnvironment) - Method in interface graphql.analysis.QueryVisitor
-
- visitField(QueryVisitorFieldEnvironment) - Method in class graphql.analysis.QueryVisitorStub
-
- visitField(Field, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitField(Field, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitFieldDefinition(FieldDefinition, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitFieldDefinition(FieldDefinition, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitFieldWithControl(QueryVisitorFieldEnvironment) - Method in interface graphql.analysis.QueryVisitor
-
visitField variant which lets you control the traversal.
- visitFloatValue(FloatValue, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitFloatValue(FloatValue, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitFragmentDefinition(FragmentDefinition, TraverserContext<Node>) - Method in class graphql.analysis.NodeVisitorWithTypeTracking
-
- visitFragmentDefinition(QueryVisitorFragmentDefinitionEnvironment) - Method in interface graphql.analysis.QueryVisitor
-
- visitFragmentDefinition(FragmentDefinition, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitFragmentDefinition(FragmentDefinition, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitFragmentSpread(FragmentSpread, TraverserContext<Node>) - Method in class graphql.analysis.NodeVisitorWithTypeTracking
-
- visitFragmentSpread(QueryVisitorFragmentSpreadEnvironment) - Method in interface graphql.analysis.QueryVisitor
-
- visitFragmentSpread(QueryVisitorFragmentSpreadEnvironment) - Method in class graphql.analysis.QueryVisitorStub
-
- visitFragmentSpread(FragmentSpread, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitFragmentSpread(FragmentSpread, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitGraphQLArgument(GraphQLArgument, TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
- visitGraphQLArgument(GraphQLArgument, TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeVisitorStub
-
- visitGraphQLCompositeType(GraphQLCompositeType, TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
- visitGraphQLDirective(GraphQLDirective, TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
- visitGraphQLDirective(GraphQLDirective, TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeVisitorStub
-
- visitGraphQLDirectiveContainer(GraphQLDirectiveContainer, TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
- visitGraphQLEnumType(GraphQLEnumType, TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeCollectingVisitor
-
- visitGraphQLEnumType(GraphQLEnumType, TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
- visitGraphQLEnumType(GraphQLEnumType, TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeVisitorStub
-
- visitGraphQLEnumValueDefinition(GraphQLEnumValueDefinition, TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
- visitGraphQLEnumValueDefinition(GraphQLEnumValueDefinition, TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeVisitorStub
-
- visitGraphQLFieldDefinition(GraphQLFieldDefinition, TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeCollectingVisitor
-
- visitGraphQLFieldDefinition(GraphQLFieldDefinition, TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
- visitGraphQLFieldDefinition(GraphQLFieldDefinition, TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeVisitorStub
-
- visitGraphQLFieldsContainer(GraphQLFieldsContainer, TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
- visitGraphQLInputFieldsContainer(GraphQLInputFieldsContainer, TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
- visitGraphQLInputObjectField(GraphQLInputObjectField, TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
- visitGraphQLInputObjectField(GraphQLInputObjectField, TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeVisitorStub
-
- visitGraphQLInputObjectType(GraphQLInputObjectType, TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeCollectingVisitor
-
- visitGraphQLInputObjectType(GraphQLInputObjectType, TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
- visitGraphQLInputObjectType(GraphQLInputObjectType, TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeVisitorStub
-
- visitGraphQLInputType(GraphQLInputType, TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
- visitGraphQLInterfaceType(GraphQLInterfaceType, TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeCollectingVisitor
-
- visitGraphQLInterfaceType(GraphQLInterfaceType, TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeResolvingVisitor
-
- visitGraphQLInterfaceType(GraphQLInterfaceType, TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
- visitGraphQLInterfaceType(GraphQLInterfaceType, TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeVisitorStub
-
- visitGraphQLList(GraphQLList, TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
- visitGraphQLList(GraphQLList, TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeVisitorStub
-
- visitGraphQLModifiedType(GraphQLModifiedType, TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
- visitGraphQLNonNull(GraphQLNonNull, TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
- visitGraphQLNonNull(GraphQLNonNull, TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeVisitorStub
-
- visitGraphQLNullableType(GraphQLNullableType, TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
- visitGraphQLObjectType(GraphQLObjectType, TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeCollectingVisitor
-
- visitGraphQLObjectType(GraphQLObjectType, TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeResolvingVisitor
-
- visitGraphQLObjectType(GraphQLObjectType, TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
- visitGraphQLObjectType(GraphQLObjectType, TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeVisitorStub
-
- visitGraphQLOutputType(GraphQLOutputType, TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
- visitGraphQLScalarType(GraphQLScalarType, TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeCollectingVisitor
-
- visitGraphQLScalarType(GraphQLScalarType, TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
- visitGraphQLScalarType(GraphQLScalarType, TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeVisitorStub
-
- visitGraphQLType(GraphQLSchemaElement, TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeVisitorStub
-
- visitGraphQLTypeReference(GraphQLTypeReference, TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeResolvingVisitor
-
- visitGraphQLTypeReference(GraphQLTypeReference, TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
- visitGraphQLTypeReference(GraphQLTypeReference, TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeVisitorStub
-
- visitGraphQLUnionType(GraphQLUnionType, TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeCollectingVisitor
-
- visitGraphQLUnionType(GraphQLUnionType, TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeResolvingVisitor
-
- visitGraphQLUnionType(GraphQLUnionType, TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
- visitGraphQLUnionType(GraphQLUnionType, TraverserContext<GraphQLSchemaElement>) - Method in class graphql.schema.GraphQLTypeVisitorStub
-
- visitGraphQLUnmodifiedType(GraphQLUnmodifiedType, TraverserContext<GraphQLSchemaElement>) - Method in interface graphql.schema.GraphQLTypeVisitor
-
- visitInlineFragment(InlineFragment, TraverserContext<Node>) - Method in class graphql.analysis.NodeVisitorWithTypeTracking
-
- visitInlineFragment(QueryVisitorInlineFragmentEnvironment) - Method in interface graphql.analysis.QueryVisitor
-
- visitInlineFragment(QueryVisitorInlineFragmentEnvironment) - Method in class graphql.analysis.QueryVisitorStub
-
- visitInlineFragment(InlineFragment, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitInlineFragment(InlineFragment, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitInputObjectTypeDefinition(InputObjectTypeDefinition, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitInputObjectTypeDefinition(InputObjectTypeDefinition, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitInputValueDefinition(InputValueDefinition, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitInputValueDefinition(InputValueDefinition, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitInterfaceTypeDefinition(InterfaceTypeDefinition, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitInterfaceTypeDefinition(InterfaceTypeDefinition, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitIntValue(IntValue, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitIntValue(IntValue, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitListType(ListType, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitListType(ListType, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitNode(Node, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitNonNullType(NonNullType, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitNonNullType(NonNullType, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitNullValue(NullValue, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitNullValue(NullValue, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitObjectField(ObjectField, TraverserContext<Node>) - Method in class graphql.analysis.NodeVisitorWithTypeTracking
-
- visitObjectField(ObjectField, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitObjectField(ObjectField, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitObjectTypeDefinition(ObjectTypeDefinition, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitObjectTypeDefinition(ObjectTypeDefinition, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitObjectValue(ObjectValue, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitObjectValue(ObjectValue, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitOperationDefinition(OperationDefinition, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitOperationDefinition(OperationDefinition, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitOperationTypeDefinition(OperationTypeDefinition, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitOperationTypeDefinition(OperationTypeDefinition, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitPostOrder(QueryVisitor) - Method in class graphql.analysis.QueryTraverser
-
Visits the Document (or parts of it) in post-order.
- visitPreOrder(QueryVisitor) - Method in class graphql.analysis.QueryTraverser
-
Visits the Document (or parts of it) in pre-order.
- visitScalarTypeDefinition(ScalarTypeDefinition, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitScalarTypeDefinition(ScalarTypeDefinition, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitSchemaDefinition(SchemaDefinition, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitSchemaDefinition(SchemaDefinition, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitSelection(Selection<?>, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitSelectionSet(SelectionSet, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitSelectionSet(SelectionSet, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitStringValue(StringValue, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitStringValue(StringValue, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitType(Type<?>, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitTypeDefinition(TypeDefinition<?>, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitTypeName(TypeName, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitTypeName(TypeName, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitUnionTypeDefinition(UnionTypeDefinition, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitUnionTypeDefinition(UnionTypeDefinition, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitValue(Value<?>, TraverserContext<Node>) - Method in class graphql.analysis.NodeVisitorWithTypeTracking
-
- visitValue(Value<?>, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitVariableDefinition(VariableDefinition, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitVariableDefinition(VariableDefinition, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-
- visitVariableReference(VariableReference, TraverserContext<Node>) - Method in interface graphql.language.NodeVisitor
-
- visitVariableReference(VariableReference, TraverserContext<Node>) - Method in class graphql.language.NodeVisitorStub
-