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> TTypeResolutionEnvironment.getContext()Deprecated.useTypeResolutionEnvironment.getGraphQLContext()insteadstatic GraphQLDirectiveDirectivesUtil.getFirstDirective(String name, Map<String, List<GraphQLDirective>> allDirectivesByName) Deprecated.static booleanDirectivesUtil.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 TypeMethodDescriptionvoidImmutableMapWithNullValues.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.voidDeprecated.ImmutableMapWithNullValues.putIfAbsent(K key, V value) Deprecated.Deprecated.booleanDeprecated.Deprecated.booleanDeprecated.voidImmutableMapWithNullValues.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> TExecutionContext.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 theQueryAppliedDirectivemethods insteadQueryDirectives.getImmediateDirectivesByField()Deprecated.- use theQueryAppliedDirectivemethods insteadQueryDirectives.getImmediateDirectivesByName()Deprecated.- use theQueryAppliedDirectivemethods instead -
Uses of DeprecatedAt in graphql.execution.instrumentation
Classes in graphql.execution.instrumentation with annotations of type DeprecatedAtModifier and TypeClassDescriptionclassDeprecated.useSimplePerformantInstrumentationinstead 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 ExecutionStrategyInstrumentationContextInstrumentation.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 InstrumentationStateInstrumentation.createState()Deprecated.default @Nullable InstrumentationStateInstrumentation.createState(InstrumentationCreateStateParameters parameters) Deprecated.default @NotNull DataFetcher<?> Instrumentation.instrumentDataFetcher(DataFetcher<?> dataFetcher, InstrumentationFieldFetchParameters parameters) default @NotNull DocumentAndVariablesInstrumentation.instrumentDocumentAndVariables(DocumentAndVariables documentAndVariables, InstrumentationExecutionParameters parameters) default @NotNull ExecutionContextInstrumentation.instrumentExecutionContext(ExecutionContext executionContext, InstrumentationExecutionParameters parameters) default @NotNull ExecutionInputInstrumentation.instrumentExecutionInput(ExecutionInput executionInput, InstrumentationExecutionParameters parameters) default @NotNull CompletableFuture<ExecutionResult> Instrumentation.instrumentExecutionResult(ExecutionResult executionResult, InstrumentationExecutionParameters parameters) default @NotNull GraphQLSchemaInstrumentation.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> TInstrumentationExecutionParameters.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.useGraphQLAppliedDirectiveArgumentmethods insteadDeprecated.GraphQLCodeRegistry.Builder.dataFetcher(GraphQLFieldsContainer parentType, GraphQLFieldDefinition fieldDefinition, DataFetcher<?> dataFetcher) Deprecated.This is confusing becauseGraphQLInterfaceTypes cant have data fetchers.GraphQLFieldDefinition.Builder.dataFetcher(DataFetcher<?> dataFetcher) Deprecated.useGraphQLCodeRegistryinsteadGraphQLFieldDefinition.Builder.dataFetcherFactory(DataFetcherFactory<?> dataFetcherFactory) Deprecated.useGraphQLCodeRegistryinsteadGraphQLArgument.Builder.defaultValue(Object defaultValue) GraphQLInputObjectField.Builder.defaultValue(Object defaultValue) Deprecated.GraphQLSchema.Builder.fieldVisibility(GraphqlFieldVisibility fieldVisibility) Deprecated.GraphQLDirectiveContainer.getAllDirectivesByName()Deprecated.- use theGraphQLAppliedDirectivemethods insteadGraphQLSchema.getAllSchemaDirectivesByName()Deprecated.Use theGraphQLAppliedDirectivemethods instead@NotNull InputValueWithStateGraphQLArgument.getArgumentValue()Deprecated.useGraphQLAppliedDirectiveArgumentinsteadstatic <T> TGraphQLArgument.getArgumentValue(GraphQLArgument argument) Deprecated.useGraphQLAppliedDirectiveArgumentinstead<T> TDataFetchingEnvironment.getContext()Deprecated.- useDataFetchingEnvironment.getGraphQlContext()instead<T> TDelegatingDataFetchingEnvironment.getContext()Deprecated.DataFetcher<?> GraphQLCodeRegistry.Builder.getDataFetcher(GraphQLFieldsContainer parentType, GraphQLFieldDefinition fieldDefinition) Deprecated.This is confusing becauseGraphQLInterfaceTypes cant have data fetchers.DataFetcher<?> GraphQLCodeRegistry.getDataFetcher(GraphQLFieldsContainer parentType, GraphQLFieldDefinition fieldDefinition) Deprecated.This is confusing becauseGraphQLInterfaceTypes cant have data fetchers.(package private) DataFetcher<?> GraphQLFieldDefinition.getDataFetcher()Deprecated.GraphQLDirectiveContainer.getDirective(String directiveName) Deprecated.- use theGraphQLAppliedDirectivemethods insteadGraphQLDirectiveContainer.getDirectives()Deprecated.- use theGraphQLAppliedDirectivemethods insteaddefault List<GraphQLDirective> GraphQLDirectiveContainer.getDirectives(String directiveName) Deprecated.- use theGraphQLAppliedDirectivemethods insteadGraphQLDirectiveContainer.getDirectivesByName()Deprecated.- use theGraphQLAppliedDirectivemethods insteadDataFetchingEnvironment.getFields()Deprecated.DelegatingDataFetchingEnvironment.getFields()Deprecated.GraphQLSchema.getFieldVisibility()Deprecated.useGraphQLCodeRegistry.getFieldVisibility()insteadGraphQLSchema.getSchemaDirective(String directiveName) Deprecated.Use theGraphQLAppliedDirectivemethods insteadGraphQLSchema.getSchemaDirectiveByName()Deprecated.Use theGraphQLAppliedDirectivemethods insteadGraphQLSchema.getSchemaDirectives()Deprecated.Use theGraphQLAppliedDirectivemethods insteadGraphQLSchema.getSchemaDirectives(String directiveName) Deprecated.Use theGraphQLAppliedDirectivemethods instead(package private) TypeResolverGraphQLInterfaceType.getTypeResolver()Deprecated.(package private) TypeResolverGraphQLUnionType.getTypeResolver()Deprecated.default booleanGraphQLDirectiveContainer.hasDirective(String directiveName) Deprecated.default ICoercing.parseLiteral(@NotNull Object input) Deprecated.default ICoercing.parseLiteral(Object input, Map<String, Object> variables) Deprecated.default ICoercing.parseValue(@NotNull Object input) Deprecated.GraphqlDirectivesContainerTypeBuilder.replaceDirectives(List<GraphQLDirective> directives) Deprecated.- use theGraphQLAppliedDirectivemethods insteaddefault ODeprecated.GraphQLFieldDefinition.Builder.staticValue(Object value) Deprecated.useGraphQLCodeRegistryinsteadGraphQLInterfaceType.Builder.typeResolver(TypeResolver typeResolver) Deprecated.GraphQLUnionType.Builder.typeResolver(TypeResolver typeResolver) Deprecated.GraphQLArgument.Builder.valueLiteral(@NotNull Value value) Deprecated.useGraphQLAppliedDirectiveArgumentmethods insteadGraphQLArgument.Builder.valueProgrammatic(@Nullable Object value) Deprecated.useGraphQLAppliedDirectiveArgumentmethods insteaddefault @NotNull ValueCoercing.valueToLiteral(@NotNull Object input) Deprecated.GraphqlDirectivesContainerTypeBuilder.withDirective(GraphQLDirective directive) Deprecated.- use theGraphQLAppliedDirectivemethods insteadGraphqlDirectivesContainerTypeBuilder.withDirective(GraphQLDirective.Builder builder) Deprecated.- use theGraphQLAppliedDirectivemethods insteadGraphqlDirectivesContainerTypeBuilder.withDirectives(GraphQLDirective... directives) Deprecated.- use theGraphQLAppliedDirectivemethods 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 TypeMethodDescriptionintSchemaDiff.diffSchema(DiffSet diffSet, DifferenceReporter reporter) Deprecated. -
Uses of DeprecatedAt in graphql.schema.idl
Classes in graphql.schema.idl with annotations of type DeprecatedAtModifier and TypeInterfaceDescriptioninterfaceDeprecated.This mechanism can be achieved in a better way viaSchemaTransformerafter 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 viaSchemaTransformerafter 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