Uses of Annotation Type
graphql.DeprecatedAt
Packages that use DeprecatedAt
Package
Description
-
Uses of DeprecatedAt in graphql
Methods in graphql with annotations of type DeprecatedAtModifier and TypeMethodDescriptionstatic List
<GraphQLDirective> DirectivesUtil.add
(List<GraphQLDirective> targetList, GraphQLDirective newDirective) Deprecated.static List
<GraphQLDirective> DirectivesUtil.addAll
(List<GraphQLDirective> targetList, List<GraphQLDirective> newDirectives) Deprecated.static Map
<String, com.google.common.collect.ImmutableList<GraphQLDirective>> DirectivesUtil.allDirectivesByName
(List<GraphQLDirective> directives) Deprecated.ExecutionInput.Builder.context
(GraphQLContext.Builder contextBuilder) Deprecated.Deprecated.- theExecutionInput.getGraphQLContext()
is a fixed mutable instance nowExecutionInput.Builder.context
(UnaryOperator<GraphQLContext.Builder> contextBuilderFunction) Deprecated.- theExecutionInput.getGraphQLContext()
is a fixed mutable instance nowstatic Optional
<GraphQLArgument> DirectivesUtil.directiveWithArg
(List<GraphQLDirective> directives, String directiveName, String argumentName) Deprecated.ExecutionInput.getContext()
Deprecated.<T> T
TypeResolutionEnvironment.getContext()
Deprecated.useTypeResolutionEnvironment.getGraphQLContext()
insteadstatic GraphQLDirective
DirectivesUtil.getFirstDirective
(String name, Map<String, List<GraphQLDirective>> allDirectivesByName) Deprecated.static boolean
DirectivesUtil.isAllNonRepeatable
(List<GraphQLDirective> directives) Deprecated.static Map
<String, GraphQLDirective> DirectivesUtil.nonRepeatableDirectivesByName
(List<GraphQLDirective> directives) Deprecated. -
Uses of DeprecatedAt in graphql.collect
Methods in graphql.collect with annotations of type DeprecatedAtModifier and TypeMethodDescriptionvoid
ImmutableMapWithNullValues.clear()
Deprecated.ImmutableMapWithNullValues.compute
(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) Deprecated.ImmutableMapWithNullValues.computeIfAbsent
(K key, Function<? super K, ? extends V> mappingFunction) Deprecated.ImmutableMapWithNullValues.computeIfPresent
(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) Deprecated.ImmutableMapWithNullValues.merge
(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction) Deprecated.Deprecated.void
Deprecated.ImmutableMapWithNullValues.putIfAbsent
(K key, V value) Deprecated.Deprecated.boolean
Deprecated.Deprecated.boolean
Deprecated.void
ImmutableMapWithNullValues.replaceAll
(BiFunction<? super K, ? super V, ? extends V> function) Deprecated. -
Uses of DeprecatedAt in graphql.execution
Methods in graphql.execution with annotations of type DeprecatedAtModifier and TypeMethodDescriptionDeprecated.Deprecated.<T> T
ExecutionContext.getContext()
Deprecated.useExecutionContext.getGraphQLContext()
insteadTypeResolutionParameters.getContext()
Deprecated.useTypeResolutionParameters.getGraphQLContext()
insteadExecutionStepInfo.getFieldContainer()
Deprecated.useExecutionStepInfo.getObjectType()
instead as it is named betterExecutionContext.getVariables()
Deprecated.useExecutionContext.getCoercedVariables()
insteadDeprecated.Constructors in graphql.execution with annotations of type DeprecatedAtModifierConstructorDescriptionDataFetcherResult
(T data, List<GraphQLError> errors) Deprecated.use theDataFetcherResult.newResult()
builder instead -
Uses of DeprecatedAt in graphql.execution.directives
Methods in graphql.execution.directives with annotations of type DeprecatedAtModifier and TypeMethodDescriptionQueryDirectives.getImmediateDirective
(String directiveName) Deprecated.- use theQueryAppliedDirective
methods insteadQueryDirectives.getImmediateDirectivesByField()
Deprecated.- use theQueryAppliedDirective
methods insteadQueryDirectives.getImmediateDirectivesByName()
Deprecated.- use theQueryAppliedDirective
methods instead -
Uses of DeprecatedAt in graphql.execution.instrumentation
Classes in graphql.execution.instrumentation with annotations of type DeprecatedAtModifier and TypeClassDescriptionclass
Deprecated.useSimplePerformantInstrumentation
instead as a base class.Methods in graphql.execution.instrumentation with annotations of type DeprecatedAtModifier and TypeMethodDescriptiondefault @NotNull InstrumentationContext
<ExecutionResult> Instrumentation.beginExecuteOperation
(InstrumentationExecuteOperationParameters parameters) default @NotNull InstrumentationContext
<ExecutionResult> Instrumentation.beginExecution
(InstrumentationExecutionParameters parameters) Deprecated.default @NotNull ExecutionStrategyInstrumentationContext
Instrumentation.beginExecutionStrategy
(InstrumentationExecutionStrategyParameters parameters) default @NotNull InstrumentationContext
<ExecutionResult> Instrumentation.beginField
(InstrumentationFieldParameters parameters) Deprecated.default @NotNull InstrumentationContext
<ExecutionResult> Instrumentation.beginFieldComplete
(InstrumentationFieldCompleteParameters parameters) Deprecated.default @NotNull InstrumentationContext
<Object> Instrumentation.beginFieldFetch
(InstrumentationFieldFetchParameters parameters) Deprecated.default @NotNull InstrumentationContext
<ExecutionResult> Instrumentation.beginFieldListComplete
(InstrumentationFieldCompleteParameters parameters) default @NotNull InstrumentationContext
<Document> Instrumentation.beginParse
(InstrumentationExecutionParameters parameters) Deprecated.default @NotNull InstrumentationContext
<ExecutionResult> Instrumentation.beginSubscribedFieldEvent
(InstrumentationFieldParameters parameters) Deprecated.default @NotNull InstrumentationContext
<List<ValidationError>> Instrumentation.beginValidation
(InstrumentationValidationParameters parameters) Deprecated.default InstrumentationState
Instrumentation.createState()
Deprecated.default @Nullable InstrumentationState
Instrumentation.createState
(InstrumentationCreateStateParameters parameters) Deprecated.default @NotNull DataFetcher
<?> Instrumentation.instrumentDataFetcher
(DataFetcher<?> dataFetcher, InstrumentationFieldFetchParameters parameters) default @NotNull DocumentAndVariables
Instrumentation.instrumentDocumentAndVariables
(DocumentAndVariables documentAndVariables, InstrumentationExecutionParameters parameters) default @NotNull ExecutionContext
Instrumentation.instrumentExecutionContext
(ExecutionContext executionContext, InstrumentationExecutionParameters parameters) default @NotNull ExecutionInput
Instrumentation.instrumentExecutionInput
(ExecutionInput executionInput, InstrumentationExecutionParameters parameters) default @NotNull CompletableFuture
<ExecutionResult> Instrumentation.instrumentExecutionResult
(ExecutionResult executionResult, InstrumentationExecutionParameters parameters) default @NotNull GraphQLSchema
Instrumentation.instrumentSchema
(GraphQLSchema schema, InstrumentationExecutionParameters parameters) -
Uses of DeprecatedAt in graphql.execution.instrumentation.parameters
Methods in graphql.execution.instrumentation.parameters with annotations of type DeprecatedAtModifier and TypeMethodDescription<T> T
InstrumentationExecutionParameters.getContext()
Deprecated.<T extends InstrumentationState>
TInstrumentationExecuteOperationParameters.getInstrumentationState()
Deprecated.state is now passed in direct to instrumentation methods<T extends InstrumentationState>
TInstrumentationExecutionParameters.getInstrumentationState()
Deprecated.state is now passed in direct to instrumentation methods<T extends InstrumentationState>
TInstrumentationExecutionStrategyParameters.getInstrumentationState()
Deprecated.state is now passed in direct to instrumentation methods<T extends InstrumentationState>
TInstrumentationFieldCompleteParameters.getInstrumentationState()
Deprecated.state is now passed in direct to instrumentation methods<T extends InstrumentationState>
TInstrumentationFieldParameters.getInstrumentationState()
Deprecated.state is now passed in direct to instrumentation methodsInstrumentationFieldCompleteParameters.getTypeInfo()
Deprecated.InstrumentationExecuteOperationParameters.withNewState
(InstrumentationState instrumentationState) Deprecated.state is now passed in direct to instrumentation methodsInstrumentationExecutionParameters.withNewState
(InstrumentationState instrumentationState) Deprecated.state is now passed in direct to instrumentation methodsInstrumentationExecutionStrategyParameters.withNewState
(InstrumentationState instrumentationState) Deprecated.state is now passed in direct to instrumentation methodsInstrumentationFieldCompleteParameters.withNewState
(InstrumentationState instrumentationState) Deprecated.state is now passed in direct to instrumentation methodsInstrumentationFieldFetchParameters.withNewState
(InstrumentationState instrumentationState) Deprecated.state is now passed in direct to instrumentation methodsInstrumentationFieldParameters.withNewState
(InstrumentationState instrumentationState) Deprecated.state is now passed in direct to instrumentation methodsInstrumentationValidationParameters.withNewState
(InstrumentationState instrumentationState) Deprecated.state is now passed in direct to instrumentation methods -
Uses of DeprecatedAt in graphql.execution.preparsed
Methods in graphql.execution.preparsed with annotations of type DeprecatedAtModifier and TypeMethodDescriptionPreparsedDocumentProvider.getDocument
(ExecutionInput executionInput, Function<ExecutionInput, PreparsedDocumentEntry> parseAndValidateFunction) -
Uses of DeprecatedAt in graphql.execution.preparsed.persisted
Methods in graphql.execution.preparsed.persisted with annotations of type DeprecatedAtModifier and TypeMethodDescriptionPersistedQueryCache.getPersistedQueryDocument
(Object persistedQueryId, ExecutionInput executionInput, PersistedQueryCacheMiss onCacheMiss) -
Uses of DeprecatedAt in graphql.parser
Methods in graphql.parser with annotations of type DeprecatedAtModifier and TypeMethodDescriptionParser.parseDocument
(Reader reader, ParserOptions parserOptions) Deprecated.use {#Parser.parse(ParserEnvironment)
} insteadParser.parseDocument
(String input, ParserOptions parserOptions) Deprecated.use {#Parser.parse(ParserEnvironment)
} insteadParser.parseDocument
(String input, String sourceName) Deprecated.use {#Parser.parse(ParserEnvironment)
} instead -
Uses of DeprecatedAt in graphql.schema
Methods in graphql.schema with annotations of type DeprecatedAtModifier and TypeMethodDescriptionGraphQLFieldDefinition.Builder.argument
(List<GraphQLArgument> arguments) Deprecated.This is a badly named method and is replaced byGraphQLFieldDefinition.Builder.arguments(java.util.List)
GraphQLSchema.Builder.build
(Set<GraphQLType> additionalTypes) Deprecated.- Use theGraphQLSchema.Builder.additionalType(GraphQLType)
methodsGraphQLSchema.Builder.build
(Set<GraphQLType> additionalTypes, Set<GraphQLDirective> additionalDirectives) Deprecated.GraphQLArgument.Builder.clearValue()
Deprecated.useGraphQLAppliedDirectiveArgument
methods insteadDeprecated.GraphQLCodeRegistry.Builder.dataFetcher
(GraphQLFieldsContainer parentType, GraphQLFieldDefinition fieldDefinition, DataFetcher<?> dataFetcher) Deprecated.This is confusing becauseGraphQLInterfaceType
s cant have data fetchers.GraphQLFieldDefinition.Builder.dataFetcher
(DataFetcher<?> dataFetcher) Deprecated.useGraphQLCodeRegistry
insteadGraphQLFieldDefinition.Builder.dataFetcherFactory
(DataFetcherFactory<?> dataFetcherFactory) Deprecated.useGraphQLCodeRegistry
insteadGraphQLArgument.Builder.defaultValue
(Object defaultValue) GraphQLInputObjectField.Builder.defaultValue
(Object defaultValue) Deprecated.GraphQLSchema.Builder.fieldVisibility
(GraphqlFieldVisibility fieldVisibility) Deprecated.GraphQLDirectiveContainer.getAllDirectivesByName()
Deprecated.- use theGraphQLAppliedDirective
methods insteadGraphQLSchema.getAllSchemaDirectivesByName()
Deprecated.Use theGraphQLAppliedDirective
methods instead@NotNull InputValueWithState
GraphQLArgument.getArgumentValue()
Deprecated.useGraphQLAppliedDirectiveArgument
insteadstatic <T> T
GraphQLArgument.getArgumentValue
(GraphQLArgument argument) Deprecated.useGraphQLAppliedDirectiveArgument
instead<T> T
DataFetchingEnvironment.getContext()
Deprecated.- useDataFetchingEnvironment.getGraphQlContext()
instead<T> T
DelegatingDataFetchingEnvironment.getContext()
Deprecated.DataFetcher
<?> GraphQLCodeRegistry.Builder.getDataFetcher
(GraphQLFieldsContainer parentType, GraphQLFieldDefinition fieldDefinition) Deprecated.This is confusing becauseGraphQLInterfaceType
s cant have data fetchers.DataFetcher
<?> GraphQLCodeRegistry.getDataFetcher
(GraphQLFieldsContainer parentType, GraphQLFieldDefinition fieldDefinition) Deprecated.This is confusing becauseGraphQLInterfaceType
s cant have data fetchers.(package private) DataFetcher
<?> GraphQLFieldDefinition.getDataFetcher()
Deprecated.GraphQLDirectiveContainer.getDirective
(String directiveName) Deprecated.- use theGraphQLAppliedDirective
methods insteadGraphQLDirectiveContainer.getDirectives()
Deprecated.- use theGraphQLAppliedDirective
methods insteaddefault List
<GraphQLDirective> GraphQLDirectiveContainer.getDirectives
(String directiveName) Deprecated.- use theGraphQLAppliedDirective
methods insteadGraphQLDirectiveContainer.getDirectivesByName()
Deprecated.- use theGraphQLAppliedDirective
methods insteadDataFetchingEnvironment.getFields()
Deprecated.DelegatingDataFetchingEnvironment.getFields()
Deprecated.GraphQLSchema.getFieldVisibility()
Deprecated.useGraphQLCodeRegistry.getFieldVisibility()
insteadGraphQLSchema.getSchemaDirective
(String directiveName) Deprecated.Use theGraphQLAppliedDirective
methods insteadGraphQLSchema.getSchemaDirectiveByName()
Deprecated.Use theGraphQLAppliedDirective
methods insteadGraphQLSchema.getSchemaDirectives()
Deprecated.Use theGraphQLAppliedDirective
methods insteadGraphQLSchema.getSchemaDirectives
(String directiveName) Deprecated.Use theGraphQLAppliedDirective
methods instead(package private) TypeResolver
GraphQLInterfaceType.getTypeResolver()
Deprecated.(package private) TypeResolver
GraphQLUnionType.getTypeResolver()
Deprecated.default boolean
GraphQLDirectiveContainer.hasDirective
(String directiveName) Deprecated.default I
Coercing.parseLiteral
(@NotNull Object input) Deprecated.default I
Coercing.parseLiteral
(Object input, Map<String, Object> variables) Deprecated.default I
Coercing.parseValue
(@NotNull Object input) Deprecated.GraphqlDirectivesContainerTypeBuilder.replaceDirectives
(List<GraphQLDirective> directives) Deprecated.- use theGraphQLAppliedDirective
methods insteaddefault O
Deprecated.GraphQLFieldDefinition.Builder.staticValue
(Object value) Deprecated.useGraphQLCodeRegistry
insteadGraphQLInterfaceType.Builder.typeResolver
(TypeResolver typeResolver) Deprecated.GraphQLUnionType.Builder.typeResolver
(TypeResolver typeResolver) Deprecated.GraphQLArgument.Builder.valueLiteral
(@NotNull Value value) Deprecated.useGraphQLAppliedDirectiveArgument
methods insteadGraphQLArgument.Builder.valueProgrammatic
(@Nullable Object value) Deprecated.useGraphQLAppliedDirectiveArgument
methods insteaddefault @NotNull Value
Coercing.valueToLiteral
(@NotNull Object input) Deprecated.GraphqlDirectivesContainerTypeBuilder.withDirective
(GraphQLDirective directive) Deprecated.- use theGraphQLAppliedDirective
methods insteadGraphqlDirectivesContainerTypeBuilder.withDirective
(GraphQLDirective.Builder builder) Deprecated.- use theGraphQLAppliedDirective
methods insteadGraphqlDirectivesContainerTypeBuilder.withDirectives
(GraphQLDirective... directives) Deprecated.- use theGraphQLAppliedDirective
methods instead -
Uses of DeprecatedAt in graphql.schema.diff
Classes in graphql.schema.diff with annotations of type DeprecatedAtMethods in graphql.schema.diff with annotations of type DeprecatedAtModifier and TypeMethodDescriptionint
SchemaDiff.diffSchema
(DiffSet diffSet, DifferenceReporter reporter) Deprecated. -
Uses of DeprecatedAt in graphql.schema.idl
Classes in graphql.schema.idl with annotations of type DeprecatedAtModifier and TypeInterfaceDescriptioninterface
Deprecated.This mechanism can be achieved in a better way viaSchemaTransformer
after the schema is builtMethods in graphql.schema.idl with annotations of type DeprecatedAtModifier and TypeMethodDescriptionSchemaDirectiveWiringEnvironment.getDirective()
Deprecated.SchemaDirectiveWiringEnvironment.getDirective
(String directiveName) Deprecated.SchemaDirectiveWiringEnvironment.getDirectives()
Deprecated.RuntimeWiring.Builder.transformer
(SchemaGeneratorPostProcessing schemaGeneratorPostProcessing) Deprecated.This mechanism can be achieved in a better way viaSchemaTransformer
after the schema is built -
Uses of DeprecatedAt in graphql.validation
Constructors in graphql.validation with annotations of type DeprecatedAtModifierConstructorDescriptionValidationError
(ValidationErrorClassification validationErrorType) Deprecated.ValidationError
(ValidationErrorClassification validationErrorType, SourceLocation sourceLocation, String description) Deprecated.ValidationError
(ValidationErrorType validationErrorType, SourceLocation sourceLocation, String description, List<String> queryPath) Deprecated.ValidationError
(ValidationErrorType validationErrorType, List<SourceLocation> sourceLocations, String description) Deprecated.ValidationError
(ValidationErrorType validationErrorType, List<SourceLocation> sourceLocations, String description, List<String> queryPath) Deprecated.
ExecutionInput.getGraphQLContext()
is a fixed mutable instance now