Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W _ 

A

AbstractNode - Class in graphql.language
 
AbstractNode() - Constructor for class graphql.language.AbstractNode
 
AbstractRule - Class in graphql.validation
 
AbstractRule(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.AbstractRule
 
addError(GraphQLError) - Method in class graphql.execution.ExecutionContext
 
addError(ValidationError) - Method in class graphql.schema.validation.ValidationErrorCollector
 
addError(ValidationError) - Method in class graphql.validation.AbstractRule
 
addError(ValidationError) - Method in class graphql.validation.ValidationErrorCollector
 
addErrors(List<? extends GraphQLError>) - Method in class graphql.ExecutionResultImpl
 
addExtensions(Map<Object, Object>) - Method in class graphql.ExecutionResultImpl
 
allTypes(GraphQLSchema, Set<GraphQLType>) - Method in class graphql.schema.SchemaUtil
 
apply(T) - Method in interface graphql.schema.BuilderFunction
 
Argument - Class in graphql.language
 
Argument(String, Value) - Constructor for class graphql.language.Argument
 
argument(GraphQLArgument) - Method in class graphql.schema.GraphQLDirective.Builder
 
argument(BuilderFunction<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(BuilderFunction<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
 
ArgumentsOfCorrectType - Class in graphql.validation.rules
 
ArgumentsOfCorrectType(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.ArgumentsOfCorrectType
 
ArrayValue - Class in graphql.language
 
ArrayValue() - Constructor for class graphql.language.ArrayValue
 
ArrayValue(List<Value>) - Constructor for class graphql.language.ArrayValue
 
Assert - Class in graphql
 
Assert() - Constructor for class graphql.Assert
 
AssertException - Exception in graphql
 
AssertException(String) - Constructor for exception graphql.AssertException
 
assertNotEmpty(Collection<T>, String) - Static method in class graphql.Assert
 
assertNotNull(T, String) - Static method in class graphql.Assert
 
assertValidName(String) - Static method in class graphql.Assert
Validates that the Lexical token name matches the current spec.
AstComparator - Class in graphql.language
 
AstComparator() - Constructor for class graphql.language.AstComparator
 

B

Base64 - Class in graphql.relay
 
Batched - Annotation Type in graphql.execution.batched
When placed on DataFetcher.get(DataFetchingEnvironment), indicates that this DataFetcher is batched.
BatchedDataFetcher - Interface in graphql.execution.batched
See Batched.
BatchedDataFetcherFactory - Class in graphql.execution.batched
Produces a BatchedDataFetcher for a given DataFetcher.
BatchedDataFetcherFactory() - Constructor for class graphql.execution.batched.BatchedDataFetcherFactory
 
BatchedExecutionStrategy - Class in graphql.execution.batched
Execution Strategy that minimizes calls to the data fetcher when used in conjunction with DataFetchers that have DataFetcher.get(DataFetchingEnvironment) methods annotated with Batched.
BatchedExecutionStrategy() - Constructor for class graphql.execution.batched.BatchedExecutionStrategy
 
beginDataFetch(DataFetchParameters) - Method in interface graphql.execution.instrumentation.Instrumentation
This is called just before the data fetch is started and when this step finishes the InstrumentationContext.onEnd(Object) will be called indicating that the step has finished.
beginDataFetch(DataFetchParameters) - Method in class graphql.execution.instrumentation.NoOpInstrumentation
 
beginExecution(ExecutionParameters) - Method in interface graphql.execution.instrumentation.Instrumentation
This is called just before a query is executed and when this step finishes the InstrumentationContext.onEnd(Object) will be called indicating that the step has finished.
beginExecution(ExecutionParameters) - Method in class graphql.execution.instrumentation.NoOpInstrumentation
 
beginField(FieldParameters) - Method in interface graphql.execution.instrumentation.Instrumentation
This is called just before a field is resolved and when this step finishes the InstrumentationContext.onEnd(Object) will be called indicating that the step has finished.
beginField(FieldParameters) - Method in class graphql.execution.instrumentation.NoOpInstrumentation
 
beginFieldFetch(FieldFetchParameters) - Method in interface graphql.execution.instrumentation.Instrumentation
This is called just before a field DataFetcher is invoked and when this step finishes the InstrumentationContext.onEnd(Object) will be called indicating that the step has finished.
beginFieldFetch(FieldFetchParameters) - Method in class graphql.execution.instrumentation.NoOpInstrumentation
 
beginParse(ExecutionParameters) - Method in interface graphql.execution.instrumentation.Instrumentation
This is called just before a query is parsed and when this step finishes the InstrumentationContext.onEnd(Object) will be called indicating that the step has finished.
beginParse(ExecutionParameters) - Method in class graphql.execution.instrumentation.NoOpInstrumentation
 
beginValidation(ValidationParameters) - Method in interface graphql.execution.instrumentation.Instrumentation
This is called just before the parsed query Document is validated and when this step finishes the InstrumentationContext.onEnd(Object) will be called indicating that the step has finished.
beginValidation(ValidationParameters) - Method in class graphql.execution.instrumentation.NoOpInstrumentation
 
BooleanValue - Class in graphql.language
 
BooleanValue(boolean) - Constructor for class graphql.language.BooleanValue
 
build(GraphQLSchema, ExecutionStrategy, ExecutionStrategy, Object, Document, String, Map<String, Object>) - Method in class graphql.execution.ExecutionContextBuilder
 
build() - Method in class graphql.GraphQL.Builder
 
build() - Method in class graphql.schema.GraphQLArgument.Builder
 
build() - Method in class graphql.schema.GraphQLDirective.Builder
 
build() - Method in class graphql.schema.GraphQLEnumType.Builder
 
build() - Method in class graphql.schema.GraphQLFieldDefinition.Builder
 
build() - Method in class graphql.schema.GraphQLInputObjectField.Builder
 
build() - Method in class graphql.schema.GraphQLInputObjectType.Builder
 
build() - Method in class graphql.schema.GraphQLInterfaceType.Builder
 
build() - Method in class graphql.schema.GraphQLObjectType.Builder
 
build() - Method in class graphql.schema.GraphQLSchema.Builder
 
build(Set<GraphQLType>) - Method in class graphql.schema.GraphQLSchema.Builder
 
build() - Method in class graphql.schema.GraphQLUnionType.Builder
 
Builder(GraphQLSchema) - Constructor for class graphql.GraphQL.Builder
 
Builder() - Constructor for class graphql.schema.GraphQLArgument.Builder
 
Builder() - Constructor for class graphql.schema.GraphQLDirective.Builder
 
Builder() - Constructor for class graphql.schema.GraphQLEnumType.Builder
 
Builder() - Constructor for class graphql.schema.GraphQLFieldDefinition.Builder
 
Builder() - Constructor for class graphql.schema.GraphQLInputObjectField.Builder
 
Builder() - Constructor for class graphql.schema.GraphQLInputObjectType.Builder
 
Builder() - Constructor for class graphql.schema.GraphQLInterfaceType.Builder
 
Builder() - Constructor for class graphql.schema.GraphQLObjectType.Builder
 
Builder() - Constructor for class graphql.schema.GraphQLSchema.Builder
 
Builder() - Constructor for class graphql.schema.GraphQLUnionType.Builder
 
BuilderFunction<T> - Interface in graphql.schema
Provides supplier functionality for those using java 8 without breaking the contract of jdk 6.

C

check(GraphQLFieldDefinition, ValidationErrorCollector) - Method in class graphql.schema.validation.NoUnbrokenInputCycles
 
check(GraphQLFieldDefinition, ValidationErrorCollector) - Method in interface graphql.schema.validation.ValidationRule
 
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
 
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
 
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
 
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
 
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
 
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.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
 
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
 
ChildDataCollector - Class in graphql.execution.batched
 
ChildDataCollector() - Constructor for class graphql.execution.batched.ChildDataCollector
 
ChildDataCollector.Entry - Class in graphql.execution.batched
 
Coercing<I,O> - Interface in graphql.schema
 
collectFields(ExecutionContext, GraphQLObjectType, SelectionSet, List<String>, Map<String, List<Field>>) - Method in class graphql.execution.FieldCollector
 
completeValue(ExecutionContext, GraphQLType, List<Field>, Object) - Method in class graphql.execution.ExecutionStrategy
 
completeValueForEnum(GraphQLEnumType, Object) - Method in class graphql.execution.ExecutionStrategy
 
completeValueForList(ExecutionContext, GraphQLList, List<Field>, Iterable<Object>) - Method in class graphql.execution.ExecutionStrategy
 
completeValueForScalar(GraphQLScalarType, Object) - Method in class graphql.execution.ExecutionStrategy
 
ConditionalNodes - Class in graphql.execution
 
ConditionalNodes() - Constructor for class graphql.execution.ConditionalNodes
 
Connection - Interface in graphql.relay
represents a connection in relay.
ConnectionCursor - Interface in graphql.relay
represents a connection cursor in relay.
connectionType(String, GraphQLObjectType, List<GraphQLFieldDefinition>) - Method in class graphql.relay.Relay
 
containsArgument(String) - Method in interface graphql.schema.DataFetchingEnvironment
Returns true of the named argument is present
containsArgument(String) - Method in class graphql.schema.DataFetchingEnvironmentImpl
 
containsValidationError(ValidationErrorType) - Method in class graphql.schema.validation.ValidationErrorCollector
 
containsValidationError(ValidationErrorType) - Method in class graphql.validation.ValidationErrorCollector
 
create(DataFetcher) - Method in class graphql.execution.batched.BatchedDataFetcherFactory
 
createAndPutChildDatum(String, Object) - Method in class graphql.execution.batched.GraphQLExecutionResultContainer
Creates a child datum which is linked through the results container to this parent.
createAndPutEmptyChildList(String) - Method in class graphql.execution.batched.GraphQLExecutionResultContainer
 
cursorForObjectInConnection(Object) - Method in class graphql.relay.SimpleListConnection
 

D

DataFetcher<T> - Interface in graphql.schema
 
dataFetcher(DataFetcher) - Method in class graphql.schema.GraphQLFieldDefinition.Builder
 
DataFetchingEnvironment - Interface in graphql.schema
A DataFetchingEnvironment instance of passed to a DataFetcher as an execution context parameter
DataFetchingEnvironmentImpl - Class in graphql.schema
 
DataFetchingEnvironmentImpl(Object, Map<String, Object>, Object, List<Field>, GraphQLOutputType, GraphQLType, GraphQLSchema) - Constructor for class graphql.schema.DataFetchingEnvironmentImpl
 
DataFetchParameters - Class in graphql.execution.instrumentation.parameters
Parameters sent to Instrumentation methods
DataFetchParameters(ExecutionContext) - Constructor for class graphql.execution.instrumentation.parameters.DataFetchParameters
 
DefaultConnection - Class in graphql.relay
 
DefaultConnection() - Constructor for class graphql.relay.DefaultConnection
 
DefaultConnectionCursor - Class in graphql.relay
 
DefaultConnectionCursor(String) - Constructor for class graphql.relay.DefaultConnectionCursor
 
DefaultEdge - Class in graphql.relay
 
DefaultEdge(Object, DefaultConnectionCursor) - Constructor for class graphql.relay.DefaultEdge
 
DefaultPageInfo - Class in graphql.relay
 
DefaultPageInfo() - Constructor for class graphql.relay.DefaultPageInfo
 
defaultValue(Object) - Method in class graphql.schema.GraphQLArgument.Builder
 
defaultValue(Object) - Method in class graphql.schema.GraphQLInputObjectField.Builder
 
Definition - Interface in graphql.language
 
deprecate(String) - Method in class graphql.schema.GraphQLFieldDefinition.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.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.GraphQLUnionType.Builder
 
Directive - Class in graphql.language
 
Directive() - Constructor for class graphql.language.Directive
 
Directive(String) - Constructor for class graphql.language.Directive
 
Directive(String, List<Argument>) - Constructor for class graphql.language.Directive
 
DirectiveDefinition - Class in graphql.language
 
DirectiveDefinition(String) - Constructor for class graphql.language.DirectiveDefinition
 
DirectiveLocation - Class in graphql.language
 
DirectiveLocation(String) - Constructor for class graphql.language.DirectiveLocation
 
Directives - Class in graphql
 
Directives() - Constructor for class graphql.Directives
 
Document - Class in graphql.language
 
Document() - Constructor for class graphql.language.Document
 
Document(List<Definition>) - Constructor for class graphql.language.Document
 
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
 
doesVariableTypesMatch(GraphQLType, Value, GraphQLType) - Method in class graphql.validation.rules.VariablesTypesMatcher
 

E

Edge - Interface in graphql.relay
represents an edge in relay.
edgeType(String, GraphQLOutputType, GraphQLInterfaceType, List<GraphQLFieldDefinition>) - Method in class graphql.relay.Relay
 
enter(Node, List<Node>) - Method in interface graphql.validation.QueryLanguageVisitor
 
enter(Node, List<Node>) - Method in class graphql.validation.RulesVisitor
 
enter(Node, List<Node>) - Method in class graphql.validation.TraversalContext
 
Entry(GraphQLObjectType, List<GraphQLExecutionNodeDatum>) - Constructor for class graphql.execution.batched.ChildDataCollector.Entry
 
EnumTypeDefinition - Class in graphql.language
 
EnumTypeDefinition(String) - Constructor for class graphql.language.EnumTypeDefinition
 
EnumTypeDefinition(String, List<Directive>) - Constructor for class graphql.language.EnumTypeDefinition
 
EnumValue - Class in graphql.language
 
EnumValue(String) - Constructor for class graphql.language.EnumValue
 
EnumValueDefinition - Class in graphql.language
 
EnumValueDefinition(String) - Constructor for class graphql.language.EnumValueDefinition
 
EnumValueDefinition(String, List<Directive>) - Constructor for class graphql.language.EnumValueDefinition
 
enumValuesTypesFetcher - Static variable in class graphql.introspection.Introspection
 
equals(Object) - Method in class graphql.ExceptionWhileDataFetching
 
equals(Object) - Method in class graphql.execution.ExecutionId
 
equals(GraphQLError, Object) - Static method in class graphql.GraphQLError.Helper
 
equals(Object) - Method in class graphql.InvalidSyntaxError
 
equals(Object) - Method in class graphql.language.SourceLocation
 
equals(Object) - Method in class graphql.MutationNotSupportedError
 
equals(Object) - Method in class graphql.relay.DefaultConnectionCursor
 
equals(Object) - Method in class graphql.schema.GraphQLList
 
equals(Object) - Method in class graphql.schema.GraphQLNonNull
 
equals(Object) - Method in class graphql.schema.validation.ValidationError
 
equals(Object) - Method in class graphql.validation.ValidationError
 
ErrorFactory - Class in graphql.validation
 
ErrorFactory() - Constructor for class graphql.validation.ErrorFactory
 
ErrorType - Enum in graphql
 
ExceptionWhileDataFetching - Class in graphql
 
ExceptionWhileDataFetching(Throwable) - Constructor for class graphql.ExceptionWhileDataFetching
 
execute(ExecutionContext, GraphQLObjectType, Object, Map<String, List<Field>>) - Method in class graphql.execution.batched.BatchedExecutionStrategy
 
execute(ExecutionId, GraphQLSchema, Object, Document, String, Map<String, Object>) - Method in class graphql.execution.Execution
 
execute(ExecutionContext, GraphQLObjectType, Object, Map<String, List<Field>>) - Method in class graphql.execution.ExecutionStrategy
 
execute(ExecutionContext, GraphQLObjectType, Object, Map<String, List<Field>>) - Method in class graphql.execution.ExecutorServiceExecutionStrategy
 
execute(ExecutionContext, GraphQLObjectType, Object, Map<String, List<Field>>) - Method in class graphql.execution.SimpleExecutionStrategy
 
execute(String) - Method in class graphql.GraphQL
 
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
 
Execution - Class in graphql.execution
 
Execution(ExecutionStrategy, ExecutionStrategy, Instrumentation) - Constructor for class graphql.execution.Execution
 
ExecutionContext - Class in graphql.execution
 
ExecutionContext(Instrumentation, ExecutionId, GraphQLSchema, ExecutionStrategy, ExecutionStrategy, Map<String, FragmentDefinition>, OperationDefinition, Map<String, Object>, Object) - Constructor for class graphql.execution.ExecutionContext
 
ExecutionContextBuilder - Class in graphql.execution
 
ExecutionContextBuilder(ValuesResolver, Instrumentation) - Constructor for class graphql.execution.ExecutionContextBuilder
 
executionId(ExecutionId) - Method in class graphql.execution.ExecutionContextBuilder
 
ExecutionId - Class in graphql.execution
This opaque identifier is used to identify a unique query execution
ExecutionIdProvider - Interface in graphql.execution
A provider of ExecutionIds
executionIdProvider(ExecutionIdProvider) - Method in class graphql.GraphQL.Builder
 
ExecutionParameters - Class in graphql.execution.instrumentation.parameters
Parameters sent to Instrumentation methods
ExecutionParameters(String, String, Object, Map<String, Object>) - Constructor for class graphql.execution.instrumentation.parameters.ExecutionParameters
 
ExecutionResult - Interface in graphql
 
ExecutionResultImpl - Class in graphql
 
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
 
ExecutionStrategy - Class in graphql.execution
 
ExecutionStrategy() - Constructor for class graphql.execution.ExecutionStrategy
 
ExecutorServiceExecutionStrategy - Class in graphql.execution
ExecutorServiceExecutionStrategy uses an ExecutorService to parallelize the resolve.
ExecutorServiceExecutionStrategy(ExecutorService) - Constructor for class graphql.execution.ExecutorServiceExecutionStrategy
 

F

fetchField() - Method in class graphql.schema.GraphQLFieldDefinition.Builder
Get the data from a field, rather than a property.
Field - Class in graphql.language
 
Field() - Constructor for class graphql.language.Field
 
Field(String) - Constructor for class graphql.language.Field
 
Field(String, SelectionSet) - Constructor for class graphql.language.Field
 
Field(String, List<Argument>) - Constructor for class graphql.language.Field
 
Field(String, List<Argument>, List<Directive>) - Constructor for class graphql.language.Field
 
Field(String, List<Argument>, SelectionSet) - Constructor for class graphql.language.Field
 
field(GraphQLInputObjectField) - Method in class graphql.schema.GraphQLInputObjectType.Builder
 
field(BuilderFunction<GraphQLInputObjectField.Builder>) - Method in class graphql.schema.GraphQLInputObjectType.Builder
Take a field builder in a function definition and apply.
field(GraphQLInputObjectField.Builder) - Method in class graphql.schema.GraphQLInputObjectType.Builder
Same effect as the field(GraphQLFieldDefinition).
field(GraphQLFieldDefinition) - Method in class graphql.schema.GraphQLInterfaceType.Builder
 
field(BuilderFunction<GraphQLFieldDefinition.Builder>) - Method in class graphql.schema.GraphQLInterfaceType.Builder
Take a field builder in a function definition and apply.
field(GraphQLFieldDefinition.Builder) - Method in class graphql.schema.GraphQLInterfaceType.Builder
Same effect as the field(GraphQLFieldDefinition).
field(GraphQLFieldDefinition) - Method in class graphql.schema.GraphQLObjectType.Builder
 
field(BuilderFunction<GraphQLFieldDefinition.Builder>) - Method in class graphql.schema.GraphQLObjectType.Builder
Take a field builder in a function definition and apply.
field(GraphQLFieldDefinition.Builder) - Method in class graphql.schema.GraphQLObjectType.Builder
Same effect as the field(GraphQLFieldDefinition).
fieldCollector - Variable in class graphql.execution.ExecutionStrategy
 
FieldCollector - Class in graphql.execution
 
FieldCollector() - Constructor for class graphql.execution.FieldCollector
 
FieldDataFetcher<T> - Class in graphql.schema
Fetches data directly from a field.
FieldDataFetcher(String) - Constructor for class graphql.schema.FieldDataFetcher
Ctor.
FieldDefinition - Class in graphql.language
 
FieldDefinition(String) - Constructor for class graphql.language.FieldDefinition
 
FieldDefinition(String, Type) - Constructor for class graphql.language.FieldDefinition
 
FieldFetchParameters - Class in graphql.execution.instrumentation.parameters
Parameters sent to Instrumentation methods
FieldFetchParameters(ExecutionContext, GraphQLFieldDefinition, DataFetchingEnvironment) - Constructor for class graphql.execution.instrumentation.parameters.FieldFetchParameters
 
FieldParameters - Class in graphql.execution.instrumentation.parameters
Parameters sent to Instrumentation methods
FieldParameters(ExecutionContext, GraphQLFieldDefinition) - Constructor for class graphql.execution.instrumentation.parameters.FieldParameters
 
fields(List<GraphQLInputObjectField>) - Method in class graphql.schema.GraphQLInputObjectType.Builder
 
fields(List<GraphQLFieldDefinition>) - Method in class graphql.schema.GraphQLInterfaceType.Builder
 
fields(List<GraphQLFieldDefinition>) - Method in class graphql.schema.GraphQLObjectType.Builder
 
fieldsFetcher - Static variable in class graphql.introspection.Introspection
 
FieldsOnCorrectType - Class in graphql.validation.rules
 
FieldsOnCorrectType(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.FieldsOnCorrectType
 
findImplementations(GraphQLSchema, GraphQLInterfaceType) - Method in class graphql.schema.SchemaUtil
 
FloatValue - Class in graphql.language
 
FloatValue(BigDecimal) - Constructor for class graphql.language.FloatValue
 
FragmentDefinition - Class in graphql.language
 
FragmentDefinition() - Constructor for class graphql.language.FragmentDefinition
 
FragmentDefinition(String, TypeName) - Constructor for class graphql.language.FragmentDefinition
 
FragmentDefinition(String, TypeName, SelectionSet) - Constructor for class graphql.language.FragmentDefinition
 
FragmentsOnCompositeType - Class in graphql.validation.rules
 
FragmentsOnCompositeType(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.FragmentsOnCompositeType
 
FragmentSpread - Class in graphql.language
 
FragmentSpread() - Constructor for class graphql.language.FragmentSpread
 
FragmentSpread(String) - Constructor for class graphql.language.FragmentSpread
 
from(String) - Static method in class graphql.execution.ExecutionId
Create an identifier from the given string
fromBase64(String) - Static method in class graphql.relay.Base64
 
fromGlobalId(String) - Method in class graphql.relay.Relay
 

G

generate() - Static method in class graphql.execution.ExecutionId
Create an unique identifier from the given string
get(DataFetchingEnvironment) - Method in class graphql.execution.batched.UnbatchedDataFetcher
 
get(DataFetchingEnvironment) - Method in class graphql.relay.SimpleListConnection
 
get(DataFetchingEnvironment) - Method in interface graphql.schema.DataFetcher
 
get(DataFetchingEnvironment) - Method in class graphql.schema.FieldDataFetcher
 
get(DataFetchingEnvironment) - Method in class graphql.schema.PropertyDataFetcher
 
get(DataFetchingEnvironment) - Method in class graphql.schema.StaticDataFetcher
 
getAlias() - Method in class graphql.language.Field
 
getAllTypesAsList() - Method in class graphql.schema.GraphQLSchema
 
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.GraphQLDirective
 
getArgument(String) - Method in class graphql.schema.GraphQLFieldDefinition
 
getArgument() - Method in class graphql.validation.TraversalContext
 
getArgument() - Method in class graphql.validation.ValidationContext
 
getArguments() - Method in class graphql.execution.instrumentation.parameters.ExecutionParameters
 
getArguments() - Method in class graphql.language.Directive
 
getArguments() - Method in class graphql.language.Field
 
getArguments() - Method in interface graphql.schema.DataFetchingEnvironment
 
getArguments() - Method in class graphql.schema.DataFetchingEnvironmentImpl
 
getArguments() - Method in class graphql.schema.GraphQLDirective
 
getArguments() - Method in class graphql.schema.GraphQLFieldDefinition
 
getArgumentValues(List<GraphQLArgument>, List<Argument>, Map<String, Object>) - Method in class graphql.execution.ValuesResolver
 
getBackwardPaginationConnectionFieldArguments() - Method in class graphql.relay.Relay
 
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() - Method in class graphql.language.NonNullType
 
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
 
getCoercing() - Method in class graphql.schema.GraphQLEnumType
 
getCoercing() - Method in class graphql.schema.GraphQLScalarType
 
getColumn() - Method in class graphql.language.SourceLocation
 
getConnectionFieldArguments() - Method in class graphql.relay.Relay
 
getContext() - Method in class graphql.execution.instrumentation.parameters.ExecutionParameters
 
getContext() - Method in interface graphql.schema.DataFetchingEnvironment
Returns a context argument that is set up when the GraphQL.execute(String, Object) method is invoked
getContext() - Method in class graphql.schema.DataFetchingEnvironmentImpl
 
getCursor() - Method in class graphql.relay.DefaultEdge
 
getCursor() - Method in interface graphql.relay.Edge
 
getData() - Method in class graphql.execution.batched.ChildDataCollector.Entry
 
getData() - Method in interface graphql.ExecutionResult
 
getData() - Method in class graphql.ExecutionResultImpl
 
getDataFetcher() - Method in class graphql.schema.GraphQLFieldDefinition
 
getDefaultValue() - Method in class graphql.language.InputValueDefinition
 
getDefaultValue() - Method in class graphql.language.VariableDefinition
 
getDefaultValue() - Method in class graphql.schema.GraphQLArgument
 
getDefaultValue() - Method in class graphql.schema.GraphQLInputObjectField
 
getDefinitions() - Method in class graphql.language.Document
 
getDeprecationReason() - Method in class graphql.schema.GraphQLEnumValueDefinition
 
getDeprecationReason() - Method in class graphql.schema.GraphQLFieldDefinition
 
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 class graphql.schema.GraphQLObjectType
 
getDescription() - Method in class graphql.schema.GraphQLScalarType
 
getDescription() - Method in class graphql.schema.GraphQLUnionType
 
getDescription() - Method in class graphql.schema.validation.ValidationError
 
getDictionary() - Method in class graphql.schema.GraphQLSchema
 
getDirective(String) - Method in class graphql.schema.GraphQLSchema
 
getDirective() - Method in class graphql.validation.TraversalContext
 
getDirective() - Method in class graphql.validation.ValidationContext
 
getDirectiveLocations() - Method in class graphql.language.DirectiveDefinition
 
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.schema.GraphQLSchema
 
getDocument() - Method in class graphql.execution.instrumentation.parameters.ValidationParameters
 
getDocument() - Method in class graphql.validation.ValidationContext
 
getEdges() - Method in interface graphql.relay.Connection
 
getEdges() - Method in class graphql.relay.DefaultConnection
 
getEndCursor() - Method in class graphql.relay.DefaultPageInfo
 
getEndCursor() - Method in interface graphql.relay.PageInfo
 
getEntries() - Method in class graphql.execution.batched.ChildDataCollector
 
getEnumValueDefinitions() - Method in class graphql.language.EnumTypeDefinition
 
getEnvironment() - Method in class graphql.execution.instrumentation.parameters.FieldFetchParameters
 
getErrors() - Method in class graphql.execution.ExecutionContext
 
getErrors() - Method in interface graphql.ExecutionResult
 
getErrors() - Method in class graphql.ExecutionResultImpl
 
getErrors() - Method in class graphql.schema.validation.ValidationErrorCollector
 
getErrors() - Method in class graphql.validation.AbstractRule
 
getErrors() - Method in class graphql.validation.ValidationErrorCollector
 
getErrorType() - Method in class graphql.ExceptionWhileDataFetching
 
getErrorType() - Method in interface graphql.GraphQLError
 
getErrorType() - Method in class graphql.InvalidSyntaxError
 
getErrorType() - Method in class graphql.MutationNotSupportedError
 
getErrorType() - Method in class graphql.schema.validation.ValidationError
 
getErrorType() - Method in class graphql.validation.ValidationError
 
getException() - Method in class graphql.ExceptionWhileDataFetching
 
getExecutionContext() - Method in class graphql.execution.instrumentation.parameters.DataFetchParameters
 
getExecutionContext() - Method in class graphql.execution.instrumentation.parameters.FieldParameters
 
getExecutionId() - Method in class graphql.execution.ExecutionContext
 
getExtensions() - Method in interface graphql.ExecutionResult
 
getExtensions() - Method in class graphql.ExecutionResultImpl
 
getField() - Method in class graphql.execution.instrumentation.parameters.FieldParameters
 
getField(String) - Method in class graphql.schema.GraphQLInputObjectType
 
getFieldDef(GraphQLSchema, GraphQLObjectType, Field) - Method in class graphql.execution.ExecutionStrategy
 
getFieldDef() - Method in class graphql.validation.TraversalContext
 
getFieldDef() - Method in class graphql.validation.ValidationContext
 
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
 
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
 
getFields() - Method in interface graphql.schema.DataFetchingEnvironment
 
getFields() - Method in class graphql.schema.DataFetchingEnvironmentImpl
 
getFields() - Method in class graphql.schema.GraphQLInputObjectType
 
getFieldType() - Method in interface graphql.schema.DataFetchingEnvironment
 
getFieldType() - Method in class graphql.schema.DataFetchingEnvironmentImpl
 
getForwardPaginationConnectionFieldArguments() - Method in class graphql.relay.Relay
 
getFragment(String) - Method in class graphql.execution.ExecutionContext
 
getFragment(String) - Method in class graphql.validation.ValidationContext
 
getFragmentsByName() - Method in class graphql.execution.ExecutionContext
 
getGraphQLSchema() - Method in class graphql.execution.ExecutionContext
 
getGraphQLSchema() - Method in interface graphql.schema.DataFetchingEnvironment
 
getGraphQLSchema() - Method in class graphql.schema.DataFetchingEnvironmentImpl
 
getId() - Method in class graphql.relay.Relay.ResolvedGlobalId
 
getImplements() - Method in class graphql.language.ObjectTypeDefinition
 
getInputType() - Method in class graphql.validation.TraversalContext
 
getInputType() - Method in class graphql.validation.ValidationContext
 
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
 
getInterfaces() - Method in class graphql.schema.GraphQLObjectType
 
getLine() - Method in class graphql.language.SourceLocation
 
getLocations() - Method in class graphql.ExceptionWhileDataFetching
 
getLocations() - Method in interface graphql.GraphQLError
 
getLocations() - Method in class graphql.InvalidSyntaxError
 
getLocations() - Method in class graphql.MutationNotSupportedError
 
getLocations() - Method in class graphql.validation.ValidationError
 
getMemberTypes() - Method in class graphql.language.UnionTypeDefinition
 
getMessage() - Method in class graphql.ExceptionWhileDataFetching
 
getMessage() - Method in interface graphql.GraphQLError
 
getMessage() - Method in class graphql.InvalidSyntaxError
 
getMessage() - Method in class graphql.MutationNotSupportedError
 
getMessage() - Method in class graphql.validation.ValidationError
 
getMutationStrategy() - Method in class graphql.execution.ExecutionContext
 
getMutationType() - Method in class graphql.schema.GraphQLSchema
 
getName() - Method in class graphql.language.Argument
 
getName() - Method in class graphql.language.Directive
 
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 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 interface graphql.language.TypeDefinition
 
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.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 class graphql.schema.GraphQLList
 
getName() - Method in class graphql.schema.GraphQLNonNull
 
getName() - Method in class graphql.schema.GraphQLObjectType
 
getName() - Method in class graphql.schema.GraphQLScalarType
 
getName() - Method in interface graphql.schema.GraphQLType
 
getName() - Method in class graphql.schema.GraphQLTypeReference
 
getName() - Method in class graphql.schema.GraphQLUnionType
 
getName() - Method in interface graphql.schema.TypeReference
 
getNode() - Method in class graphql.relay.DefaultEdge
 
getNode() - Method in interface graphql.relay.Edge
 
getObjectFields() - Method in class graphql.language.ObjectValue
 
getObjectType() - Method in class graphql.execution.batched.ChildDataCollector.Entry
 
getOperation() - Method in class graphql.execution.instrumentation.parameters.ExecutionParameters
 
getOperation() - Method in class graphql.language.OperationDefinition
 
getOperationDefinition() - Method in class graphql.execution.ExecutionContext
 
getOperationTypeDefinitions() - Method in class graphql.language.SchemaDefinition
 
getOutputType() - Method in class graphql.validation.TraversalContext
 
getOutputType() - Method in class graphql.validation.ValidationContext
 
getPageInfo() - Method in interface graphql.relay.Connection
 
getPageInfo() - Method in class graphql.relay.DefaultConnection
 
getParentType() - Method in interface graphql.schema.DataFetchingEnvironment
 
getParentType() - Method in class graphql.schema.DataFetchingEnvironmentImpl
 
getParentType() - Method in class graphql.validation.TraversalContext
 
getParentType() - Method in class graphql.validation.ValidationContext
 
getQuery() - Method in class graphql.execution.instrumentation.parameters.ExecutionParameters
 
getQueryStrategy() - Method in class graphql.execution.ExecutionContext
 
getQueryType() - Method in class graphql.schema.GraphQLSchema
 
getResultContainer() - Method in class graphql.execution.batched.GraphQLExecutionNodeValue
 
getRoot() - Method in class graphql.execution.ExecutionContext
 
getSchema() - Method in class graphql.validation.ValidationContext
 
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
 
getSource() - Method in interface graphql.schema.DataFetchingEnvironment
 
getSource() - Method in class graphql.schema.DataFetchingEnvironmentImpl
 
getSourceLocation() - Method in class graphql.language.AbstractNode
 
getSourceLocation() - Method in interface graphql.language.Node
 
getStartCursor() - Method in class graphql.relay.DefaultPageInfo
 
getStartCursor() - Method in interface graphql.relay.PageInfo
 
getTraversalContext() - Method in class graphql.validation.ValidationContext
 
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.OperationTypeDefinition
 
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(String) - Method in class graphql.schema.GraphQLSchema
 
getType(Object) - Method in interface graphql.schema.TypeResolver
 
getType(Object) - 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
 
getTypeResolver() - Method in class graphql.schema.GraphQLInterfaceType
 
getTypeResolver() - Method in class graphql.schema.GraphQLUnionType
 
getTypeResolver() - Method in class graphql.schema.TypeResolverProxy
 
getTypes() - Method in class graphql.schema.GraphQLUnionType
 
getUnmodifiedType(GraphQLType) - Method in class graphql.schema.SchemaUtil
 
getUnmodifiedType(Type) - Method in class graphql.validation.ValidationUtil
 
getValidationContext() - Method in class graphql.validation.AbstractRule
 
getValidationErrorType() - Method in class graphql.validation.ValidationError
 
getValidationUtil() - Method in class graphql.validation.AbstractRule
 
getValue() - Method in class graphql.execution.batched.GraphQLExecutionNodeValue
 
getValue() - Method in class graphql.language.Argument
 
getValue() - Method in class graphql.language.FloatValue
 
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.GraphQLEnumValueDefinition
 
getValues() - Method in class graphql.language.ArrayValue
 
getValues() - Method in class graphql.schema.GraphQLEnumType
 
getVariableDefinitions() - Method in class graphql.language.OperationDefinition
 
getVariables() - Method in class graphql.execution.ExecutionContext
 
getVariableValues(GraphQLSchema, List<VariableDefinition>, Map<String, Object>) - Method in class graphql.execution.ValuesResolver
 
getWrappedType() - Method in class graphql.schema.GraphQLList
 
getWrappedType() - Method in interface graphql.schema.GraphQLModifiedType
 
getWrappedType() - Method in class graphql.schema.GraphQLNonNull
 
graphql - package graphql
 
GraphQL - Class in graphql
 
GraphQL(GraphQLSchema) - Constructor for class graphql.GraphQL
Deprecated.
use the GraphQL.newGraphQL(GraphQLSchema) builder instead. This will be removed in a future version.
GraphQL(GraphQLSchema, ExecutionStrategy) - Constructor for class graphql.GraphQL
Deprecated.
use the GraphQL.newGraphQL(GraphQLSchema) builder instead. This will be removed in a future version.
GraphQL(GraphQLSchema, ExecutionStrategy, ExecutionStrategy) - Constructor for class graphql.GraphQL
Deprecated.
use the GraphQL.newGraphQL(GraphQLSchema) builder instead. This will be removed in a future version.
GraphQL.Builder - Class in graphql
 
graphql.execution - package graphql.execution
 
graphql.execution.batched - package graphql.execution.batched
 
graphql.execution.instrumentation - package graphql.execution.instrumentation
 
graphql.execution.instrumentation.parameters - package graphql.execution.instrumentation.parameters
 
graphql.introspection - package graphql.introspection
 
graphql.language - package graphql.language
 
graphql.parser - package graphql.parser
 
graphql.relay - package graphql.relay
 
graphql.schema - package graphql.schema
 
graphql.schema.validation - package graphql.schema.validation
 
graphql.validation - package graphql.validation
 
graphql.validation.rules - package graphql.validation.rules
 
GraphqlAntlrToLanguage - Class in graphql.parser
 
GraphqlAntlrToLanguage() - 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.Builder - Class in graphql.schema
 
GraphQLBigDecimal - Static variable in class graphql.Scalars
 
GraphQLBigInteger - Static variable in class graphql.Scalars
 
GraphQLBoolean - Static variable in class graphql.Scalars
 
GraphQLByte - Static variable in class graphql.Scalars
 
GraphQLChar - Static variable in class graphql.Scalars
 
GraphQLCompositeType - Interface in graphql.schema
 
GraphQLDirective - Class in graphql.schema
 
GraphQLDirective(String, String, EnumSet<Introspection.DirectiveLocation>, List<GraphQLArgument>, boolean, boolean, boolean) - Constructor for class graphql.schema.GraphQLDirective
 
GraphQLDirective.Builder - Class in graphql.schema
 
GraphQLEnumType - Class in graphql.schema
 
GraphQLEnumType(String, String, List<GraphQLEnumValueDefinition>) - Constructor for class graphql.schema.GraphQLEnumType
 
GraphQLEnumType.Builder - Class in graphql.schema
 
GraphQLEnumValueDefinition - Class in graphql.schema
 
GraphQLEnumValueDefinition(String, String, Object, String) - Constructor for class graphql.schema.GraphQLEnumValueDefinition
 
GraphQLEnumValueDefinition(String, String, Object) - Constructor for class graphql.schema.GraphQLEnumValueDefinition
 
GraphQLError - Interface in graphql
 
GraphQLError.Helper - Class in graphql
This little helper allows GraphQlErrors to implement common things (hashcode/ equals) more easily
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
 
GraphQLExecutionNodeValue - Class in graphql.execution.batched
 
GraphQLExecutionNodeValue(GraphQLExecutionResultContainer, Object) - Constructor for class graphql.execution.batched.GraphQLExecutionNodeValue
 
GraphQLExecutionResultContainer - Class in graphql.execution.batched
 
GraphQLExecutionResultContainer() - Constructor for class graphql.execution.batched.GraphQLExecutionResultContainer
 
GraphQLExecutionResultList - Class in graphql.execution.batched
 
GraphQLExecutionResultList(List<Object>) - Constructor for class graphql.execution.batched.GraphQLExecutionResultList
 
GraphQLFieldDefinition - Class in graphql.schema
 
GraphQLFieldDefinition(String, String, GraphQLOutputType, DataFetcher, List<GraphQLArgument>, String) - Constructor for class graphql.schema.GraphQLFieldDefinition
 
GraphQLFieldDefinition.Builder - Class in graphql.schema
 
GraphQLFieldsContainer - Interface in graphql.schema
 
GraphQLFloat - Static variable in class graphql.Scalars
 
GraphQLID - Static variable in class graphql.Scalars
 
GraphQLInputFieldsContainer - Interface in graphql.schema
 
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.Builder - Class in graphql.schema
 
GraphQLInputObjectType - Class in graphql.schema
 
GraphQLInputObjectType(String, String, List<GraphQLInputObjectField>) - Constructor for class graphql.schema.GraphQLInputObjectType
 
GraphQLInputObjectType.Builder - Class in graphql.schema
 
GraphQLInputType - Interface in graphql.schema
All types allowed as arguments or variables.
GraphQLInt - Static variable in class graphql.Scalars
 
GraphQLInterfaceType - Class in graphql.schema
 
GraphQLInterfaceType(String, String, List<GraphQLFieldDefinition>, TypeResolver) - Constructor for class graphql.schema.GraphQLInterfaceType
 
GraphQLInterfaceType.Builder - Class in graphql.schema
 
GraphQLList - Class in graphql.schema
 
GraphQLList(GraphQLType) - Constructor for class graphql.schema.GraphQLList
 
GraphQLLong - Static variable in class graphql.Scalars
 
GraphQLModifiedType - Interface in graphql.schema
 
GraphQLNonNull - Class in graphql.schema
 
GraphQLNonNull(GraphQLType) - Constructor for class graphql.schema.GraphQLNonNull
 
GraphQLNullableType - Interface in graphql.schema
 
GraphQLObjectType - Class in graphql.schema
 
GraphQLObjectType(String, String, List<GraphQLFieldDefinition>, List<GraphQLInterfaceType>) - Constructor for class graphql.schema.GraphQLObjectType
 
GraphQLObjectType.Builder - Class in graphql.schema
 
GraphQLOutputType - Interface in graphql.schema
 
GraphQLScalarType - Class in graphql.schema
 
GraphQLScalarType(String, String, Coercing) - Constructor for class graphql.schema.GraphQLScalarType
 
GraphQLSchema - Class in graphql.schema
 
GraphQLSchema(GraphQLObjectType) - Constructor for class graphql.schema.GraphQLSchema
 
GraphQLSchema(GraphQLObjectType, GraphQLObjectType, Set<GraphQLType>) - Constructor for class graphql.schema.GraphQLSchema
 
GraphQLSchema.Builder - Class in graphql.schema
 
GraphQLShort - Static variable in class graphql.Scalars
 
GraphQLString - Static variable in class graphql.Scalars
 
GraphQLType - Interface in graphql.schema
 
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
 
GraphQLUnionType - Class in graphql.schema
 
GraphQLUnionType(String, String, List<GraphQLObjectType>, TypeResolver) - Constructor for class graphql.schema.GraphQLUnionType
 
GraphQLUnionType.Builder - Class in graphql.schema
 
GraphQLUnmodifiedType - Interface in graphql.schema
 

H

hashCode() - Method in class graphql.ExceptionWhileDataFetching
 
hashCode() - Method in class graphql.execution.ExecutionId
 
hashCode(GraphQLError) - Static method in class graphql.GraphQLError.Helper
 
hashCode() - Method in class graphql.InvalidSyntaxError
 
hashCode() - Method in class graphql.language.SourceLocation
 
hashCode() - Method in class graphql.MutationNotSupportedError
 
hashCode() - Method in class graphql.relay.DefaultConnectionCursor
 
hashCode() - Method in class graphql.schema.GraphQLList
 
hashCode() - Method in class graphql.schema.GraphQLNonNull
 
hashCode() - Method in class graphql.schema.validation.ValidationError
 
hashCode() - Method in class graphql.validation.ValidationError
 
Helper() - Constructor for class graphql.GraphQLError.Helper
 

I

id - Variable in class graphql.relay.Relay.ResolvedGlobalId
IncludeDirective - Static variable in class graphql.Directives
 
InlineFragment - Class in graphql.language
 
InlineFragment() - Constructor for class graphql.language.InlineFragment
 
InlineFragment(TypeName) - Constructor for class graphql.language.InlineFragment
 
InlineFragment(TypeName, List<Directive>, SelectionSet) - Constructor for class graphql.language.InlineFragment
 
InlineFragment(TypeName, SelectionSet) - Constructor for class graphql.language.InlineFragment
 
inputFieldsFetcher - Static variable in class graphql.introspection.Introspection
 
InputObjectTypeDefinition - Class in graphql.language
 
InputObjectTypeDefinition(String) - Constructor for class graphql.language.InputObjectTypeDefinition
 
InputValueDefinition - Class in graphql.language
 
InputValueDefinition(String) - Constructor for class graphql.language.InputValueDefinition
 
InputValueDefinition(String, Type) - Constructor for class graphql.language.InputValueDefinition
 
InputValueDefinition(String, Type, Value) - Constructor for class graphql.language.InputValueDefinition
 
INSTANCE - Static variable in class graphql.execution.instrumentation.NoOpInstrumentation
 
Instrumentation - Interface in graphql.execution.instrumentation
Provides the capability to instrument the execution steps of a GraphQL query.
instrumentation(Instrumentation) - Method in class graphql.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 the be invoked as InstrumentationContext.onEnd(Object) or InstrumentationContext.onEnd(Exception) when the step completes.
interfacesFetcher - Static variable in class graphql.introspection.Introspection
 
InterfaceTypeDefinition - Class in graphql.language
 
InterfaceTypeDefinition(String) - Constructor for class graphql.language.InterfaceTypeDefinition
 
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
 
IntrospectionQuery - Interface in graphql.introspection
 
IntValue - Class in graphql.language
 
IntValue(BigInteger) - Constructor for class graphql.language.IntValue
 
InvalidSchemaException - Exception in graphql.schema.validation
 
InvalidSchemaException(Collection<ValidationError>) - Constructor for exception graphql.schema.validation.InvalidSchemaException
 
InvalidSyntaxError - Class in graphql
 
InvalidSyntaxError(SourceLocation) - Constructor for class graphql.InvalidSyntaxError
 
InvalidSyntaxError(List<SourceLocation>) - Constructor for class graphql.InvalidSyntaxError
 
isDeprecated() - Method in class graphql.schema.GraphQLEnumValueDefinition
 
isDeprecated() - Method in class graphql.schema.GraphQLFieldDefinition
 
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(Node) - Method in class graphql.language.NonNullType
 
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
 
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
 
isInputType(GraphQLType) - Method in class graphql.schema.SchemaUtil
 
isLeafType(GraphQLType) - Method in class graphql.schema.SchemaUtil
 
isOnField() - Method in class graphql.schema.GraphQLDirective
isOnFragment() - Method in class graphql.schema.GraphQLDirective
isOnOperation() - Method in class graphql.schema.GraphQLDirective
isSupportingMutations() - Method in class graphql.schema.GraphQLSchema
 
isValidLiteralValue(Value, GraphQLType) - Method in class graphql.validation.ValidationUtil
 
isValue() - Method in class graphql.language.BooleanValue
 
isVisitFragmentSpreads() - Method in class graphql.validation.AbstractRule
 

K

kindDataFetcher - Static variable in class graphql.introspection.Introspection
 
KnownArgumentNames - Class in graphql.validation.rules
 
KnownArgumentNames(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.KnownArgumentNames
 
KnownDirectives - Class in graphql.validation.rules
 
KnownDirectives(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.KnownDirectives
 
KnownFragmentNames - Class in graphql.validation.rules
 
KnownFragmentNames(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.KnownFragmentNames
 
KnownTypeNames - Class in graphql.validation.rules
 
KnownTypeNames(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.KnownTypeNames
 

L

LanguageTraversal - Class in graphql.validation
 
LanguageTraversal() - Constructor for class graphql.validation.LanguageTraversal
 
LanguageTraversal(List<Node>) - Constructor for class graphql.validation.LanguageTraversal
 
leave(Node, List<Node>) - Method in interface graphql.validation.QueryLanguageVisitor
 
leave(Node, List<Node>) - Method in class graphql.validation.RulesVisitor
 
leave(Node, List<Node>) - Method in class graphql.validation.TraversalContext
 
leaveOperationDefinition(OperationDefinition) - Method in class graphql.validation.AbstractRule
 
leaveOperationDefinition(OperationDefinition) - Method in class graphql.validation.rules.NoUnusedVariables
 
leaveSelectionSet(SelectionSet) - Method in class graphql.validation.AbstractRule
 
leaveSelectionSet(SelectionSet) - Method in class graphql.validation.rules.OverlappingFieldsCanBeMerged
 
list(GraphQLType) - Static method in class graphql.schema.GraphQLList
A factory method for creating list types so that when used with static imports allows more readable code such as .type(list(GraphQLString))
ListType - Class in graphql.language
 
ListType() - Constructor for class graphql.language.ListType
 
ListType(Type) - Constructor for class graphql.language.ListType
 
LoneAnonymousOperation - Class in graphql.validation.rules
Created by Exbeinfo on 2/7/2017.
LoneAnonymousOperation(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.LoneAnonymousOperation
 

M

mutation(GraphQLObjectType.Builder) - Method in class graphql.schema.GraphQLSchema.Builder
 
mutation(GraphQLObjectType) - Method in class graphql.schema.GraphQLSchema.Builder
 
mutationExecutionStrategy(ExecutionStrategy) - Method in class graphql.GraphQL.Builder
 
MutationNotSupportedError - Class in graphql
The graphql spec says that mutations are optional but it does not specify how to respond when it is not supported.
MutationNotSupportedError() - Constructor for class graphql.MutationNotSupportedError
 
mutationWithClientMutationId(String, String, List<GraphQLInputObjectField>, List<GraphQLFieldDefinition>, DataFetcher) - Method in class graphql.relay.Relay
 

N

name(String) - Method in class graphql.schema.GraphQLArgument.Builder
 
name(String) - Method in class graphql.schema.GraphQLDirective.Builder
 
name(String) - Method in class graphql.schema.GraphQLEnumType.Builder
 
name(String) - Method in class graphql.schema.GraphQLFieldDefinition.Builder
 
name(String) - Method in class graphql.schema.GraphQLInputObjectField.Builder
 
name(String) - Method in class graphql.schema.GraphQLInputObjectType.Builder
 
name(String) - Method in class graphql.schema.GraphQLInterfaceType.Builder
 
name(String) - Method in class graphql.schema.GraphQLObjectType.Builder
 
name(String) - Method in class graphql.schema.GraphQLUnionType.Builder
 
newArgument() - Static method in class graphql.schema.GraphQLArgument
 
newDirective() - Static method in class graphql.schema.GraphQLDirective
 
newEnum() - Static method in class graphql.schema.GraphQLEnumType
 
newError(ValidationErrorType, List<? extends Node>, String) - Method in class graphql.validation.ErrorFactory
 
newError(ValidationErrorType, String) - Method in class graphql.validation.ErrorFactory
 
newFieldDefinition() - Static method in class graphql.schema.GraphQLFieldDefinition
 
newGraphQL(GraphQLSchema) - Static method in class graphql.GraphQL
Helps you build a GraphQL object ready to execute queries
newInputObject() - Static method in class graphql.schema.GraphQLInputObjectType
 
newInputObjectField() - Static method in class graphql.schema.GraphQLInputObjectField
 
newInterface() - Static method in class graphql.schema.GraphQLInterfaceType
 
newObject() - Static method in class graphql.schema.GraphQLObjectType
 
newSchema() - Static method in class graphql.schema.GraphQLSchema
 
newUnionType() - Static method in class graphql.schema.GraphQLUnionType
 
Node - Interface in graphql.language
 
NODE - Static variable in class graphql.relay.Relay
 
nodeField(GraphQLInterfaceType, DataFetcher) - Method in class graphql.relay.Relay
 
nodeInterface(TypeResolver) - Method in class graphql.relay.Relay
 
NoFragmentCycles - Class in graphql.validation.rules
 
NoFragmentCycles(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.NoFragmentCycles
 
nonNull(GraphQLType) - Static method in class graphql.schema.GraphQLNonNull
A factory method for creating non null types so that when used with static imports allows more readable code such as .type(nonNull(GraphQLString))
NonNullType - Class in graphql.language
 
NonNullType() - Constructor for class graphql.language.NonNullType
 
NonNullType(Type) - Constructor for class graphql.language.NonNullType
 
NoOpInstrumentation - Class in graphql.execution.instrumentation
Nothing to see or do here ;)
NoUnbrokenInputCycles - Class in graphql.schema.validation
Schema validation rule ensuring no input type forms an unbroken non-nullable recursion, as such a type would be impossible to satisfy
NoUnbrokenInputCycles() - Constructor for class graphql.schema.validation.NoUnbrokenInputCycles
 
NoUndefinedVariables - Class in graphql.validation.rules
 
NoUndefinedVariables(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.NoUndefinedVariables
 
NoUnusedFragments - Class in graphql.validation.rules
 
NoUnusedFragments(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.NoUnusedFragments
 
NoUnusedVariables - Class in graphql.validation.rules
 
NoUnusedVariables(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.NoUnusedVariables
 

O

ObjectField - Class in graphql.language
 
ObjectField(String, Value) - Constructor for class graphql.language.ObjectField
 
ObjectTypeDefinition - Class in graphql.language
 
ObjectTypeDefinition(String) - Constructor for class graphql.language.ObjectTypeDefinition
 
ObjectValue - Class in graphql.language
 
ObjectValue() - Constructor for class graphql.language.ObjectValue
 
ObjectValue(List<ObjectField>) - Constructor for class graphql.language.ObjectValue
 
OfTypeFetcher - Static variable in class graphql.introspection.Introspection
 
onEnd(T) - Method in interface graphql.execution.instrumentation.InstrumentationContext
This is invoked when the execution step is completed successfully
onEnd(Exception) - Method in interface graphql.execution.instrumentation.InstrumentationContext
This is invoked when the execution step is completed unsuccessfully
onField(boolean) - Method in class graphql.schema.GraphQLDirective.Builder
Deprecated.
Use graphql.schema.GraphQLDirective.Builder#validLocations(DirectiveLocation...)
onFragment(boolean) - Method in class graphql.schema.GraphQLDirective.Builder
Deprecated.
Use graphql.schema.GraphQLDirective.Builder#validLocations(DirectiveLocation...)
onOperation(boolean) - Method in class graphql.schema.GraphQLDirective.Builder
Deprecated.
Use graphql.schema.GraphQLDirective.Builder#validLocations(DirectiveLocation...)
OperationDefinition - Class in graphql.language
 
OperationDefinition() - Constructor for class graphql.language.OperationDefinition
 
OperationDefinition(String, OperationDefinition.Operation, List<VariableDefinition>, List<Directive>, SelectionSet) - Constructor for class graphql.language.OperationDefinition
 
OperationDefinition(String, OperationDefinition.Operation, List<VariableDefinition>, SelectionSet) - Constructor for class graphql.language.OperationDefinition
 
OperationDefinition(String, OperationDefinition.Operation, SelectionSet) - Constructor for class graphql.language.OperationDefinition
 
OperationDefinition.Operation - Enum in graphql.language
 
OperationTypeDefinition - Class in graphql.language
 
OperationTypeDefinition() - Constructor for class graphql.language.OperationTypeDefinition
 
OperationTypeDefinition(String) - Constructor for class graphql.language.OperationTypeDefinition
 
OperationTypeDefinition(String, Type) - Constructor for class graphql.language.OperationTypeDefinition
 
OverlappingFieldsCanBeMerged - Class in graphql.validation.rules
 
OverlappingFieldsCanBeMerged(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.OverlappingFieldsCanBeMerged
 

P

PageInfo - Interface in graphql.relay
represents a page in relay.
parseDocument(String) - Method in class graphql.parser.Parser
 
parseLiteral(Object) - Method in interface graphql.schema.Coercing
Called to convert a AST node
Parser - Class in graphql.parser
 
Parser() - Constructor for class graphql.parser.Parser
 
parseValue(Object) - Method in interface graphql.schema.Coercing
Called to resolve a input from a variable.
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
 
possibleTypes(GraphQLObjectType...) - Method in class graphql.schema.GraphQLUnionType.Builder
 
possibleTypesFetcher - Static variable in class graphql.introspection.Introspection
 
PropertyDataFetcher<T> - Class in graphql.schema
 
PropertyDataFetcher(String) - Constructor for class graphql.schema.PropertyDataFetcher
 
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
 
putChildData(GraphQLObjectType, GraphQLExecutionNodeDatum) - Method in class graphql.execution.batched.ChildDataCollector
 
putResult(String, Object) - Method in class graphql.execution.batched.GraphQLExecutionResultList
 

Q

query(GraphQLObjectType.Builder) - Method in class graphql.schema.GraphQLSchema.Builder
 
query(GraphQLObjectType) - Method in class graphql.schema.GraphQLSchema.Builder
 
queryExecutionStrategy(ExecutionStrategy) - Method in class graphql.GraphQL.Builder
 
QueryLanguageVisitor - Interface in graphql.validation
 

R

reference(String) - Static method in class graphql.schema.GraphQLInputObjectType
 
reference(String) - Static method in class graphql.schema.GraphQLInterfaceType
 
reference(String) - Static method in class graphql.schema.GraphQLObjectType
 
Relay - Class in graphql.relay
 
Relay() - Constructor for class graphql.relay.Relay
 
Relay.ResolvedGlobalId - Class in graphql.relay
 
ResolvedGlobalId(String, String) - Constructor for class graphql.relay.Relay.ResolvedGlobalId
 
resolveField(ExecutionContext, GraphQLObjectType, Object, List<Field>) - Method in class graphql.execution.ExecutionStrategy
 
resolveType(GraphQLInterfaceType, Object) - Method in class graphql.execution.ExecutionStrategy
 
resolveType(GraphQLUnionType, Object) - Method in class graphql.execution.ExecutionStrategy
 
RulesVisitor - Class in graphql.validation
 
RulesVisitor(ValidationContext, List<AbstractRule>) - Constructor for class graphql.validation.RulesVisitor
 
RulesVisitor(ValidationContext, List<AbstractRule>, boolean) - Constructor for class graphql.validation.RulesVisitor
 

S

ScalarLeafs - Class in graphql.validation.rules
 
ScalarLeafs(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.ScalarLeafs
 
Scalars - Class in graphql
 
Scalars() - Constructor for class graphql.Scalars
 
ScalarTypeDefinition - Class in graphql.language
 
ScalarTypeDefinition(String) - Constructor for class graphql.language.ScalarTypeDefinition
 
schema(GraphQLSchema) - Method in class graphql.GraphQL.Builder
 
SchemaDefinition - Class in graphql.language
 
SchemaDefinition() - Constructor for class graphql.language.SchemaDefinition
 
SchemaMetaFieldDef - Static variable in class graphql.introspection.Introspection
 
SchemaUtil - Class in graphql.schema
 
SchemaUtil() - Constructor for class graphql.schema.SchemaUtil
 
Selection - Interface in graphql.language
 
SelectionSet - Class in graphql.language
 
SelectionSet() - Constructor for class graphql.language.SelectionSet
 
SelectionSet(List<Selection>) - Constructor for class graphql.language.SelectionSet
 
serialize(Object) - Method in interface graphql.schema.Coercing
Called to convert a result of a DataFetcher to a valid runtime value.
setAlias(String) - Method in class graphql.language.Field
 
setArguments(List<Argument>) - Method in class graphql.language.Field
 
setCursor(ConnectionCursor) - Method in class graphql.relay.DefaultEdge
 
setData(Object) - Method in class graphql.ExecutionResultImpl
 
setDefaultValue(Value) - Method in class graphql.language.VariableDefinition
 
setDefinitions(List<Definition>) - Method in class graphql.language.Document
 
setDirectives(List<Directive>) - Method in class graphql.language.Field
 
setDirectives(List<Directive>) - Method in class graphql.language.FragmentDefinition
 
setDirectives(List<Directive>) - Method in class graphql.language.FragmentSpread
 
setDirectives(List<Directive>) - Method in class graphql.language.InlineFragment
 
setDirectives(List<Directive>) - Method in class graphql.language.OperationDefinition
 
setEdges(List<Edge>) - Method in class graphql.relay.DefaultConnection
 
setEndCursor(ConnectionCursor) - Method in class graphql.relay.DefaultPageInfo
 
setHasNextPage(boolean) - Method in class graphql.relay.DefaultPageInfo
 
setHasPreviousPage(boolean) - Method in class graphql.relay.DefaultPageInfo
 
setName(String) - Method in class graphql.language.Argument
 
setName(String) - Method in class graphql.language.Directive
 
setName(String) - Method in class graphql.language.EnumValue
 
setName(String) - Method in class graphql.language.Field
 
setName(String) - Method in class graphql.language.FragmentDefinition
 
setName(String) - Method in class graphql.language.FragmentSpread
 
setName(String) - Method in class graphql.language.ObjectTypeDefinition
 
setName(String) - Method in class graphql.language.OperationDefinition
 
setName(String) - Method in class graphql.language.TypeName
 
setName(String) - Method in class graphql.language.VariableDefinition
 
setName(String) - Method in class graphql.language.VariableReference
 
setNode(Object) - Method in class graphql.relay.DefaultEdge
 
setOperation(OperationDefinition.Operation) - Method in class graphql.language.OperationDefinition
 
setPageInfo(PageInfo) - Method in class graphql.relay.DefaultConnection
 
setSelectionSet(SelectionSet) - Method in class graphql.language.Field
 
setSelectionSet(SelectionSet) - Method in class graphql.language.FragmentDefinition
 
setSelectionSet(SelectionSet) - Method in class graphql.language.InlineFragment
 
setSelectionSet(SelectionSet) - Method in class graphql.language.OperationDefinition
 
setSourceLocation(SourceLocation) - Method in class graphql.language.AbstractNode
 
setStartCursor(ConnectionCursor) - Method in class graphql.relay.DefaultPageInfo
 
setType(Type) - Method in class graphql.language.FieldDefinition
 
setType(Type) - Method in class graphql.language.InputValueDefinition
 
setType(Type) - Method in class graphql.language.ListType
 
setType(ListType) - Method in class graphql.language.NonNullType
 
setType(TypeName) - Method in class graphql.language.NonNullType
 
setType(Type) - Method in class graphql.language.OperationTypeDefinition
 
setType(Type) - Method in class graphql.language.VariableDefinition
 
setTypeCondition(TypeName) - Method in class graphql.language.FragmentDefinition
 
setTypeCondition(TypeName) - Method in class graphql.language.InlineFragment
 
setTypeResolver(TypeResolver) - Method in class graphql.schema.TypeResolverProxy
 
setValidationUtil(ValidationUtil) - Method in class graphql.validation.AbstractRule
 
setValue(Value) - Method in class graphql.language.Argument
 
setValue(boolean) - Method in class graphql.language.BooleanValue
 
setValue(BigDecimal) - Method in class graphql.language.FloatValue
 
setValue(Value) - Method in class graphql.language.InputValueDefinition
 
setValue(BigInteger) - Method in class graphql.language.IntValue
 
setValue(String) - Method in class graphql.language.StringValue
 
setValues(List<Value>) - Method in class graphql.language.ArrayValue
 
setVariableDefinitions(List<VariableDefinition>) - Method in class graphql.language.OperationDefinition
 
setVisitFragmentSpreads(boolean) - Method in class graphql.validation.AbstractRule
 
shouldInclude(ExecutionContext, List<Directive>) - Method in class graphql.execution.ConditionalNodes
 
ShouldNotHappenException - Exception in graphql
 
ShouldNotHappenException() - Constructor for exception graphql.ShouldNotHappenException
 
SimpleExecutionStrategy - Class in graphql.execution
 
SimpleExecutionStrategy() - Constructor for class graphql.execution.SimpleExecutionStrategy
 
SimpleListConnection - Class in graphql.relay
 
SimpleListConnection(List<?>, String) - Constructor for class graphql.relay.SimpleListConnection
 
SimpleListConnection(List<?>) - Constructor for class graphql.relay.SimpleListConnection
 
SkipDirective - Static variable in class graphql.Directives
 
SourceLocation - Class in graphql.language
 
SourceLocation(int, int) - Constructor for class graphql.language.SourceLocation
 
StaticDataFetcher - Class in graphql.schema
 
StaticDataFetcher(Object) - Constructor for class graphql.schema.StaticDataFetcher
 
staticValue(Object) - Method in class graphql.schema.GraphQLFieldDefinition.Builder
 
StringValue - Class in graphql.language
 
StringValue(String) - Constructor for class graphql.language.StringValue
 

T

toBase64(String) - Static method in class graphql.relay.Base64
 
toGlobalId(String, String) - Method in class graphql.relay.Relay
 
toString() - Method in class graphql.ExceptionWhileDataFetching
 
toString() - Method in class graphql.execution.ExecutionId
 
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.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.InlineFragment
 
toString() - Method in class graphql.language.InputObjectTypeDefinition
 
toString() - Method in class graphql.language.InputValueDefinition
 
toString() - Method in class graphql.language.InterfaceTypeDefinition
 
toString() - Method in class graphql.language.IntValue
 
toString() - Method in class graphql.language.ListType
 
toString() - Method in class graphql.language.NonNullType
 
toString() - Method in class graphql.language.ObjectField
 
toString() - Method in class graphql.language.ObjectTypeDefinition
 
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.SchemaDefinition
 
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.TypeExtensionDefinition
 
toString() - Method in class graphql.language.TypeName
 
toString() - Method in class graphql.language.UnionTypeDefinition
 
toString() - Method in class graphql.language.VariableDefinition
 
toString() - Method in class graphql.language.VariableReference
 
toString() - Method in class graphql.MutationNotSupportedError
 
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.GraphQLInterfaceType
 
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.validation.ValidationError
 
TraversalContext - Class in graphql.validation
 
TraversalContext(GraphQLSchema) - Constructor for class graphql.validation.TraversalContext
 
traverse(Node, QueryLanguageVisitor) - Method in class graphql.validation.LanguageTraversal
 
Type - Interface in graphql.language
 
type - Variable in class graphql.relay.Relay.ResolvedGlobalId
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
 
TypeDefinition - Interface in graphql.language
 
TypeExtensionDefinition - Class in graphql.language
 
TypeExtensionDefinition() - Constructor for class graphql.language.TypeExtensionDefinition
 
TypeExtensionDefinition(String) - Constructor for class graphql.language.TypeExtensionDefinition
 
TypeFromAST - Class in graphql.execution
 
TypeFromAST() - Constructor for class graphql.execution.TypeFromAST
 
TypeMetaFieldDef - Static variable in class graphql.introspection.Introspection
 
TypeName - Class in graphql.language
 
TypeName(String) - Constructor for class graphql.language.TypeName
 
TypeNameMetaFieldDef - Static variable in class graphql.introspection.Introspection
 
TypeReference - Interface in graphql.schema
 
typeResolver(TypeResolver) - Method in class graphql.schema.GraphQLInterfaceType.Builder
 
typeResolver(TypeResolver) - Method in class graphql.schema.GraphQLUnionType.Builder
 
TypeResolver - Interface in graphql.schema
 
TypeResolverProxy - Class in graphql.schema
 
TypeResolverProxy() - Constructor for class graphql.schema.TypeResolverProxy
 

U

UnbatchedDataFetcher - Class in graphql.execution.batched
Given a normal data fetcher as a delegate, uses that fetcher in a batched context by iterating through each source value and calling the delegate.
UnbatchedDataFetcher(DataFetcher) - Constructor for class graphql.execution.batched.UnbatchedDataFetcher
 
UnionTypeDefinition - Class in graphql.language
 
UnionTypeDefinition(String) - Constructor for class graphql.language.UnionTypeDefinition
 

V

validateDocument(GraphQLSchema, Document) - Method in class graphql.validation.Validator
 
validateSchema(GraphQLSchema) - Method in class graphql.schema.validation.Validator
 
ValidationContext - Class in graphql.validation
 
ValidationContext(GraphQLSchema, Document) - Constructor for class graphql.validation.ValidationContext
 
ValidationError - Class in graphql.schema.validation
 
ValidationError(ValidationErrorType, String) - Constructor for class graphql.schema.validation.ValidationError
 
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, List<SourceLocation>, String) - Constructor for class graphql.validation.ValidationError
 
ValidationErrorCollector - Class in graphql.schema.validation
 
ValidationErrorCollector() - Constructor for class graphql.schema.validation.ValidationErrorCollector
 
ValidationErrorCollector - Class in graphql.validation
 
ValidationErrorCollector() - Constructor for class graphql.validation.ValidationErrorCollector
 
ValidationErrorType - Enum in graphql.schema.validation
 
ValidationErrorType - Enum in graphql.validation
 
ValidationParameters - Class in graphql.execution.instrumentation.parameters
Parameters sent to Instrumentation methods
ValidationParameters(String, String, Object, Map<String, Object>, Document) - Constructor for class graphql.execution.instrumentation.parameters.ValidationParameters
 
ValidationRule - Interface in graphql.schema.validation
 
ValidationUtil - Class in graphql.validation
 
ValidationUtil() - Constructor for class graphql.validation.ValidationUtil
 
Validator - Class in graphql.schema.validation
 
Validator() - Constructor for class graphql.schema.validation.Validator
 
Validator - Class in graphql.validation
 
Validator() - Constructor for class graphql.validation.Validator
 
validLocations(Introspection.DirectiveLocation...) - Method in class graphql.schema.GraphQLDirective.Builder
 
validLocations() - Method in class graphql.schema.GraphQLDirective
 
Value - Interface in graphql.language
 
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
 
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.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.OperationDefinition.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum graphql.schema.validation.ValidationErrorType
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.ErrorType
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() - 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.schema.validation.ValidationErrorType
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
 
VariableDefaultValuesOfCorrectType - Class in graphql.validation.rules
 
VariableDefaultValuesOfCorrectType(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.VariableDefaultValuesOfCorrectType
 
VariableDefinition - Class in graphql.language
 
VariableDefinition() - Constructor for class graphql.language.VariableDefinition
 
VariableDefinition(String, Type) - Constructor for class graphql.language.VariableDefinition
 
VariableDefinition(String, Type, Value) - Constructor for class graphql.language.VariableDefinition
 
VariableReference - Class in graphql.language
 
VariableReference(String) - Constructor for class graphql.language.VariableReference
 
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
 
visitArgument(GraphqlParser.ArgumentContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 
visitDirective(GraphqlParser.DirectiveContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 
visitDirectiveDefinition(GraphqlParser.DirectiveDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 
visitDirectiveLocation(GraphqlParser.DirectiveLocationContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 
visitDocument(GraphqlParser.DocumentContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 
visitEnumTypeDefinition(GraphqlParser.EnumTypeDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 
visitEnumValueDefinition(GraphqlParser.EnumValueDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 
visitField(GraphqlParser.FieldContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 
visitFieldDefinition(GraphqlParser.FieldDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 
visitFragmentDefinition(GraphqlParser.FragmentDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 
visitFragmentSpread(GraphqlParser.FragmentSpreadContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 
visitInlineFragment(GraphqlParser.InlineFragmentContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 
visitInputObjectTypeDefinition(GraphqlParser.InputObjectTypeDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 
visitInputValueDefinition(GraphqlParser.InputValueDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 
visitInterfaceTypeDefinition(GraphqlParser.InterfaceTypeDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 
visitListType(GraphqlParser.ListTypeContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 
visitNonNullType(GraphqlParser.NonNullTypeContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 
visitObjectTypeDefinition(GraphqlParser.ObjectTypeDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 
visitOperationDefinition(GraphqlParser.OperationDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 
visitOperationTypeDefinition(GraphqlParser.OperationTypeDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 
visitScalarTypeDefinition(GraphqlParser.ScalarTypeDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 
visitSchemaDefinition(GraphqlParser.SchemaDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 
visitSelectionSet(GraphqlParser.SelectionSetContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 
visitTypeExtensionDefinition(GraphqlParser.TypeExtensionDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 
visitTypeName(GraphqlParser.TypeNameContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 
visitUnionTypeDefinition(GraphqlParser.UnionTypeDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 
visitVariableDefinition(GraphqlParser.VariableDefinitionContext) - Method in class graphql.parser.GraphqlAntlrToLanguage
 

W

withInterface(GraphQLInterfaceType) - Method in class graphql.schema.GraphQLObjectType.Builder
 
withInterfaces(GraphQLInterfaceType...) - Method in class graphql.schema.GraphQLObjectType.Builder
 

_

__Directive - Static variable in class graphql.introspection.Introspection
 
__DirectiveLocation - Static variable in class graphql.introspection.Introspection
 
__EnumValue - Static variable in class graphql.introspection.Introspection
 
__Field - Static variable in class graphql.introspection.Introspection
 
__InputValue - Static variable in class graphql.introspection.Introspection
 
__Schema - Static variable in class graphql.introspection.Introspection
 
__Type - Static variable in class graphql.introspection.Introspection
 
__TypeKind - Static variable in class graphql.introspection.Introspection
 
A B C D E F G H I K L M N O P Q R S T U V W _ 
Skip navigation links