- each(List<CompletableFuture<U>>) - Static method in class graphql.execution.Async
-
- each(Iterable<T>, BiFunction<T, Integer, CompletableFuture<U>>) - Static method in class graphql.execution.Async
-
- eachSequentially(Iterable<T>, Async.CFFactory<T, U>) - Static method in class graphql.execution.Async
-
- Edge<T> - Interface in graphql.relay
-
Represents an edge in Relay which is essentially a node of data T and the cursor for that node.
- edgeType(String, GraphQLOutputType, GraphQLInterfaceType, List<GraphQLFieldDefinition>) - Method in class graphql.relay.Relay
-
- enforceDirectives() - Method in class graphql.schema.diff.SchemaDiff.Options
-
- enter(Node, List<Node>) - Method in interface graphql.validation.DocumentVisitor
-
- enter(Node, List<Node>) - Method in class graphql.validation.RulesVisitor
-
- enter(Node, List<Node>) - Method in class graphql.validation.TraversalContext
-
- 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
-
- enumValues(EnumValuesProvider) - Method in class graphql.schema.idl.TypeRuntimeWiring.Builder
-
- EnumValuesProvider - Interface in graphql.schema.idl
-
Provides the Java runtime value for each graphql Enum value.
- enumValuesTypesFetcher - Static variable in class graphql.introspection.Introspection
-
- equals(Object) - Method in class graphql.analysis.FieldComplexityEnvironment
-
- equals(Object) - Method in class graphql.analysis.QueryVisitorEnvironment
-
- equals(Object) - Method in class graphql.ExceptionWhileDataFetching
-
- equals(Object) - Method in class graphql.execution.ExecutionId
-
- equals(Object) - Method in class graphql.execution.ExecutionPath
-
- equals(Object) - Method in class graphql.execution.NonNullableFieldWasNullError
-
- equals(GraphQLError, Object) - Static method in class graphql.GraphqlErrorHelper
-
- 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 exception graphql.relay.InvalidCursorException
-
- equals(Object) - Method in class graphql.schema.GraphQLList
-
- equals(Object) - Method in class graphql.schema.GraphQLNonNull
-
- equals(Object) - Method in class graphql.schema.validation.SchemaValidationError
-
- equals(Object) - Method in class graphql.SerializationError
-
- equals(Object) - Method in class graphql.validation.ValidationError
-
- ErrorFactory - Class in graphql.validation
-
- ErrorFactory() - Constructor for class graphql.validation.ErrorFactory
-
- ErrorType - Enum in graphql
-
All the errors in graphql belong to one of these categories
- exception(Throwable) - Method in class graphql.execution.DataFetcherExceptionHandlerParameters.Builder
-
- ExceptionWhileDataFetching - Class in graphql
-
This graphql error will be used if a runtime exception is encountered while a data fetcher is invoked
- ExceptionWhileDataFetching(ExecutionPath, Throwable, SourceLocation) - Constructor for class graphql.ExceptionWhileDataFetching
-
- execute(ExecutionContext, ExecutionStrategyParameters) - Method in class graphql.execution.AsyncExecutionStrategy
-
- execute(ExecutionContext, ExecutionStrategyParameters) - Method in class graphql.execution.AsyncSerialExecutionStrategy
-
- execute(ExecutionContext, ExecutionStrategyParameters) - Method in class graphql.execution.batched.BatchedExecutionStrategy
-
- execute(Document, GraphQLSchema, ExecutionId, ExecutionInput, InstrumentationState) - Method in class graphql.execution.Execution
-
- execute(ExecutionContext, ExecutionStrategyParameters) - Method in class graphql.execution.ExecutionStrategy
-
This is the entry point to an execution strategy.
- execute(ExecutionContext, ExecutionStrategyParameters) - Method in class graphql.execution.ExecutorServiceExecutionStrategy
-
- execute(String) - Method in class graphql.GraphQL
-
Executes the specified graphql query/mutation/subscription
- execute(String, Object) - Method in class graphql.GraphQL
-
- execute(String, String, Object) - Method in class graphql.GraphQL
-
- execute(String, Object, Map<String, Object>) - Method in class graphql.GraphQL
-
- execute(String, String, Object, Map<String, Object>) - Method in class graphql.GraphQL
-
- execute(ExecutionInput.Builder) - Method in class graphql.GraphQL
-
Executes the graphql query using the provided input object builder
- execute(UnaryOperator<ExecutionInput.Builder>) - Method in class graphql.GraphQL
-
Executes the graphql query using calling the builder function and giving it a new builder.
- execute(ExecutionInput) - Method in class graphql.GraphQL
-
Executes the graphql query using the provided input object
- executeAsync(ExecutionInput.Builder) - Method in class graphql.GraphQL
-
Executes the graphql query using the provided input object builder
- executeAsync(UnaryOperator<ExecutionInput.Builder>) - Method in class graphql.GraphQL
-
Executes the graphql query using the provided input object builder
- executeAsync(ExecutionInput) - Method in class graphql.GraphQL
-
Executes the graphql query using the provided input object
- Execution - Class in graphql.execution
-
- Execution(ExecutionStrategy, ExecutionStrategy, ExecutionStrategy, Instrumentation) - Constructor for class graphql.execution.Execution
-
- executionContext(ExecutionContext) - Method in class graphql.execution.DataFetcherExceptionHandlerParameters.Builder
-
- ExecutionContext - Class in graphql.execution
-
- ExecutionContext(Instrumentation, ExecutionId, GraphQLSchema, InstrumentationState, ExecutionStrategy, ExecutionStrategy, ExecutionStrategy, Map<String, FragmentDefinition>, Document, OperationDefinition, Map<String, Object>, Object, Object) - Constructor for class graphql.execution.ExecutionContext
-
- ExecutionContextBuilder - Class in graphql.execution
-
- ExecutionContextBuilder() - 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
- executionId(ExecutionId) - Method in class graphql.schema.DataFetchingEnvironmentBuilder
-
- ExecutionIdProvider - Interface in graphql.execution
-
- executionIdProvider(ExecutionIdProvider) - Method in class graphql.GraphQL.Builder
-
- ExecutionInput - Class in graphql
-
This represents the series of values that can be input on a graphql query execution
- ExecutionInput(String, String, Object, Object, Map<String, Object>) - Constructor for class graphql.ExecutionInput
-
- ExecutionInput.Builder - Class in graphql
-
- ExecutionPath - Class in graphql.execution
-
As a graphql query is executed, each field forms a hierarchical path from parent field to child field and this
class represents that path as a series of segments.
- ExecutionPath.PathSegment<T> - Interface in graphql.execution
-
- ExecutionResult - Interface in graphql
-
This simple value class represents the result of performing a graphql query.
- ExecutionResultImpl - Class in graphql
-
- ExecutionResultImpl(GraphQLError) - Constructor for class graphql.ExecutionResultImpl
-
- ExecutionResultImpl(List<? extends GraphQLError>) - Constructor for class graphql.ExecutionResultImpl
-
- ExecutionResultImpl(Object, List<? extends GraphQLError>) - Constructor for class graphql.ExecutionResultImpl
-
- ExecutionResultImpl(Object, List<? extends GraphQLError>, Map<Object, Object>) - Constructor for class graphql.ExecutionResultImpl
-
- ExecutionStrategy - Class in graphql.execution
-
An execution strategy is give a list of fields from the graphql query to execute and find values for using a recursive strategy.
- ExecutionStrategy() - Constructor for class graphql.execution.ExecutionStrategy
-
- ExecutionStrategy(DataFetcherExceptionHandler) - Constructor for class graphql.execution.ExecutionStrategy
-
The consumers of the execution strategy can pass in a
DataFetcherExceptionHandler
to better
decide what do when a data fetching error happens
- ExecutionStrategyParameters - Class in graphql.execution
-
The parameters that are passed to execution strategies
- ExecutionStrategyParameters.Builder - Class in graphql.execution
-
- ExecutionTypeInfo - Class in graphql.execution
-
As the graphql query executes, it forms a hierarchy from parent fields (and their type) to their child fields (and their type)
until a scalar type is encountered; this class captures that execution type information.
- ExecutionTypeInfo.Builder - Class in graphql.execution
-
- ExecutorServiceExecutionStrategy - Class in graphql.execution
-
ExecutorServiceExecutionStrategy uses an ExecutorService
to parallelize the resolve.
- ExecutorServiceExecutionStrategy(ExecutorService) - Constructor for class graphql.execution.ExecutorServiceExecutionStrategy
-
- ExecutorServiceExecutionStrategy(ExecutorService, DataFetcherExceptionHandler) - Constructor for class graphql.execution.ExecutorServiceExecutionStrategy
-
- FetchedValue - Class in graphql.execution.batched
-
- FetchedValue(MapOrList, Object) - Constructor for class graphql.execution.batched.FetchedValue
-
- FetchedValues - Class in graphql.execution.batched
-
- FetchedValues(List<FetchedValue>, ExecutionTypeInfo, ExecutionPath) - Constructor for class graphql.execution.batched.FetchedValues
-
- fetchField(ExecutionContext, ExecutionStrategyParameters) - Method in class graphql.execution.ExecutionStrategy
-
- fetchField() - Method in class graphql.schema.GraphQLFieldDefinition.Builder
-
Get the data from a field, rather than a property.
- field(Field) - Method in class graphql.execution.DataFetcherExceptionHandlerParameters.Builder
-
- field(List<Field>) - Method in class graphql.execution.ExecutionStrategyParameters.Builder
-
- field() - Method in class graphql.execution.ExecutionStrategyParameters
-
This returns the current field in its query representations.
- field(Field) - Method in class graphql.execution.TypeResolutionParameters.Builder
-
- 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(UnaryOperator<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(UnaryOperator<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(UnaryOperator<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).
- FieldAndArguments - Interface in graphql.execution.instrumentation.fieldvalidation
-
This represents a field and its arguments that may be validated.
- fieldCollector - Variable in class graphql.execution.ExecutionStrategy
-
- FieldCollector - Class in graphql.execution
-
A field collector can iterate over field selection sets and build out the sub fields that have been selected,
expanding named and inline fragments as it goes.s
- FieldCollector() - Constructor for class graphql.execution.FieldCollector
-
- FieldCollectorParameters - Class in graphql.execution
-
Internal because FieldCollector is internal.
- FieldCollectorParameters.Builder - Class in graphql.execution
-
- FieldComplexityCalculator - Interface in graphql.analysis
-
Used to calculate the complexity of a field.
- FieldComplexityEnvironment - Class in graphql.analysis
-
- FieldComplexityEnvironment(Field, GraphQLFieldDefinition, GraphQLCompositeType, Map<String, Object>, FieldComplexityEnvironment) - Constructor for class graphql.analysis.FieldComplexityEnvironment
-
- FieldDataFetcher<T> - Class in graphql.schema
-
Fetches data directly from a named java object field.
- FieldDataFetcher(String) - Constructor for class graphql.schema.FieldDataFetcher
-
- fieldDefinition(GraphQLFieldDefinition) - Method in class graphql.execution.DataFetcherExceptionHandlerParameters.Builder
-
- fieldDefinition(GraphQLFieldDefinition) - Method in class graphql.execution.ExecutionTypeInfo.Builder
-
- FieldDefinition - Class in graphql.language
-
- FieldDefinition(String) - Constructor for class graphql.language.FieldDefinition
-
- FieldDefinition(String, Type) - Constructor for class graphql.language.FieldDefinition
-
- fieldDefinition(GraphQLFieldDefinition) - Method in class graphql.schema.DataFetchingEnvironmentBuilder
-
- fieldName(String) - Method in class graphql.schema.diff.DiffEvent.Builder
-
- fields(Map<String, List<Field>>) - Method in class graphql.execution.ExecutionStrategyParameters.Builder
-
- fields() - Method in class graphql.execution.ExecutionStrategyParameters
-
- fields(List<Field>) - Method in class graphql.schema.DataFetchingEnvironmentBuilder
-
- 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
-
- fieldType(GraphQLOutputType) - Method in class graphql.schema.DataFetchingEnvironmentBuilder
-
- fieldTypeInfo(ExecutionStrategyParameters, GraphQLFieldDefinition) - Method in class graphql.execution.ExecutionStrategy
-
Builds the type info hierarchy for the current field
- fieldTypeInfo(ExecutionTypeInfo) - Method in class graphql.schema.DataFetchingEnvironmentBuilder
-
- FieldValidation - Interface in graphql.execution.instrumentation.fieldvalidation
-
This pluggable interface allows you to validate the fields and their argument inputs before query execution.
- FieldValidationEnvironment - Interface in graphql.execution.instrumentation.fieldvalidation
-
This contains all of the field and their arguments for a given query.
- FieldValidationInstrumentation - Class in graphql.execution.instrumentation.fieldvalidation
-
This
Instrumentation
allows you to validate the fields
of the query before the query is executed.
- FieldValidationInstrumentation(FieldValidation) - Constructor for class graphql.execution.instrumentation.fieldvalidation.FieldValidationInstrumentation
-
Your field validation will be called before query execution
- fieldVisibility(GraphqlFieldVisibility) - Method in class graphql.schema.GraphQLSchema.Builder
-
- fieldVisibility(GraphqlFieldVisibility) - Method in class graphql.schema.idl.RuntimeWiring.Builder
-
This allows you to add a field visibility that will be associated with the schema
- FieldWiringEnvironment - Class in graphql.schema.idl
-
- 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
-
Provided to the DataFetcher, therefore public API
- 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
-
- fragments(Map<String, FragmentDefinition>) - Method in class graphql.execution.FieldCollectorParameters.Builder
-
- fragmentsByName(Map<String, FragmentDefinition>) - Method in class graphql.execution.ExecutionContextBuilder
-
- fragmentsByName - Variable in class graphql.language.NodeUtil.GetOperationResult
-
- fragmentsByName(Map<String, FragmentDefinition>) - Method in class graphql.schema.DataFetchingEnvironmentBuilder
-
- 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
- fromGlobalId(String) - Method in class graphql.relay.Relay
-
- fromList(List<?>) - Static method in class graphql.execution.ExecutionPath
-
This will create an execution path from the list of objects
- 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(String, Function<String, PreparsedDocumentEntry>) - Method in class graphql.execution.preparsed.NoOpPreparsedDocumentProvider
-
- get(String, Function<String, PreparsedDocumentEntry>) - Method in interface graphql.execution.preparsed.PreparsedDocumentProvider
-
This is called to get a "cached" pre-parsed query and if its not present, then the computeFunction
can be called to parse the query
- get(DataFetchingEnvironment) - Method in class graphql.relay.SimpleListConnection
-
- get(DataFetchingEnvironment) - Method in interface graphql.schema.DataFetcher
-
This is called by the graphql engine to fetch the value.
- get(DataFetcherFactoryEnvironment) - Method in interface graphql.schema.DataFetcherFactory
-
- get() - Method in interface graphql.schema.DataFetchingFieldSelectionSet
-
- get() - Method in class graphql.schema.DataFetchingFieldSelectionSetImpl
-
- get(DataFetchingEnvironment) - Method in class graphql.schema.FieldDataFetcher
-
- get(DataFetchingEnvironment) - Method in class graphql.schema.PropertyDataFetcher
-
- get(DataFetchingEnvironment) - Method in class graphql.schema.StaticDataFetcher
-
- getAdditionalTypes() - Method in class graphql.schema.GraphQLSchema
-
- getAlias() - Method in class graphql.language.Field
-
- getAllTypesAsList() - Method in class graphql.schema.GraphQLSchema
-
- getArgument(String) - Method in class graphql.language.Directive
-
- getArgument(String) - Method in interface graphql.schema.DataFetchingEnvironment
-
Returns the named argument
- getArgument(String) - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getArgument(String) - Method in class graphql.schema.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.analysis.FieldComplexityEnvironment
-
- getArguments() - Method in class graphql.analysis.QueryVisitorEnvironment
-
- 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
-
- getArguments() - Method in class graphql.TypeResolutionEnvironment
-
- getArgumentsByName() - Method in class graphql.language.Directive
-
- getArgumentValue(String) - Method in interface graphql.execution.instrumentation.fieldvalidation.FieldAndArguments
-
This will return the named field argument value and cast it to the desired type.
- getArgumentValues() - Method in class graphql.execution.DataFetcherExceptionHandlerParameters
-
- getArgumentValues() - Method in class graphql.execution.TypeResolutionParameters
-
- getArgumentValues(List<GraphQLArgument>, List<Argument>, Map<String, Object>) - Method in class graphql.execution.ValuesResolver
-
- getArgumentValuesByName() - Method in interface graphql.execution.instrumentation.fieldvalidation.FieldAndArguments
-
This will be a map of argument names to argument values.
- getAstDesc(Type) - Static method in class graphql.schema.idl.TypeInfo
-
- getBackwardPaginationConnectionFieldArguments() - Method in class graphql.relay.Relay
-
- getBreakageCount() - Method in class graphql.schema.diff.reporting.CapturingReporter
-
- getBreakages() - Method in class graphql.schema.diff.reporting.CapturingReporter
-
- getCategory() - Method in class graphql.schema.diff.DiffEvent
-
- 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.NullValue
-
- getChildren() - Method in class graphql.language.ObjectField
-
- getChildren() - Method in class graphql.language.ObjectTypeDefinition
-
- getChildren() - Method in class graphql.language.ObjectValue
-
- getChildren() - Method in class graphql.language.OperationDefinition
-
- getChildren() - Method in class graphql.language.OperationTypeDefinition
-
- getChildren() - Method in class graphql.language.ScalarTypeDefinition
-
- getChildren() - Method in class graphql.language.SchemaDefinition
-
- getChildren() - Method in class graphql.language.SelectionSet
-
- getChildren() - Method in class graphql.language.StringValue
-
- getChildren() - Method in class graphql.language.TypeName
-
- getChildren() - Method in class graphql.language.UnionTypeDefinition
-
- getChildren() - Method in class graphql.language.VariableDefinition
-
- getChildren() - Method in class graphql.language.VariableReference
-
- getCoercing() - Method in class graphql.schema.GraphQLEnumType
-
- getCoercing() - Method in class graphql.schema.GraphQLScalarType
-
- getColumn() - Method in class graphql.language.SourceLocation
-
- getComments() - Method in class graphql.language.AbstractNode
-
- getComments() - Method in interface graphql.language.Node
-
Nodes can have comments made on them, the following is one comment per line before a node.
- getComponents() - Method in class graphql.schema.diff.DiffEvent
-
- getConnectionFieldArguments() - Method in class graphql.relay.Relay
-
- getContent() - Method in class graphql.language.Comment
-
- getContext() - Method in class graphql.execution.ExecutionContext
-
- getContext() - Method in class graphql.execution.instrumentation.parameters.InstrumentationExecutionParameters
-
- getContext() - Method in class graphql.ExecutionInput
-
- getContext() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getContext() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getCursor() - Method in class graphql.relay.DefaultEdge
-
- getCursor() - Method in interface graphql.relay.Edge
-
- getDangerCount() - Method in class graphql.schema.diff.reporting.CapturingReporter
-
- getDangers() - Method in class graphql.schema.diff.reporting.CapturingReporter
-
- getData() - Method in interface graphql.ExecutionResult
-
- getData() - Method in class graphql.ExecutionResultImpl
-
- getDataFetcher() - Method in class graphql.schema.GraphQLFieldDefinition
-
- getDataFetcher(FieldWiringEnvironment) - Method in class graphql.schema.idl.CombinedWiringFactory
-
- getDataFetcher(FieldWiringEnvironment) - Method in class graphql.schema.idl.NoopWiringFactory
-
- getDataFetcher(FieldWiringEnvironment) - Method in interface graphql.schema.idl.WiringFactory
-
- getDataFetcherFactory(FieldWiringEnvironment) - Method in class graphql.schema.idl.CombinedWiringFactory
-
- getDataFetcherFactory(FieldWiringEnvironment) - Method in interface graphql.schema.idl.WiringFactory
-
- getDataFetcherForType(String) - Method in class graphql.schema.idl.RuntimeWiring
-
- getDataFetchers() - Method in class graphql.schema.idl.RuntimeWiring
-
- getDataFetchingEnvironment() - Method in class graphql.execution.DataFetcherExceptionHandlerParameters
-
- getDefaultDataFetcher(FieldWiringEnvironment) - Method in class graphql.schema.idl.NoopWiringFactory
-
- getDefaultDataFetcher() - Method in class graphql.schema.idl.TypeRuntimeWiring
-
- getDefaultDataFetcher(FieldWiringEnvironment) - Method in interface graphql.schema.idl.WiringFactory
-
All fields need a data fetcher of some sort and this method is called to provide the data fetcher
that will be used if no specific one has been provided
- getDefaultDataFetcherForType(String) - Method in class graphql.schema.idl.RuntimeWiring
-
- getDefaultValue() - Method in class graphql.language.InputValueDefinition
-
- getDefaultValue() - Method in class graphql.language.VariableDefinition
-
- getDefaultValue() - Method in class graphql.schema.GraphQLArgument
-
- getDefaultValue() - Method in class graphql.schema.GraphQLInputObjectField
-
- getDefinition() - Method in class graphql.schema.GraphQLArgument
-
- getDefinition() - Method in class graphql.schema.GraphQLEnumType
-
- getDefinition() - Method in class graphql.schema.GraphQLFieldDefinition
-
- getDefinition() - Method in class graphql.schema.GraphQLInputObjectField
-
- getDefinition() - Method in class graphql.schema.GraphQLInputObjectType
-
- getDefinition() - Method in class graphql.schema.GraphQLInterfaceType
-
- getDefinition() - Method in class graphql.schema.GraphQLObjectType
-
- getDefinition() - Method in class graphql.schema.GraphQLScalarType
-
- getDefinition() - Method in class graphql.schema.GraphQLUnionType
-
- 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.SchemaValidationError
-
- getDescription() - Method in class graphql.validation.ValidationError
-
- getDirective(String) - Method in class graphql.language.EnumTypeDefinition
-
- getDirective(String) - Method in class graphql.language.EnumValueDefinition
-
- getDirective(String) - Method in class graphql.language.Field
-
- getDirective(String) - Method in class graphql.language.FieldDefinition
-
- getDirective(String) - Method in class graphql.language.FragmentDefinition
-
- getDirective(String) - Method in class graphql.language.FragmentSpread
-
- getDirective(String) - Method in class graphql.language.InlineFragment
-
- getDirective(String) - Method in class graphql.language.InputObjectTypeDefinition
-
- getDirective(String) - Method in class graphql.language.InputValueDefinition
-
- getDirective(String) - Method in class graphql.language.InterfaceTypeDefinition
-
- getDirective(String) - Method in class graphql.language.ObjectTypeDefinition
-
- getDirective(String) - Method in class graphql.language.OperationDefinition
-
- getDirective(String) - Method in class graphql.language.ScalarTypeDefinition
-
- getDirective(String) - Method in class graphql.language.SchemaDefinition
-
- getDirective(String) - Method in class graphql.language.UnionTypeDefinition
-
- 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 interface graphql.language.TypeDefinition
-
- getDirectives() - Method in class graphql.language.UnionTypeDefinition
-
- getDirectives() - Method in class graphql.schema.GraphQLSchema
-
- getDirectivesByName() - Method in class graphql.language.EnumTypeDefinition
-
- getDirectivesByName() - Method in class graphql.language.EnumValueDefinition
-
- getDirectivesByName() - Method in class graphql.language.Field
-
- getDirectivesByName() - Method in class graphql.language.FieldDefinition
-
- getDirectivesByName() - Method in class graphql.language.FragmentDefinition
-
- getDirectivesByName() - Method in class graphql.language.FragmentSpread
-
- getDirectivesByName() - Method in class graphql.language.InlineFragment
-
- getDirectivesByName() - Method in class graphql.language.InputObjectTypeDefinition
-
- getDirectivesByName() - Method in class graphql.language.InputValueDefinition
-
- getDirectivesByName() - Method in class graphql.language.InterfaceTypeDefinition
-
- getDirectivesByName() - Method in class graphql.language.ObjectTypeDefinition
-
- getDirectivesByName() - Method in class graphql.language.OperationDefinition
-
- getDirectivesByName() - Method in class graphql.language.ScalarTypeDefinition
-
- getDirectivesByName() - Method in class graphql.language.SchemaDefinition
-
- getDirectivesByName() - Method in class graphql.language.UnionTypeDefinition
-
- getDocument() - Method in class graphql.execution.ExecutionContext
-
- getDocument() - Method in class graphql.execution.instrumentation.parameters.InstrumentationValidationParameters
-
- getDocument() - Method in class graphql.execution.preparsed.PreparsedDocumentEntry
-
- 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
-
- getEnumValueDefinitions() - Method in class graphql.language.EnumTypeDefinition
-
- getEnumValuesProvider() - Method in class graphql.schema.idl.TypeRuntimeWiring
-
- getEnumValuesProviders() - Method in class graphql.schema.idl.RuntimeWiring
-
- getEnvironment() - Method in class graphql.execution.instrumentation.parameters.InstrumentationFieldFetchParameters
-
- getErrors() - Method in class graphql.execution.ExecutionContext
-
- getErrors() - Method in class graphql.execution.preparsed.PreparsedDocumentEntry
-
- getErrors() - Method in interface graphql.ExecutionResult
-
- getErrors() - Method in class graphql.ExecutionResultImpl
-
- getErrors() - Method in exception graphql.schema.idl.errors.SchemaProblem
-
- getErrors() - Method in class graphql.schema.validation.SchemaValidationErrorCollector
-
- getErrors() - Method in class graphql.validation.AbstractRule
-
- getErrors() - Method in class graphql.validation.ValidationErrorCollector
-
- getErrorType() - Method in class graphql.ExceptionWhileDataFetching
-
- getErrorType() - Method in exception graphql.execution.AbortExecutionException
-
- getErrorType() - Method in class graphql.execution.NonNullableFieldWasNullError
-
- getErrorType() - Method in interface graphql.GraphQLError
-
- getErrorType() - Method in class graphql.InvalidSyntaxError
-
- getErrorType() - Method in class graphql.MutationNotSupportedError
-
- getErrorType() - Method in exception graphql.relay.InvalidCursorException
-
- getErrorType() - Method in class graphql.schema.validation.SchemaValidationError
-
- getErrorType() - Method in class graphql.SerializationError
-
- getErrorType() - Method in class graphql.validation.ValidationError
-
- getEvents() - Method in class graphql.schema.diff.reporting.CapturingReporter
-
- getException() - Method in class graphql.ExceptionWhileDataFetching
-
- getException() - Method in class graphql.execution.DataFetcherExceptionHandlerParameters
-
- getException() - Method in class graphql.SerializationError
-
- getExecutionContext() - Method in class graphql.execution.DataFetcherExceptionHandlerParameters
-
- getExecutionContext() - Method in interface graphql.execution.instrumentation.fieldvalidation.FieldValidationEnvironment
-
- getExecutionContext() - Method in class graphql.execution.instrumentation.parameters.InstrumentationDataFetchParameters
-
- getExecutionContext() - Method in class graphql.execution.instrumentation.parameters.InstrumentationExecutionStrategyParameters
-
- getExecutionContext() - Method in class graphql.execution.instrumentation.parameters.InstrumentationFieldParameters
-
- getExecutionId() - Method in class graphql.execution.ExecutionContext
-
- getExecutionId() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getExecutionId() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getExecutionInput() - Method in class graphql.execution.instrumentation.parameters.InstrumentationExecutionParameters
-
- getExecutionTypeInfo() - Method in class graphql.execution.batched.FetchedValues
-
- getExtensions() - Method in class graphql.ExceptionWhileDataFetching
-
- getExtensions() - Method in interface graphql.ExecutionResult
-
- getExtensions() - Method in class graphql.ExecutionResultImpl
-
- getExtensions() - Method in interface graphql.GraphQLError
-
- getField() - Method in class graphql.analysis.FieldComplexityEnvironment
-
- getField() - Method in class graphql.analysis.QueryVisitorEnvironment
-
- getField() - Method in class graphql.execution.DataFetcherExceptionHandlerParameters
-
- getField() - Method in interface graphql.execution.instrumentation.fieldvalidation.FieldAndArguments
-
- getField() - Method in class graphql.execution.instrumentation.parameters.InstrumentationFieldParameters
-
- getField() - Method in class graphql.execution.TypeResolutionParameters
-
- getField(String) - Method in class graphql.schema.GraphQLInputObjectType
-
- getField() - Method in class graphql.TypeResolutionEnvironment
-
- getFieldDataFetchers() - Method in class graphql.schema.idl.TypeRuntimeWiring
-
- getFieldDef(GraphQLFieldsContainer, Field) - Method in class graphql.analysis.QueryTraversal
-
- getFieldDef(ExecutionContext, ExecutionStrategyParameters, Field) - Method in class graphql.execution.ExecutionStrategy
-
Called to discover the field definition give the current parameters and the AST
Field
- getFieldDef(GraphQLSchema, GraphQLObjectType, Field) - Method in class graphql.execution.ExecutionStrategy
-
Called to discover the field definition give the current parameters and the AST
Field
- getFieldDef() - Method in class graphql.validation.TraversalContext
-
- getFieldDef() - Method in class graphql.validation.ValidationContext
-
- getFieldDefinition() - Method in class graphql.analysis.FieldComplexityEnvironment
-
- getFieldDefinition() - Method in class graphql.analysis.QueryVisitorEnvironment
-
- getFieldDefinition() - Method in class graphql.execution.DataFetcherExceptionHandlerParameters
-
- getFieldDefinition() - Method in class graphql.execution.ExecutionTypeInfo
-
This returns the field definition that is in play when this type info was created or null
if the type is a root query type
- getFieldDefinition() - Method in interface graphql.execution.instrumentation.fieldvalidation.FieldAndArguments
-
- getFieldDefinition() - Method in class graphql.schema.DataFetcherFactoryEnvironment
-
- getFieldDefinition() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getFieldDefinition() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getFieldDefinition(String) - Method in interface graphql.schema.GraphQLFieldsContainer
-
- getFieldDefinition(String) - Method in interface graphql.schema.GraphQLInputFieldsContainer
-
- getFieldDefinition(String) - Method in class graphql.schema.GraphQLInputObjectType
-
- getFieldDefinition(String) - Method in class graphql.schema.GraphQLInterfaceType
-
- getFieldDefinition(String) - Method in class graphql.schema.GraphQLObjectType
-
- getFieldDefinition() - Method in class graphql.schema.idl.FieldWiringEnvironment
-
- getFieldDefinition(GraphQLFieldsContainer, String) - Method in class graphql.schema.visibility.BlockedFields
-
- getFieldDefinition(GraphQLFieldsContainer, String) - Method in class graphql.schema.visibility.DefaultGraphqlFieldVisibility
-
- getFieldDefinition(GraphQLFieldsContainer, String) - Method in interface graphql.schema.visibility.GraphqlFieldVisibility
-
Called to get a named field from an object type or interface
- getFieldDefinition(GraphQLFieldsContainer, String) - Method in class graphql.schema.visibility.NoIntrospectionGraphqlFieldVisibility
-
- getFieldDefinitions() - Method in class graphql.language.InterfaceTypeDefinition
-
- getFieldDefinitions() - Method in class graphql.language.ObjectTypeDefinition
-
- getFieldDefinitions() - Method in interface graphql.schema.GraphQLFieldsContainer
-
- getFieldDefinitions() - Method in interface graphql.schema.GraphQLInputFieldsContainer
-
- getFieldDefinitions() - Method in class graphql.schema.GraphQLInputObjectType
-
- getFieldDefinitions() - Method in class graphql.schema.GraphQLInterfaceType
-
- getFieldDefinitions() - Method in class graphql.schema.GraphQLObjectType
-
- getFieldDefinitions(GraphQLFieldsContainer) - Method in class graphql.schema.visibility.BlockedFields
-
- getFieldDefinitions(GraphQLFieldsContainer) - Method in class graphql.schema.visibility.DefaultGraphqlFieldVisibility
-
- getFieldDefinitions(GraphQLFieldsContainer) - Method in interface graphql.schema.visibility.GraphqlFieldVisibility
-
Called to get the list of fields from an object type or interface
- getFieldDefinitions(GraphQLFieldsContainer) - Method in class graphql.schema.visibility.NoIntrospectionGraphqlFieldVisibility
-
- getFieldName() - Method in class graphql.schema.diff.DiffEvent
-
- getFields() - Method in interface graphql.execution.instrumentation.fieldvalidation.FieldValidationEnvironment
-
- getFields() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getFields() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getFields() - Method in class graphql.schema.GraphQLInputObjectType
-
- getFieldsByPath() - Method in interface graphql.execution.instrumentation.fieldvalidation.FieldValidationEnvironment
-
- getFieldType() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getFieldType() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getFieldType() - Method in class graphql.TypeResolutionEnvironment
-
- getFieldTypeInfo() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getFieldTypeInfo() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getFieldVisibility() - Method in class graphql.schema.GraphQLSchema
-
- getFieldVisibility() - Method in class graphql.schema.idl.RuntimeWiring
-
- 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
-
- getFragmentsByName() - Method in class graphql.execution.FieldCollectorParameters
-
- getFragmentsByName() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getFragmentsByName() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getGraphQLInterfaceType() - Method in class graphql.execution.TypeResolutionParameters
-
- getGraphQLSchema() - Method in class graphql.execution.ExecutionContext
-
- getGraphQLSchema() - Method in class graphql.execution.FieldCollectorParameters
-
- getGraphQLSchema() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getGraphQLSchema() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getGraphQLUnionType() - Method in class graphql.execution.TypeResolutionParameters
-
- 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
-
- getInstrumentationState() - Method in class graphql.execution.ExecutionContext
-
- getInstrumentationState() - Method in class graphql.execution.instrumentation.parameters.InstrumentationDataFetchParameters
-
- getInstrumentationState() - Method in class graphql.execution.instrumentation.parameters.InstrumentationExecutionParameters
-
- getInstrumentationState() - Method in class graphql.execution.instrumentation.parameters.InstrumentationExecutionStrategyParameters
-
- getInstrumentationState() - Method in class graphql.execution.instrumentation.parameters.InstrumentationFieldParameters
-
- getInterfaceOrUnionType() - Method in exception graphql.execution.UnresolvedTypeException
-
- getInterfaces() - Method in class graphql.schema.GraphQLObjectType
-
- getInterfaceTypeDefinition() - Method in class graphql.schema.idl.InterfaceWiringEnvironment
-
- getLevel() - Method in class graphql.schema.diff.DiffEvent
-
- getLine() - Method in class graphql.language.SourceLocation
-
- getLocations() - Method in class graphql.ExceptionWhileDataFetching
-
- getLocations() - Method in exception graphql.execution.AbortExecutionException
-
- getLocations() - Method in class graphql.execution.NonNullableFieldWasNullError
-
- getLocations() - Method in interface graphql.GraphQLError
-
- getLocations() - Method in class graphql.InvalidSyntaxError
-
- getLocations() - Method in class graphql.MutationNotSupportedError
-
- getLocations() - Method in exception graphql.relay.InvalidCursorException
-
- getLocations() - Method in class graphql.SerializationError
-
- getLocations() - Method in class graphql.validation.ValidationError
-
- getMemberTypes() - Method in class graphql.language.UnionTypeDefinition
-
- getMessage() - Method in class graphql.ExceptionWhileDataFetching
-
- getMessage() - Method in class graphql.execution.NonNullableFieldWasNullError
-
- getMessage() - Method in interface graphql.GraphQLError
-
- getMessage() - Method in class graphql.InvalidSyntaxError
-
- getMessage() - Method in class graphql.MutationNotSupportedError
-
- getMessage() - Method in exception graphql.schema.idl.errors.SchemaProblem
-
- getMessage() - Method in class graphql.SerializationError
-
- getMessage() - Method in class graphql.validation.ArgumentValidationUtil
-
- 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.DirectiveDefinition
-
- getName() - Method in class graphql.language.DirectiveLocation
-
- getName() - Method in class graphql.language.EnumTypeDefinition
-
- getName() - Method in class graphql.language.EnumValue
-
- getName() - Method in class graphql.language.EnumValueDefinition
-
- getName() - Method in class graphql.language.Field
-
- getName() - Method in class graphql.language.FieldDefinition
-
- getName() - Method in class graphql.language.FragmentDefinition
-
- getName() - Method in class graphql.language.FragmentSpread
-
- getName() - Method in class graphql.language.InputObjectTypeDefinition
-
- getName() - Method in class graphql.language.InputValueDefinition
-
- getName() - Method in class graphql.language.InterfaceTypeDefinition
-
- getName() - Method in 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 class graphql.schema.idl.TypeInfo
-
- getNew() - Method in class graphql.schema.diff.DiffSet
-
- getNode() - Method in class graphql.relay.DefaultEdge
-
- getNode() - Method in interface graphql.relay.Edge
-
- getObject() - Method in class graphql.TypeResolutionEnvironment
-
- getObjectFields() - Method in class graphql.language.ObjectValue
-
- getObjectType() - Method in class graphql.execution.FieldCollectorParameters
-
- getOld() - Method in class graphql.schema.diff.DiffSet
-
- getOperation() - Method in class graphql.execution.instrumentation.parameters.InstrumentationExecutionParameters
-
- getOperation(Document, String) - Static method in class graphql.language.NodeUtil
-
- getOperation() - Method in class graphql.language.OperationDefinition
-
- getOperationDefinition() - Method in class graphql.execution.ExecutionContext
-
- getOperationName() - Method in class graphql.ExecutionInput
-
- GetOperationResult() - Constructor for class graphql.language.NodeUtil.GetOperationResult
-
- 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
-
- getParentEnvironment() - Method in class graphql.analysis.FieldComplexityEnvironment
-
- getParentEnvironment() - Method in class graphql.analysis.QueryVisitorEnvironment
-
- getParentFieldAndArguments() - Method in interface graphql.execution.instrumentation.fieldvalidation.FieldAndArguments
-
- getParentResult() - Method in class graphql.execution.batched.FetchedValue
-
- getParentType() - Method in class graphql.analysis.FieldComplexityEnvironment
-
- getParentType() - Method in class graphql.analysis.QueryVisitorEnvironment
-
- getParentType() - Method in interface graphql.execution.instrumentation.fieldvalidation.FieldAndArguments
-
- getParentType() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getParentType() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getParentType() - Method in class graphql.schema.idl.FieldWiringEnvironment
-
- getParentType() - Method in class graphql.validation.TraversalContext
-
- getParentType() - Method in class graphql.validation.ValidationContext
-
- getParentTypeInfo() - Method in class graphql.execution.ExecutionTypeInfo
-
- getPath() - Method in class graphql.ExceptionWhileDataFetching
-
- getPath() - Method in class graphql.execution.batched.FetchedValues
-
- getPath() - Method in class graphql.execution.DataFetcherExceptionHandlerParameters
-
- getPath() - Method in class graphql.execution.ExecutionTypeInfo
-
- getPath() - Method in interface graphql.execution.instrumentation.fieldvalidation.FieldAndArguments
-
- getPath() - Method in class graphql.execution.NonNullableFieldWasNullError
-
- getPath() - Method in exception graphql.execution.NonNullableFieldWasNullException
-
- getPath() - Method in interface graphql.GraphQLError
-
The graphql spec says that the (optional) path field of any error should be a list
of path entries - http://facebook.github.io/graphql/#sec-Errors
- getPath() - Method in class graphql.SerializationError
-
- getQuery() - Method in class graphql.execution.instrumentation.parameters.InstrumentationExecutionParameters
-
- getQuery() - Method in class graphql.ExecutionInput
-
- getQueryStrategy() - Method in class graphql.execution.ExecutionContext
-
- getQueryType() - Method in class graphql.schema.GraphQLSchema
-
- getRawType() - Method in class graphql.schema.idl.TypeInfo
-
- getReasonMsg() - Method in class graphql.schema.diff.DiffEvent
-
- getRoot() - Method in class graphql.execution.ExecutionContext
-
- getRoot() - Method in class graphql.ExecutionInput
-
- getRoot() - Method in interface graphql.schema.DataFetchingEnvironment
-
This is the source object for the root query.
- getRoot() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getRules() - Method in class graphql.schema.validation.SchemaValidator
-
- getScalars() - Method in class graphql.schema.idl.RuntimeWiring
-
- getSchema() - Method in class graphql.execution.instrumentation.parameters.InstrumentationExecutionParameters
-
- getSchema() - Method in class graphql.execution.TypeResolutionParameters
-
- getSchema() - Method in class graphql.TypeResolutionEnvironment
-
- getSchema() - Method in class graphql.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
-
- getSelectionSet() - Method in interface graphql.schema.DataFetchingEnvironment
-
- getSelectionSet() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getSource() - Method in interface graphql.schema.DataFetchingEnvironment
-
This is the value of the current object to be queried.
- getSource() - Method in class graphql.schema.DataFetchingEnvironmentImpl
-
- getSourceLocation() - Method in class graphql.language.AbstractNode
-
- getSourceLocation() - Method in class graphql.language.Comment
-
- getSourceLocation() - Method in interface graphql.language.Node
-
- getStartCursor() - Method in class graphql.relay.DefaultPageInfo
-
- getStartCursor() - Method in interface graphql.relay.PageInfo
-
- getSubscriptionStrategy() - Method in class graphql.execution.ExecutionContext
-
- getSubscriptionType() - Method in class graphql.schema.GraphQLSchema
-
- getTraversalContext() - Method in class graphql.validation.ValidationContext
-
- getType() - Method in class graphql.execution.ExecutionTypeInfo
-
This returns the type which is unwrapped if it was
GraphQLNonNull
wrapped
- 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(Type) - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
- getType(String) - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
- getType(TypeResolutionEnvironment) - Method in interface graphql.schema.TypeResolver
-
- getType(TypeResolutionEnvironment) - Method in class graphql.schema.TypeResolverProxy
-
- getTypeCondition() - Method in class graphql.language.FragmentDefinition
-
- getTypeCondition() - Method in class graphql.language.InlineFragment
-
- getTypeFromAST(GraphQLSchema, Type) - Static method in class graphql.execution.TypeFromAST
-
- getTypeInfo() - Method in class graphql.execution.instrumentation.parameters.InstrumentationFieldParameters
-
- getTypeInfo() - Method in exception graphql.execution.NonNullableFieldWasNullException
-
- getTypeKind(TypeDefinition) - Static method in enum graphql.language.TypeKind
-
- getTypeKind() - Method in class graphql.schema.diff.DiffEvent
-
- getTypeName() - Method in class graphql.schema.diff.DiffEvent
-
- getTypeName() - Method in class graphql.schema.idl.TypeInfo
-
- getTypeName() - Method in class graphql.schema.idl.TypeRuntimeWiring
-
- getTypeResolver() - Method in class graphql.schema.GraphQLInterfaceType
-
- getTypeResolver() - Method in class graphql.schema.GraphQLUnionType
-
- getTypeResolver(InterfaceWiringEnvironment) - Method in class graphql.schema.idl.CombinedWiringFactory
-
- getTypeResolver(UnionWiringEnvironment) - Method in class graphql.schema.idl.CombinedWiringFactory
-
- getTypeResolver(InterfaceWiringEnvironment) - Method in class graphql.schema.idl.NoopWiringFactory
-
- getTypeResolver(UnionWiringEnvironment) - Method in class graphql.schema.idl.NoopWiringFactory
-
- getTypeResolver() - Method in class graphql.schema.idl.TypeRuntimeWiring
-
- getTypeResolver(InterfaceWiringEnvironment) - Method in interface graphql.schema.idl.WiringFactory
-
- getTypeResolver(UnionWiringEnvironment) - Method in interface graphql.schema.idl.WiringFactory
-
- getTypeResolver() - Method in class graphql.schema.TypeResolverProxy
-
- getTypeResolvers() - Method in class graphql.schema.idl.RuntimeWiring
-
- getTypes() - Method in class graphql.schema.GraphQLUnionType
-
- getUnderlyingErrors() - Method in exception graphql.execution.AbortExecutionException
-
- getUnionTypeDefinition() - Method in class graphql.schema.idl.UnionWiringEnvironment
-
- getUnmodifiedType(GraphQLType) - Method in class graphql.schema.SchemaUtil
-
- getUnmodifiedType(Type) - Method in class graphql.validation.ValidationUtil
-
- getUnwrappedTypeName(GraphQLType) - Static method in class graphql.schema.GraphQLTypeUtil
-
This will get the unwrapped type name that includes the non null and list wrappers
so it might be '[typeName!]'
- 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.FetchedValue
-
- getValue() - Method in interface graphql.execution.ExecutionPath.PathSegment
-
- getValue() - Method in class graphql.execution.TypeResolutionParameters
-
- getValue() - Method in class graphql.language.Argument
-
- getValue() - Method in class graphql.language.FloatValue
-
- getValue() - Method in class graphql.language.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(String) - Method in class graphql.schema.GraphQLEnumType
-
- getValue() - Method in class graphql.schema.GraphQLEnumValueDefinition
-
- getValue(String) - Method in interface graphql.schema.idl.EnumValuesProvider
-
- getValue(String) - Method in class graphql.schema.idl.MapEnumValuesProvider
-
- getValue(String) - Method in class graphql.schema.idl.NaturalEnumValuesProvider
-
- getValues() - Method in class graphql.execution.batched.FetchedValues
-
- 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
-
- getVariables() - Method in class graphql.execution.FieldCollectorParameters
-
- getVariables() - Method in class graphql.execution.instrumentation.parameters.InstrumentationExecutionParameters
-
- getVariables() - Method in class graphql.ExecutionInput
-
- getWiringFactory() - Method in class graphql.schema.idl.RuntimeWiring
-
- getWrappedType() - Method in class graphql.schema.GraphQLList
-
- getWrappedType() - Method in interface graphql.schema.GraphQLModifiedType
-
- getWrappedType() - Method in class graphql.schema.GraphQLNonNull
-
- graphql - package graphql
-
- GraphQL - Class in graphql
-
This class is where all graphql-java query execution begins.
- GraphQL(GraphQLSchema) - Constructor for class graphql.GraphQL
-
- GraphQL(GraphQLSchema, ExecutionStrategy) - Constructor for class graphql.GraphQL
-
- GraphQL(GraphQLSchema, ExecutionStrategy, ExecutionStrategy) - Constructor for class graphql.GraphQL
-
- GraphQL(GraphQLSchema, ExecutionStrategy, ExecutionStrategy, ExecutionStrategy) - Constructor for class graphql.GraphQL
-
- graphql.analysis - package graphql.analysis
-
- 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.dataloader - package graphql.execution.instrumentation.dataloader
-
- graphql.execution.instrumentation.fieldvalidation - package graphql.execution.instrumentation.fieldvalidation
-
- graphql.execution.instrumentation.parameters - package graphql.execution.instrumentation.parameters
-
- graphql.execution.instrumentation.tracing - package graphql.execution.instrumentation.tracing
-
- graphql.execution.preparsed - package graphql.execution.preparsed
-
- 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.diff - package graphql.schema.diff
-
- graphql.schema.diff.reporting - package graphql.schema.diff.reporting
-
- graphql.schema.idl - package graphql.schema.idl
-
- graphql.schema.idl.errors - package graphql.schema.idl.errors
-
- graphql.schema.validation - package graphql.schema.validation
-
- graphql.schema.visibility - package graphql.schema.visibility
-
- graphql.validation - package graphql.validation
-
- graphql.validation.rules - package graphql.validation.rules
-
- GRAPHQL_SPECIFICATION_SCALARS - Static variable in class graphql.schema.idl.ScalarInfo
-
A list of the built-in scalar types as defined by the graphql specification
- GraphqlAntlrToLanguage - Class in graphql.parser
-
- GraphQLArgument - Class in graphql.schema
-
- GraphQLArgument(String, String, GraphQLInputType, Object) - Constructor for class graphql.schema.GraphQLArgument
-
- GraphQLArgument(String, GraphQLInputType) - Constructor for class graphql.schema.GraphQLArgument
-
- GraphQLArgument(String, String, GraphQLInputType, Object, InputValueDefinition) - Constructor for class graphql.schema.GraphQLArgument
-
- GraphQLArgument.Builder - Class in graphql.schema
-
- GraphQLBigDecimal - Static variable in class graphql.Scalars
-
This represents the "BigDecimal" type which is a representation of java.math.BigDecimal
- GraphQLBigInteger - Static variable in class graphql.Scalars
-
This represents the "BigInteger" type which is a representation of java.math.BigInteger
- GraphQLBoolean - Static variable in class graphql.Scalars
-
This represents the "Boolean" type as defined in the graphql specification : http://facebook.github.io/graphql/#sec-Boolean
- GraphQLByte - Static variable in class graphql.Scalars
-
This represents the "Byte" type which is a representation of java.lang.Byte
- GraphQLChar - Static variable in class graphql.Scalars
-
This represents the "Char" type which is a representation of java.lang.Character
- GraphQLCompositeType - Interface in graphql.schema
-
- GraphQLDirective - Class in graphql.schema
-
A directive can be used to modify the behavior of a graphql field.
- 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
-
A graphql enumeration type has a limited set of values.
- GraphQLEnumType(String, String, List<GraphQLEnumValueDefinition>) - Constructor for class graphql.schema.GraphQLEnumType
-
- GraphQLEnumType(String, String, List<GraphQLEnumValueDefinition>, EnumTypeDefinition) - Constructor for class graphql.schema.GraphQLEnumType
-
- GraphQLEnumType.Builder - Class in graphql.schema
-
- GraphQLEnumValueDefinition - Class in graphql.schema
-
A graphql enumeration type has a limited set of values and this defines one of those unique values
See http://graphql.org/learn/schema/#enumeration-types for more details
- 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
-
- GraphqlErrorHelper - Class in graphql
-
This little helper allows GraphQlErrors to implement
common things (hashcode/ equals ) and to specification more easily
- GraphqlErrorHelper() - Constructor for class graphql.GraphqlErrorHelper
-
- GraphQLException - Exception in graphql
-
- GraphQLException() - Constructor for exception graphql.GraphQLException
-
- GraphQLException(String) - Constructor for exception graphql.GraphQLException
-
- GraphQLException(String, Throwable) - Constructor for exception graphql.GraphQLException
-
- GraphQLException(Throwable) - Constructor for exception graphql.GraphQLException
-
- GraphQLFieldDefinition - Class in graphql.schema
-
Fields are the ways you get data values in graphql and a field definition represents a field, its type, the arguments it takes
and the
DataFetcher
used to get data values for that field.
- GraphQLFieldDefinition(String, String, GraphQLOutputType, DataFetcher<?>, List<GraphQLArgument>, String) - Constructor for class graphql.schema.GraphQLFieldDefinition
-
Deprecated.
- GraphQLFieldDefinition(String, String, GraphQLOutputType, DataFetcherFactory, List<GraphQLArgument>, String, FieldDefinition) - Constructor for class graphql.schema.GraphQLFieldDefinition
-
- GraphQLFieldDefinition.Builder - Class in graphql.schema
-
- GraphQLFieldsContainer - Interface in graphql.schema
-
Types that can contain output fields are marked with this interface
- GraphqlFieldVisibility - Interface in graphql.schema.visibility
-
This allows you to control the visibility of graphql fields.
- GraphQLFloat - Static variable in class graphql.Scalars
-
This represents the "Float" type as defined in the graphql specification : http://facebook.github.io/graphql/#sec-Float
Note: The Float type in GraphQL is equivalent to Double in Java.
- GraphQLID - Static variable in class graphql.Scalars
-
This represents the "ID" type as defined in the graphql specification : http://facebook.github.io/graphql/#sec-ID
The ID scalar type represents a unique identifier, often used to re-fetch an object or as the key for a cache.
- GraphQLInputFieldsContainer - Interface in graphql.schema
-
Types that can contain input fields are marked with this interface
- GraphQLInputObjectField - Class in graphql.schema
-
- GraphQLInputObjectField(String, GraphQLInputType) - Constructor for class graphql.schema.GraphQLInputObjectField
-
- GraphQLInputObjectField(String, String, GraphQLInputType, Object) - Constructor for class graphql.schema.GraphQLInputObjectField
-
- GraphQLInputObjectField(String, String, GraphQLInputType, Object, InputValueDefinition) - Constructor for class graphql.schema.GraphQLInputObjectField
-
- GraphQLInputObjectField.Builder - Class in graphql.schema
-
- GraphQLInputObjectType - Class in graphql.schema
-
graphql clearly delineates between the types of objects that represent the output of a query and input objects that
can be fed into a graphql mutation.
- GraphQLInputObjectType(String, String, List<GraphQLInputObjectField>) - Constructor for class graphql.schema.GraphQLInputObjectType
-
- GraphQLInputObjectType(String, String, List<GraphQLInputObjectField>, InputObjectTypeDefinition) - Constructor for class graphql.schema.GraphQLInputObjectType
-
- GraphQLInputObjectType.Builder - Class in graphql.schema
-
- GraphQLInputType - Interface in graphql.schema
-
Input types represent those set of types that are allowed to be accepted as graphql mutation input, as opposed
to
GraphQLOutputType
s which can only be used as graphql response output.
- GraphQLInt - Static variable in class graphql.Scalars
-
This represents the "Int" type as defined in the graphql specification : http://facebook.github.io/graphql/#sec-Int
The Int scalar type represents a signed 32‐bit numeric non‐fractional value.
- graphQLInterfaceType(GraphQLInterfaceType) - Method in class graphql.execution.TypeResolutionParameters.Builder
-
- GraphQLInterfaceType - Class in graphql.schema
-
In graphql, an interface is an abstract type that defines the set of fields that a type must include to
implement that interface.
- GraphQLInterfaceType(String, String, List<GraphQLFieldDefinition>, TypeResolver) - Constructor for class graphql.schema.GraphQLInterfaceType
-
- GraphQLInterfaceType(String, String, List<GraphQLFieldDefinition>, TypeResolver, InterfaceTypeDefinition) - Constructor for class graphql.schema.GraphQLInterfaceType
-
- GraphQLInterfaceType.Builder - Class in graphql.schema
-
- GraphQLList - Class in graphql.schema
-
A modified type that indicates there is a list of the underlying wrapped type, eg a list of strings or a list of booleans.
- GraphQLList(GraphQLType) - Constructor for class graphql.schema.GraphQLList
-
- GraphQLLong - Static variable in class graphql.Scalars
-
This represents the "Long" type which is a representation of java.lang.Long
- GraphQLModifiedType - Interface in graphql.schema
-
A modified type wraps another graphql type and modifies it behavior
- GraphQLNonNull - Class in graphql.schema
-
A modified type that indicates there the underlying wrapped type will not be null.
- GraphQLNonNull(GraphQLType) - Constructor for class graphql.schema.GraphQLNonNull
-
- GraphQLNullableType - Interface in graphql.schema
-
- GraphQLObjectType - Class in graphql.schema
-
This is the work horse type and represents an object with one or more field values that can be retrieved
by the graphql system.
- GraphQLObjectType(String, String, List<GraphQLFieldDefinition>, List<GraphQLOutputType>) - Constructor for class graphql.schema.GraphQLObjectType
-
- GraphQLObjectType(String, String, List<GraphQLFieldDefinition>, List<GraphQLOutputType>, ObjectTypeDefinition) - Constructor for class graphql.schema.GraphQLObjectType
-
- GraphQLObjectType.Builder - Class in graphql.schema
-
- GraphQLOutputType - Interface in graphql.schema
-
Output types represent those set of types that are allowed to be sent back as a graphql response, as opposed
to
GraphQLInputType
s which can only be used as graphql mutation input.
- GraphQLScalarType - Class in graphql.schema
-
A scalar type is a leaf node in the graphql tree of types.
- GraphQLScalarType(String, String, Coercing) - Constructor for class graphql.schema.GraphQLScalarType
-
- GraphQLScalarType(String, String, Coercing, ScalarTypeDefinition) - Constructor for class graphql.schema.GraphQLScalarType
-
- graphQLSchema(GraphQLSchema) - Method in class graphql.execution.ExecutionContextBuilder
-
- graphQLSchema(GraphQLSchema) - Method in class graphql.schema.DataFetchingEnvironmentBuilder
-
- GraphQLSchema - Class in graphql.schema
-
The schema represents the combined type system of the graphql engine.
- GraphQLSchema(GraphQLObjectType) - Constructor for class graphql.schema.GraphQLSchema
-
- GraphQLSchema(GraphQLObjectType, GraphQLObjectType, Set<GraphQLType>) - Constructor for class graphql.schema.GraphQLSchema
-
- GraphQLSchema(GraphQLObjectType, GraphQLObjectType, GraphQLObjectType, Set<GraphQLType>) - Constructor for class graphql.schema.GraphQLSchema
-
- GraphQLSchema(GraphQLObjectType, GraphQLObjectType, GraphQLObjectType, Set<GraphQLType>, Set<GraphQLDirective>, GraphqlFieldVisibility) - Constructor for class graphql.schema.GraphQLSchema
-
- GraphQLSchema.Builder - Class in graphql.schema
-
- GraphQLShort - Static variable in class graphql.Scalars
-
This represents the "Short" type which is a representation of java.lang.Short
- GraphQLString - Static variable in class graphql.Scalars
-
This represents the "String" type as defined in the graphql specification : http://facebook.github.io/graphql/#sec-String
- GraphQLType - Interface in graphql.schema
-
All types in graphql have a name
- 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
-
- GraphQLTypeUtil - Class in graphql.schema
-
- GraphQLTypeUtil() - Constructor for class graphql.schema.GraphQLTypeUtil
-
- graphQLUnionType(GraphQLUnionType) - Method in class graphql.execution.TypeResolutionParameters.Builder
-
- GraphQLUnionType - Class in graphql.schema
-
A union type is a polymorphic type that dynamically represents one of more concrete object types.
- GraphQLUnionType(String, String, List<GraphQLOutputType>, TypeResolver) - Constructor for class graphql.schema.GraphQLUnionType
-
- GraphQLUnionType(String, String, List<GraphQLOutputType>, TypeResolver, UnionTypeDefinition) - Constructor for class graphql.schema.GraphQLUnionType
-
- GraphQLUnionType.Builder - Class in graphql.schema
-
- GraphQLUnmodifiedType - Interface in graphql.schema
-
- PageInfo - Interface in graphql.relay
-
- parentInfo(ExecutionTypeInfo) - Method in class graphql.execution.ExecutionTypeInfo.Builder
-
- parentType(GraphQLType) - Method in class graphql.schema.DataFetchingEnvironmentBuilder
-
- parse(String) - Static method in class graphql.execution.ExecutionPath
-
Parses an execution path from the provided path string in the format /segment1/segment2[index]/segmentN
- parse(File) - Method in class graphql.schema.idl.SchemaParser
-
- parse(Reader) - Method in class graphql.schema.idl.SchemaParser
-
- parse(String) - Method in class graphql.schema.idl.SchemaParser
-
- parseDocument(String) - Method in class graphql.parser.Parser
-
- parseLiteral(Object) - Method in interface graphql.schema.Coercing
-
Called to convert an query input AST node into a Java object acceptable for the scalar type.
- 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 query variable into a Java object acceptable for the scalar type.
- path(ExecutionPath) - Method in class graphql.execution.DataFetcherExceptionHandlerParameters.Builder
-
- path(ExecutionPath) - Method in class graphql.execution.ExecutionStrategyParameters.Builder
-
- path() - Method in class graphql.execution.ExecutionStrategyParameters
-
- path(ExecutionPath) - Method in class graphql.execution.ExecutionTypeInfo.Builder
-
- PossibleFragmentSpreads - Class in graphql.validation.rules
-
- PossibleFragmentSpreads(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.PossibleFragmentSpreads
-
- possibleType(GraphQLObjectType) - Method in class graphql.schema.GraphQLUnionType.Builder
-
- possibleType(GraphQLTypeReference) - Method in class graphql.schema.GraphQLUnionType.Builder
-
- possibleTypes(GraphQLObjectType...) - Method in class graphql.schema.GraphQLUnionType.Builder
-
- possibleTypes(GraphQLTypeReference...) - Method in class graphql.schema.GraphQLUnionType.Builder
-
- possibleTypesFetcher - Static variable in class graphql.introspection.Introspection
-
- PreparsedDocumentEntry - Class in graphql.execution.preparsed
-
An instance of a preparsed document entry represents the result of a query parse and validation, like
an either implementation it contains either the correct result in th document property or the errors.
- PreparsedDocumentEntry(Document) - Constructor for class graphql.execution.preparsed.PreparsedDocumentEntry
-
- PreparsedDocumentEntry(List<? extends GraphQLError>) - Constructor for class graphql.execution.preparsed.PreparsedDocumentEntry
-
- PreparsedDocumentEntry(GraphQLError) - Constructor for class graphql.execution.preparsed.PreparsedDocumentEntry
-
- PreparsedDocumentProvider - Interface in graphql.execution.preparsed
-
Interface that allows clients to hook in Document caching and/or the whitelisting of queries
- preparsedDocumentProvider(PreparsedDocumentProvider) - Method in class graphql.GraphQL.Builder
-
- print(Document) - Method in class graphql.schema.idl.SchemaPrinter
-
This can print an in memory GraphQL IDL document back to a logical schema definition.
- print(GraphQLSchema) - Method in class graphql.schema.idl.SchemaPrinter
-
This can print an in memory GraphQL schema back to a logical schema definition
- print(GraphQLType) - Method in class graphql.schema.idl.SchemaPrinter
-
- printAst(Node) - Static method in class graphql.language.AstPrinter
-
This will pretty print the AST node in graphql language format
- printAst(Writer, Node) - Static method in class graphql.language.AstPrinter
-
This will pretty print the AST node in graphql language format
- PrintStreamReporter - Class in graphql.schema.diff.reporting
-
A reporter that prints its output to a PrintStream
- PrintStreamReporter() - Constructor for class graphql.schema.diff.reporting.PrintStreamReporter
-
- PrintStreamReporter(PrintStream) - Constructor for class graphql.schema.diff.reporting.PrintStreamReporter
-
- PropertyDataFetcher<T> - Class in graphql.schema
-
This is the default data fetcher used in graphql-java.
- 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
-
- providesDataFetcher(FieldWiringEnvironment) - Method in class graphql.schema.idl.CombinedWiringFactory
-
- providesDataFetcher(FieldWiringEnvironment) - Method in class graphql.schema.idl.NoopWiringFactory
-
- providesDataFetcher(FieldWiringEnvironment) - Method in interface graphql.schema.idl.WiringFactory
-
This is called to ask if this factory can provide a data fetcher for the definition
- providesDataFetcherFactory(FieldWiringEnvironment) - Method in class graphql.schema.idl.CombinedWiringFactory
-
- providesDataFetcherFactory(FieldWiringEnvironment) - Method in interface graphql.schema.idl.WiringFactory
-
- providesTypeResolver(InterfaceWiringEnvironment) - Method in class graphql.schema.idl.CombinedWiringFactory
-
- providesTypeResolver(UnionWiringEnvironment) - Method in class graphql.schema.idl.CombinedWiringFactory
-
- providesTypeResolver(InterfaceWiringEnvironment) - Method in class graphql.schema.idl.NoopWiringFactory
-
- providesTypeResolver(UnionWiringEnvironment) - Method in class graphql.schema.idl.NoopWiringFactory
-
- providesTypeResolver(InterfaceWiringEnvironment) - Method in interface graphql.schema.idl.WiringFactory
-
This is called to ask if this factory can provide a type resolver for the interface
- providesTypeResolver(UnionWiringEnvironment) - Method in interface graphql.schema.idl.WiringFactory
-
This is called to ask if this factory can provide a type resolver for the union
- PublicApi - Annotation Type in graphql
-
This represents code that the graphql-java project considers public API and has an imperative to be stable within
major releases.
- PublicSpi - Annotation Type in graphql
-
This represents code that the graphql-java project considers public SPI and has an imperative to be stable within
major releases.
- putOrAdd(String, Object) - Method in class graphql.execution.batched.MapOrList
-
- scalar(GraphQLScalarType) - Method in class graphql.schema.idl.RuntimeWiring.Builder
-
This allows you to add in new custom Scalar implementations beyond the standard set.
- ScalarInfo - Class in graphql.schema.idl
-
Info on all the standard scalar objects provided by graphql-java
- ScalarInfo() - Constructor for class graphql.schema.idl.ScalarInfo
-
- ScalarLeafs - Class in graphql.validation.rules
-
- ScalarLeafs(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.ScalarLeafs
-
- Scalars - Class in graphql
-
This contains the implementations of the Scalar types that ship with graphql-java.
- Scalars() - Constructor for class graphql.Scalars
-
- scalars() - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
- ScalarTypeDefinition - Class in graphql.language
-
- ScalarTypeDefinition(String) - Constructor for class graphql.language.ScalarTypeDefinition
-
- schema(GraphQLSchema) - Method in class graphql.execution.FieldCollectorParameters.Builder
-
- schema(GraphQLSchema) - Method in class graphql.execution.TypeResolutionParameters.Builder
-
- schema(GraphQLSchema) - Method in class graphql.GraphQL.Builder
-
- SchemaDefinition - Class in graphql.language
-
- SchemaDefinition() - Constructor for class graphql.language.SchemaDefinition
-
- schemaDefinition() - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
- SchemaDiff - Class in graphql.schema.diff
-
The SchemaDiff is called with a
DiffSet
and will report the
differences in the graphql schema APIs by raising events to a
DifferenceReporter
- SchemaDiff() - Constructor for class graphql.schema.diff.SchemaDiff
-
Constructs a differ using default options
- SchemaDiff(SchemaDiff.Options) - Constructor for class graphql.schema.diff.SchemaDiff
-
Constructs a differ with the specified options
- SchemaDiff.Options - Class in graphql.schema.diff
-
Options for controlling the diffing process
- SchemaGenerator - Class in graphql.schema.idl
-
This can generate a working runtime schema from a type registry and runtime wiring
- SchemaGenerator() - Constructor for class graphql.schema.idl.SchemaGenerator
-
- SchemaMetaFieldDef - Static variable in class graphql.introspection.Introspection
-
- SchemaMissingError - Exception in graphql.schema.idl.errors
-
- SchemaMissingError() - Constructor for exception graphql.schema.idl.errors.SchemaMissingError
-
- SchemaParser - Class in graphql.schema.idl
-
- SchemaParser() - Constructor for class graphql.schema.idl.SchemaParser
-
- SchemaPrinter - Class in graphql.schema.idl
-
This can print an in memory GraphQL schema back to a logical schema definition
- SchemaPrinter() - Constructor for class graphql.schema.idl.SchemaPrinter
-
- SchemaPrinter(SchemaPrinter.Options) - Constructor for class graphql.schema.idl.SchemaPrinter
-
- SchemaPrinter.Options - Class in graphql.schema.idl
-
Options to use when printing a schema
- SchemaProblem - Exception in graphql.schema.idl.errors
-
- SchemaProblem(List<GraphQLError>) - Constructor for exception graphql.schema.idl.errors.SchemaProblem
-
- SchemaRedefinitionError - Exception in graphql.schema.idl.errors
-
- SchemaRedefinitionError(SchemaDefinition, SchemaDefinition) - Constructor for exception graphql.schema.idl.errors.SchemaRedefinitionError
-
- SchemaTypeChecker - Class in graphql.schema.idl
-
This helps pre check the state of the type system to ensure it can be made into an executable schema.
- SchemaTypeChecker() - Constructor for class graphql.schema.idl.SchemaTypeChecker
-
- SchemaUtil - Class in graphql.schema
-
- SchemaUtil() - Constructor for class graphql.schema.SchemaUtil
-
- SchemaValidationError - Class in graphql.schema.validation
-
- SchemaValidationError(SchemaValidationErrorType, String) - Constructor for class graphql.schema.validation.SchemaValidationError
-
- SchemaValidationErrorCollector - Class in graphql.schema.validation
-
- SchemaValidationErrorCollector() - Constructor for class graphql.schema.validation.SchemaValidationErrorCollector
-
- SchemaValidationErrorType - Enum in graphql.schema.validation
-
- SchemaValidationRule - Interface in graphql.schema.validation
-
- SchemaValidator - Class in graphql.schema.validation
-
- SchemaValidator() - Constructor for class graphql.schema.validation.SchemaValidator
-
- segment(String) - Method in class graphql.execution.ExecutionPath
-
Takes the current path and adds a new segment to it, returning a new path
- segment(int) - Method in class graphql.execution.ExecutionPath
-
Takes the current path and adds a new segment to it, returning a new path
- 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
-
- selectionSet(DataFetchingFieldSelectionSet) - Method in class graphql.schema.DataFetchingEnvironmentBuilder
-
- SerializationError - Class in graphql
-
- SerializationError(ExecutionPath, CoercingSerializeException) - Constructor for class graphql.SerializationError
-
- serialize(Object) - Method in interface graphql.schema.Coercing
-
Called to convert a Java object result of a DataFetcher to a valid runtime value for the scalar type.
- setAlias(String) - Method in class graphql.language.Field
-
- setArguments(List<Argument>) - Method in class graphql.language.Field
-
- setComments(List<Comment>) - Method in class graphql.language.AbstractNode
-
- setDefaultValue(Value) - Method in class graphql.language.InputValueDefinition
-
- 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
-
- 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
-
- setOperation(OperationDefinition.Operation) - Method in class graphql.language.OperationDefinition
-
- 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
-
- 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(boolean) - Method in class graphql.language.BooleanValue
-
- setValue(BigDecimal) - Method in class graphql.language.FloatValue
-
- 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(Map<String, Object>, List<Directive>) - Method in class graphql.execution.ConditionalNodes
-
- SimpleDataFetcherExceptionHandler - Class in graphql.execution
-
- SimpleDataFetcherExceptionHandler() - Constructor for class graphql.execution.SimpleDataFetcherExceptionHandler
-
- SimpleFieldValidation - Class in graphql.execution.instrumentation.fieldvalidation
-
This very simple field validation will run the supplied function for a given field path and if it returns an error
it will be added to the list of problems.
- SimpleFieldValidation() - Constructor for class graphql.execution.instrumentation.fieldvalidation.SimpleFieldValidation
-
- SimpleListConnection<T> - Class in graphql.relay
-
- SimpleListConnection(List<T>, String) - Constructor for class graphql.relay.SimpleListConnection
-
- SimpleListConnection(List<T>) - Constructor for class graphql.relay.SimpleListConnection
-
- SkipDirective - Static variable in class graphql.Directives
-
- snapshotTracingData() - Method in class graphql.execution.instrumentation.tracing.TracingSupport
-
This will snapshot this tracing and return a map of the results
- source(Object) - Method in class graphql.execution.ExecutionStrategyParameters.Builder
-
- source() - Method in class graphql.execution.ExecutionStrategyParameters
-
- source(Object) - Method in class graphql.schema.DataFetchingEnvironmentBuilder
-
- sourceLocation - Variable in class graphql.language.Comment
-
- SourceLocation - Class in graphql.language
-
- SourceLocation(int, int) - Constructor for class graphql.language.SourceLocation
-
- STANDARD_SCALAR_DEFINITIONS - Static variable in class graphql.schema.idl.ScalarInfo
-
A map of scalar type definitions provided by graphql-java
- STANDARD_SCALARS - Static variable in class graphql.schema.idl.ScalarInfo
-
A list of the scalar types provided by graphql-java
- StaticDataFetcher - Class in graphql.schema
-
- StaticDataFetcher(Object) - Constructor for class graphql.schema.StaticDataFetcher
-
- staticValue(Object) - Method in class graphql.schema.GraphQLFieldDefinition.Builder
-
This will cause the data fetcher of this field to always return the supplied value
- StringValue - Class in graphql.language
-
- StringValue(String) - Constructor for class graphql.language.StringValue
-
- subscription(GraphQLObjectType.Builder) - Method in class graphql.schema.GraphQLSchema.Builder
-
- subscription(GraphQLObjectType) - Method in class graphql.schema.GraphQLSchema.Builder
-
- subscriptionExecutionStrategy(ExecutionStrategy) - Method in class graphql.GraphQL.Builder
-
- subscriptionStrategy(ExecutionStrategy) - Method in class graphql.execution.ExecutionContextBuilder
-
- toAst() - Method in class graphql.execution.ExecutionTypeInfo
-
- toCompletableFuture(T) - Static method in class graphql.execution.Async
-
Turns an object T into a CompletableFuture if its not already
- toGlobalId(String, String) - Method in class graphql.relay.Relay
-
- toInvalidSyntaxError(Exception) - Static method in class graphql.InvalidSyntaxError
-
Creates an invalid syntax error object from an exception
- toIterable(Object) - Method in class graphql.execution.ExecutionStrategy
-
Converts an object that is known to should be an Iterable into one
- toList() - Method in class graphql.execution.ExecutionPath
-
- toObject() - Method in class graphql.execution.batched.MapOrList
-
- toSpecification() - Method in interface graphql.ExecutionResult
-
The graphql specification says that result of a call should be a map that follows certain rules on what items
should be present.
- toSpecification() - Method in class graphql.ExecutionResultImpl
-
- toSpecification() - Method in interface graphql.GraphQLError
-
The graphql specification says that result of a call should be a map that follows certain rules on what items
should be present.
- toSpecification(GraphQLError) - Static method in class graphql.GraphqlErrorHelper
-
- toString() - Method in class graphql.analysis.FieldComplexityEnvironment
-
- toString() - Method in class graphql.analysis.QueryVisitorEnvironment
-
- toString() - Method in class graphql.ExceptionWhileDataFetching
-
- toString() - Method in class graphql.execution.ExecutionId
-
- toString() - Method in class graphql.execution.ExecutionPath
-
- toString() - Method in class graphql.execution.ExecutionStrategyParameters
-
- toString() - Method in class graphql.execution.ExecutionTypeInfo
-
- toString() - Method in class graphql.execution.NonNullableFieldWasNullError
-
- toString() - Method in exception graphql.execution.NonNullableFieldWasNullException
-
- toString() - Method in class graphql.ExecutionInput
-
- toString() - Method in class graphql.ExecutionResultImpl
-
- toString() - Method in class graphql.InvalidSyntaxError
-
- toString() - Method in class graphql.language.Argument
-
- toString() - Method in class graphql.language.ArrayValue
-
- toString() - Method in class graphql.language.BooleanValue
-
- toString() - Method in class graphql.language.Directive
-
- toString() - Method in class graphql.language.DirectiveDefinition
-
- toString() - Method in class graphql.language.DirectiveLocation
-
- toString() - Method in class graphql.language.Document
-
- toString() - Method in class graphql.language.EnumTypeDefinition
-
- toString() - Method in class graphql.language.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.NullValue
-
- 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.DataFetchingEnvironmentImpl
-
- toString() - Method in class graphql.schema.diff.DiffEvent
-
- toString() - Method in class graphql.schema.GraphQLFieldDefinition
-
- 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 exception graphql.schema.idl.errors.SchemaProblem
-
- toString() - Method in class graphql.schema.idl.TypeInfo
-
- toString() - Method in class graphql.SerializationError
-
- toString() - Method in class graphql.validation.ValidationError
-
- toString() - Method in class graphql.validation.ValidationErrorCollector
-
- TracingInstrumentation - Class in graphql.execution.instrumentation.tracing
-
- TracingInstrumentation() - Constructor for class graphql.execution.instrumentation.tracing.TracingInstrumentation
-
- TracingSupport - Class in graphql.execution.instrumentation.tracing
-
This creates a map of tracing information as outlined in https://github.com/apollographql/apollo-tracing
- TracingSupport() - Constructor for class graphql.execution.instrumentation.tracing.TracingSupport
-
The timer starts as soon as you create this object
- TracingSupport.TracingContext - Interface in graphql.execution.instrumentation.tracing
-
- transform(Consumer<ExecutionStrategyParameters.Builder>) - Method in class graphql.execution.ExecutionStrategyParameters
-
- transform(Consumer<GraphQL.Builder>) - Method in class graphql.GraphQL
-
This helps you transform the current GraphQL object into another one by starting a builder with all
the current values and allows you to transform it how you want.
- transform(Consumer<GraphQLSchema.Builder>) - Method in class graphql.schema.GraphQLSchema
-
This helps you transform the current GraphQLSchema object into another one by starting a builder with all
the current values and allows you to transform it how you want.
- TraversalContext - Class in graphql.validation
-
- TraversalContext(GraphQLSchema) - Constructor for class graphql.validation.TraversalContext
-
- traverse(Node, DocumentVisitor) - Method in class graphql.validation.LanguageTraversal
-
- treatAs(GraphQLType) - Method in class graphql.execution.ExecutionTypeInfo
-
This allows you to morph a type into a more specialized form yet return the same
parent and non-null ness, for example taking a
GraphQLInterfaceType
and turning it into a specific
GraphQLObjectType
after type resolution has occurred
- type(GraphQLType) - Method in class graphql.execution.ExecutionTypeInfo.Builder
-
- Type - Interface in graphql.language
-
- type(GraphQLInputType) - Method in class graphql.schema.GraphQLArgument.Builder
-
- type(GraphQLObjectType.Builder) - Method in class graphql.schema.GraphQLFieldDefinition.Builder
-
- type(GraphQLInterfaceType.Builder) - Method in class graphql.schema.GraphQLFieldDefinition.Builder
-
- type(GraphQLUnionType.Builder) - Method in class graphql.schema.GraphQLFieldDefinition.Builder
-
- type(GraphQLOutputType) - Method in class graphql.schema.GraphQLFieldDefinition.Builder
-
- type(GraphQLInputObjectType.Builder) - Method in class graphql.schema.GraphQLInputObjectField.Builder
-
- type(GraphQLInputType) - Method in class graphql.schema.GraphQLInputObjectField.Builder
-
- type(TypeRuntimeWiring.Builder) - Method in class graphql.schema.idl.RuntimeWiring.Builder
-
This allows you to add a new type wiring via a builder
- type(String, UnaryOperator<TypeRuntimeWiring.Builder>) - Method in class graphql.schema.idl.RuntimeWiring.Builder
-
This form allows a lambda to be used as the builder of a type wiring
- type(TypeRuntimeWiring) - Method in class graphql.schema.idl.RuntimeWiring.Builder
-
This adds a type wiring
- TypeDefinition - Interface in graphql.language
-
- TypeDefinitionRegistry - Class in graphql.schema.idl
-
- TypeDefinitionRegistry() - Constructor for class graphql.schema.idl.TypeDefinitionRegistry
-
- TypeExtensionDefinition - Class in graphql.language
-
- TypeExtensionDefinition() - Constructor for class graphql.language.TypeExtensionDefinition
-
- TypeExtensionDefinition(String) - Constructor for class graphql.language.TypeExtensionDefinition
-
- TypeExtensionFieldRedefinitionError - Exception in graphql.schema.idl.errors
-
- TypeExtensionFieldRedefinitionError(TypeDefinition, FieldDefinition) - Constructor for exception graphql.schema.idl.errors.TypeExtensionFieldRedefinitionError
-
- TypeExtensionMissingBaseTypeError - Exception in graphql.schema.idl.errors
-
- TypeExtensionMissingBaseTypeError(TypeExtensionDefinition) - Constructor for exception graphql.schema.idl.errors.TypeExtensionMissingBaseTypeError
-
- typeExtensions() - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
- TypeFromAST - Class in graphql.execution
-
- TypeFromAST() - Constructor for class graphql.execution.TypeFromAST
-
- typeInfo(ExecutionTypeInfo) - Method in class graphql.execution.ExecutionStrategyParameters.Builder
-
- typeInfo(ExecutionTypeInfo.Builder) - Method in class graphql.execution.ExecutionStrategyParameters.Builder
-
- typeInfo() - Method in class graphql.execution.ExecutionStrategyParameters
-
- TypeInfo - Class in graphql.schema.idl
-
This helper gives you access to the type info given a type definition
- TypeInfo(Type) - Constructor for class graphql.schema.idl.TypeInfo
-
- typeInfo(Type) - Static method in class graphql.schema.idl.TypeInfo
-
- TypeKind - Enum in graphql.language
-
And enumeration of the the kind of things that can be in a graphql type system
- typeKind(TypeKind) - Method in class graphql.schema.diff.DiffEvent.Builder
-
- TypeMetaFieldDef - Static variable in class graphql.introspection.Introspection
-
- TypeName - Class in graphql.language
-
- TypeName(String) - Constructor for class graphql.language.TypeName
-
- typeName(String) - Method in class graphql.schema.diff.DiffEvent.Builder
-
- typeName(String) - Method in class graphql.schema.idl.TypeRuntimeWiring.Builder
-
Sets the type name for this type wiring.
- TypeNameMetaFieldDef - Static variable in class graphql.introspection.Introspection
-
- TypeRedefinitionError - Exception in graphql.schema.idl.errors
-
- TypeRedefinitionError(TypeDefinition, TypeDefinition) - Constructor for exception graphql.schema.idl.errors.TypeRedefinitionError
-
- TypeResolutionEnvironment - Class in graphql
-
This is passed to a
TypeResolver
to help with object type resolution.
- TypeResolutionEnvironment(Object, Map<String, Object>, Field, GraphQLType, GraphQLSchema) - Constructor for class graphql.TypeResolutionEnvironment
-
- TypeResolutionParameters - Class in graphql.execution
-
- TypeResolutionParameters.Builder - Class in graphql.execution
-
- typeResolver(TypeResolver) - Method in class graphql.schema.GraphQLInterfaceType.Builder
-
- typeResolver(TypeResolver) - Method in class graphql.schema.GraphQLUnionType.Builder
-
- typeResolver(TypeResolver) - Method in class graphql.schema.idl.TypeRuntimeWiring.Builder
-
- TypeResolver - Interface in graphql.schema
-
- TypeResolverProxy - Class in graphql.schema
-
- TypeResolverProxy() - Constructor for class graphql.schema.TypeResolverProxy
-
- TypeRuntimeWiring - Class in graphql.schema.idl
-
A type runtime wiring is a specification of the data fetchers and possible type resolver for a given type name.
- TypeRuntimeWiring.Builder - Class in graphql.schema.idl
-
- types() - Method in class graphql.schema.idl.TypeDefinitionRegistry
-
- validate(ExecutionPath, T) - Method in class graphql.execution.NonNullableFieldValidator
-
Called to check that a value is non null if the type requires it to be non null
- validateDocument(GraphQLSchema, Document) - Method in class graphql.validation.Validator
-
- validateFields(FieldValidationEnvironment) - Method in interface graphql.execution.instrumentation.fieldvalidation.FieldValidation
-
This is called to validate the fields and their arguments
- validateFields(FieldValidationEnvironment) - Method in class graphql.execution.instrumentation.fieldvalidation.SimpleFieldValidation
-
- validateSchema(GraphQLSchema) - Method in class graphql.schema.validation.SchemaValidator
-
- ValidationContext - Class in graphql.validation
-
- ValidationContext(GraphQLSchema, Document) - Constructor for class graphql.validation.ValidationContext
-
- ValidationError - Class in graphql.validation
-
- ValidationError(ValidationErrorType) - Constructor for class graphql.validation.ValidationError
-
- ValidationError(ValidationErrorType, SourceLocation, String) - Constructor for class graphql.validation.ValidationError
-
- ValidationError(ValidationErrorType, List<SourceLocation>, String) - Constructor for class graphql.validation.ValidationError
-
- ValidationErrorCollector - Class in graphql.validation
-
- ValidationErrorCollector() - Constructor for class graphql.validation.ValidationErrorCollector
-
- ValidationErrorType - Enum in graphql.validation
-
- ValidationUtil - Class in graphql.validation
-
- ValidationUtil() - Constructor for class graphql.validation.ValidationUtil
-
- Validator - Class in graphql.validation
-
- Validator() - Constructor for class graphql.validation.Validator
-
- validLocations(Introspection.DirectiveLocation...) - Method in class graphql.schema.GraphQLDirective.Builder
-
- validLocations() - Method in class graphql.schema.GraphQLDirective
-
- value(Object) - Method in class graphql.execution.TypeResolutionParameters.Builder
-
- Value - 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.language.TypeKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum graphql.schema.diff.DiffCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum graphql.schema.diff.DiffLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum graphql.schema.validation.SchemaValidationErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum graphql.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.language.TypeKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum graphql.schema.diff.DiffCategory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum graphql.schema.diff.DiffLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum graphql.schema.validation.SchemaValidationErrorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum graphql.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
-
- variables(Map<String, Object>) - Method in class graphql.execution.ExecutionContextBuilder
-
- variables(Map<String, Object>) - Method in class graphql.execution.FieldCollectorParameters.Builder
-
- variables(Map<String, Object>) - Method in class graphql.ExecutionInput.Builder
-
- VariablesAreInputTypes - Class in graphql.validation.rules
-
- VariablesAreInputTypes(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.VariablesAreInputTypes
-
- VariablesTypesMatcher - Class in graphql.validation.rules
-
- VariablesTypesMatcher() - Constructor for class graphql.validation.rules.VariablesTypesMatcher
-
- VariableTypesMatchRule - Class in graphql.validation.rules
-
- VariableTypesMatchRule(ValidationContext, ValidationErrorCollector) - Constructor for class graphql.validation.rules.VariableTypesMatchRule
-
- 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(QueryVisitorEnvironment) - Method in interface graphql.analysis.QueryVisitor
-
- 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
-
- visitPostOrder(QueryVisitor) - Method in class graphql.analysis.QueryTraversal
-
- visitPreOrder(QueryVisitor) - Method in class graphql.analysis.QueryTraversal
-
- 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
-