Uses of Class
graphql.DeprecatedAt
-
-
Uses of DeprecatedAt in graphql
Methods in graphql with annotations of type DeprecatedAt Modifier and Type Method Description static java.util.List<GraphQLDirective>
DirectivesUtil. add(java.util.List<GraphQLDirective> targetList, GraphQLDirective newDirective)
Deprecated.static java.util.List<GraphQLDirective>
DirectivesUtil. addAll(java.util.List<GraphQLDirective> targetList, java.util.List<GraphQLDirective> newDirectives)
Deprecated.static java.util.Map<java.lang.String,com.google.common.collect.ImmutableList<GraphQLDirective>>
DirectivesUtil. allDirectivesByName(java.util.List<GraphQLDirective> directives)
Deprecated.ExecutionInput.Builder
ExecutionInput.Builder. context(GraphQLContext.Builder contextBuilder)
Deprecated.- theExecutionInput.getGraphQLContext()
is a fixed mutable instance nowExecutionInput.Builder
ExecutionInput.Builder. context(java.lang.Object context)
Deprecated.- theExecutionInput.getGraphQLContext()
is a fixed mutable instance nowExecutionInput.Builder
ExecutionInput.Builder. context(java.util.function.UnaryOperator<GraphQLContext.Builder> contextBuilderFunction)
Deprecated.- theExecutionInput.getGraphQLContext()
is a fixed mutable instance nowstatic java.util.Optional<GraphQLArgument>
DirectivesUtil. directiveWithArg(java.util.List<GraphQLDirective> directives, java.lang.String directiveName, java.lang.String argumentName)
Deprecated.java.lang.Object
ExecutionInput. getContext()
Deprecated.<T> T
TypeResolutionEnvironment. getContext()
Deprecated.useTypeResolutionEnvironment.getGraphQLContext()
insteadstatic GraphQLDirective
DirectivesUtil. getFirstDirective(java.lang.String name, java.util.Map<java.lang.String,java.util.List<GraphQLDirective>> allDirectivesByName)
Deprecated.static boolean
DirectivesUtil. isAllNonRepeatable(java.util.List<GraphQLDirective> directives)
Deprecated.static java.util.Map<java.lang.String,GraphQLDirective>
DirectivesUtil. nonRepeatableDirectivesByName(java.util.List<GraphQLDirective> directives)
Deprecated. -
Uses of DeprecatedAt in graphql.collect
Methods in graphql.collect with annotations of type DeprecatedAt Modifier and Type Method Description void
ImmutableMapWithNullValues. clear()
Deprecated.V
ImmutableMapWithNullValues. compute(K key, java.util.function.BiFunction<? super K,? super V,? extends V> remappingFunction)
Deprecated.V
ImmutableMapWithNullValues. computeIfAbsent(K key, java.util.function.Function<? super K,? extends V> mappingFunction)
Deprecated.V
ImmutableMapWithNullValues. computeIfPresent(K key, java.util.function.BiFunction<? super K,? super V,? extends V> remappingFunction)
Deprecated.V
ImmutableMapWithNullValues. merge(K key, V value, java.util.function.BiFunction<? super V,? super V,? extends V> remappingFunction)
Deprecated.V
ImmutableMapWithNullValues. put(K key, V value)
Deprecated.void
ImmutableMapWithNullValues. putAll(java.util.Map<? extends K,? extends V> m)
Deprecated.V
ImmutableMapWithNullValues. putIfAbsent(K key, V value)
Deprecated.V
ImmutableMapWithNullValues. remove(java.lang.Object key)
Deprecated.boolean
ImmutableMapWithNullValues. remove(java.lang.Object key, java.lang.Object value)
Deprecated.V
ImmutableMapWithNullValues. replace(K key, V value)
Deprecated.boolean
ImmutableMapWithNullValues. replace(K key, V oldValue, V newValue)
Deprecated.void
ImmutableMapWithNullValues. replaceAll(java.util.function.BiFunction<? super K,? super V,? extends V> function)
Deprecated. -
Uses of DeprecatedAt in graphql.execution
Methods in graphql.execution with annotations of type DeprecatedAt Modifier and Type Method Description ExecutionContextBuilder
ExecutionContextBuilder. context(java.lang.Object context)
Deprecated.TypeResolutionParameters.Builder
TypeResolutionParameters.Builder. context(java.lang.Object context)
Deprecated.<T> T
ExecutionContext. getContext()
Deprecated.useExecutionContext.getGraphQLContext()
insteadjava.lang.Object
TypeResolutionParameters. getContext()
Deprecated.useTypeResolutionParameters.getGraphQLContext()
insteadGraphQLObjectType
ExecutionStepInfo. getFieldContainer()
Deprecated.useExecutionStepInfo.getObjectType()
instead as it is named betterjava.util.Map<java.lang.String,java.lang.Object>
ExecutionContext. getVariables()
Deprecated.useExecutionContext.getCoercedVariables()
insteadExecutionContextBuilder
ExecutionContextBuilder. variables(java.util.Map<java.lang.String,java.lang.Object> variables)
Deprecated.Constructors in graphql.execution with annotations of type DeprecatedAt Constructor Description DataFetcherResult(T data, java.util.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 DeprecatedAt Modifier and Type Method Description java.util.List<GraphQLDirective>
QueryDirectives. getImmediateDirective(java.lang.String directiveName)
Deprecated.- use theQueryAppliedDirective
methods insteadjava.util.Map<Field,java.util.List<GraphQLDirective>>
QueryDirectives. getImmediateDirectivesByField()
Deprecated.- use theQueryAppliedDirective
methods insteadjava.util.Map<java.lang.String,java.util.List<GraphQLDirective>>
QueryDirectives. getImmediateDirectivesByName()
Deprecated.- use theQueryAppliedDirective
methods instead -
Uses of DeprecatedAt in graphql.execution.instrumentation
Classes in graphql.execution.instrumentation with annotations of type DeprecatedAt Modifier and Type Class Description class
SimpleInstrumentation
Deprecated.useSimplePerformantInstrumentation
instead as a base class. -
Uses of DeprecatedAt in graphql.execution.instrumentation.parameters
Methods in graphql.execution.instrumentation.parameters with annotations of type DeprecatedAt Modifier and Type Method Description <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 methodsExecutionStepInfo
InstrumentationFieldCompleteParameters. getTypeInfo()
Deprecated.InstrumentationExecuteOperationParameters
InstrumentationExecuteOperationParameters. withNewState(InstrumentationState instrumentationState)
Deprecated.state is now passed in direct to instrumentation methodsInstrumentationExecutionParameters
InstrumentationExecutionParameters. withNewState(InstrumentationState instrumentationState)
Deprecated.state is now passed in direct to instrumentation methodsInstrumentationExecutionStrategyParameters
InstrumentationExecutionStrategyParameters. withNewState(InstrumentationState instrumentationState)
Deprecated.state is now passed in direct to instrumentation methodsInstrumentationFieldCompleteParameters
InstrumentationFieldCompleteParameters. withNewState(InstrumentationState instrumentationState)
Deprecated.state is now passed in direct to instrumentation methodsInstrumentationFieldFetchParameters
InstrumentationFieldFetchParameters. withNewState(InstrumentationState instrumentationState)
Deprecated.state is now passed in direct to instrumentation methodsInstrumentationFieldParameters
InstrumentationFieldParameters. withNewState(InstrumentationState instrumentationState)
Deprecated.state is now passed in direct to instrumentation methodsInstrumentationValidationParameters
InstrumentationValidationParameters. 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 DeprecatedAt Modifier and Type Method Description PreparsedDocumentEntry
PreparsedDocumentProvider. getDocument(ExecutionInput executionInput, java.util.function.Function<ExecutionInput,PreparsedDocumentEntry> parseAndValidateFunction)
-
Uses of DeprecatedAt in graphql.execution.preparsed.persisted
Methods in graphql.execution.preparsed.persisted with annotations of type DeprecatedAt Modifier and Type Method Description PreparsedDocumentEntry
PersistedQueryCache. getPersistedQueryDocument(java.lang.Object persistedQueryId, ExecutionInput executionInput, PersistedQueryCacheMiss onCacheMiss)
-
Uses of DeprecatedAt in graphql.parser
Methods in graphql.parser with annotations of type DeprecatedAt Modifier and Type Method Description Document
Parser. parseDocument(java.io.Reader reader, ParserOptions parserOptions)
Deprecated.use {#Parser.parse(ParserEnvironment)
} insteadDocument
Parser. parseDocument(java.lang.String input, ParserOptions parserOptions)
Deprecated.use {#Parser.parse(ParserEnvironment)
} insteadDocument
Parser. parseDocument(java.lang.String input, java.lang.String sourceName)
Deprecated.use {#Parser.parse(ParserEnvironment)
} instead -
Uses of DeprecatedAt in graphql.schema
Methods in graphql.schema with annotations of type DeprecatedAt Modifier and Type Method Description GraphQLFieldDefinition.Builder
GraphQLFieldDefinition.Builder. argument(java.util.List<GraphQLArgument> arguments)
Deprecated.This is a badly named method and is replaced byGraphQLFieldDefinition.Builder.arguments(java.util.List)
GraphQLSchema
GraphQLSchema.Builder. build(java.util.Set<GraphQLType> additionalTypes)
Deprecated.- Use theGraphQLSchema.Builder.additionalType(GraphQLType)
methodsGraphQLSchema
GraphQLSchema.Builder. build(java.util.Set<GraphQLType> additionalTypes, java.util.Set<GraphQLDirective> additionalDirectives)
Deprecated.GraphQLArgument.Builder
GraphQLArgument.Builder. clearValue()
Deprecated.useGraphQLAppliedDirectiveArgument
methods insteadDataFetchingEnvironmentImpl.Builder
DataFetchingEnvironmentImpl.Builder. context(java.lang.Object context)
Deprecated.GraphQLCodeRegistry.Builder
GraphQLCodeRegistry.Builder. dataFetcher(GraphQLFieldsContainer parentType, GraphQLFieldDefinition fieldDefinition, DataFetcher<?> dataFetcher)
Deprecated.This is confusing becauseGraphQLInterfaceType
s cant have data fetchers.GraphQLFieldDefinition.Builder
GraphQLFieldDefinition.Builder. dataFetcher(DataFetcher<?> dataFetcher)
Deprecated.useGraphQLCodeRegistry
insteadGraphQLFieldDefinition.Builder
GraphQLFieldDefinition.Builder. dataFetcherFactory(DataFetcherFactory<?> dataFetcherFactory)
Deprecated.useGraphQLCodeRegistry
insteadGraphQLArgument.Builder
GraphQLArgument.Builder. defaultValue(java.lang.Object defaultValue)
GraphQLInputObjectField.Builder
GraphQLInputObjectField.Builder. defaultValue(java.lang.Object defaultValue)
Deprecated.GraphQLSchema.Builder
GraphQLSchema.Builder. fieldVisibility(GraphqlFieldVisibility fieldVisibility)
Deprecated.java.util.Map<java.lang.String,java.util.List<GraphQLDirective>>
GraphQLDirectiveContainer. getAllDirectivesByName()
Deprecated.- use theGraphQLAppliedDirective
methods insteadjava.util.Map<java.lang.String,java.util.List<GraphQLDirective>>
GraphQLSchema. 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.GraphQLDirective
GraphQLDirectiveContainer. getDirective(java.lang.String directiveName)
Deprecated.- use theGraphQLAppliedDirective
methods insteadjava.util.List<GraphQLDirective>
GraphQLDirectiveContainer. getDirectives()
Deprecated.- use theGraphQLAppliedDirective
methods insteaddefault java.util.List<GraphQLDirective>
GraphQLDirectiveContainer. getDirectives(java.lang.String directiveName)
Deprecated.- use theGraphQLAppliedDirective
methods insteadjava.util.Map<java.lang.String,GraphQLDirective>
GraphQLDirectiveContainer. getDirectivesByName()
Deprecated.- use theGraphQLAppliedDirective
methods insteadjava.util.List<Field>
DataFetchingEnvironment. getFields()
Deprecated.java.util.List<Field>
DelegatingDataFetchingEnvironment. getFields()
Deprecated.GraphqlFieldVisibility
GraphQLSchema. getFieldVisibility()
Deprecated.useGraphQLCodeRegistry.getFieldVisibility()
insteadGraphQLDirective
GraphQLSchema. getSchemaDirective(java.lang.String directiveName)
Deprecated.Use theGraphQLAppliedDirective
methods insteadjava.util.Map<java.lang.String,GraphQLDirective>
GraphQLSchema. getSchemaDirectiveByName()
Deprecated.Use theGraphQLAppliedDirective
methods insteadjava.util.List<GraphQLDirective>
GraphQLSchema. getSchemaDirectives()
Deprecated.Use theGraphQLAppliedDirective
methods insteadjava.util.List<GraphQLDirective>
GraphQLSchema. getSchemaDirectives(java.lang.String directiveName)
Deprecated.Use theGraphQLAppliedDirective
methods instead(package private) TypeResolver
GraphQLInterfaceType. getTypeResolver()
Deprecated.(package private) TypeResolver
GraphQLUnionType. getTypeResolver()
Deprecated.default boolean
GraphQLDirectiveContainer. hasDirective(java.lang.String directiveName)
Deprecated.default I
Coercing. parseLiteral(@NotNull java.lang.Object input)
Deprecated.default I
Coercing. parseLiteral(java.lang.Object input, java.util.Map<java.lang.String,java.lang.Object> variables)
Deprecated.default I
Coercing. parseValue(@NotNull java.lang.Object input)
Deprecated.B
GraphqlDirectivesContainerTypeBuilder. replaceDirectives(java.util.List<GraphQLDirective> directives)
Deprecated.- use theGraphQLAppliedDirective
methods insteaddefault O
Coercing. serialize(@NotNull java.lang.Object dataFetcherResult)
Deprecated.GraphQLFieldDefinition.Builder
GraphQLFieldDefinition.Builder. staticValue(java.lang.Object value)
Deprecated.useGraphQLCodeRegistry
insteadGraphQLInterfaceType.Builder
GraphQLInterfaceType.Builder. typeResolver(TypeResolver typeResolver)
Deprecated.GraphQLUnionType.Builder
GraphQLUnionType.Builder. typeResolver(TypeResolver typeResolver)
Deprecated.GraphQLArgument.Builder
GraphQLArgument.Builder. value(@Nullable java.lang.Object value)
GraphQLArgument.Builder
GraphQLArgument.Builder. valueLiteral(@NotNull Value value)
Deprecated.useGraphQLAppliedDirectiveArgument
methods insteadGraphQLArgument.Builder
GraphQLArgument.Builder. valueProgrammatic(@Nullable java.lang.Object value)
Deprecated.useGraphQLAppliedDirectiveArgument
methods insteaddefault @NotNull Value
Coercing. valueToLiteral(@NotNull java.lang.Object input)
Deprecated.B
GraphqlDirectivesContainerTypeBuilder. withDirective(GraphQLDirective directive)
Deprecated.- use theGraphQLAppliedDirective
methods insteadB
GraphqlDirectivesContainerTypeBuilder. withDirective(GraphQLDirective.Builder builder)
Deprecated.- use theGraphQLAppliedDirective
methods insteadB
GraphqlDirectivesContainerTypeBuilder. withDirectives(GraphQLDirective... directives)
Deprecated.- use theGraphQLAppliedDirective
methods instead -
Uses of DeprecatedAt in graphql.schema.diff
Classes in graphql.schema.diff with annotations of type DeprecatedAt Modifier and Type Class Description class
DiffSet
Deprecated.Methods in graphql.schema.diff with annotations of type DeprecatedAt Modifier and Type Method Description int
SchemaDiff. diffSchema(DiffSet diffSet, DifferenceReporter reporter)
Deprecated. -
Uses of DeprecatedAt in graphql.schema.idl
Classes in graphql.schema.idl with annotations of type DeprecatedAt Modifier and Type Interface Description interface
SchemaGeneratorPostProcessing
Deprecated.This mechanism can be achieved in a better way viaSchemaTransformer
after the schema is builtMethods in graphql.schema.idl with annotations of type DeprecatedAt Modifier and Type Method Description GraphQLDirective
SchemaDirectiveWiringEnvironment. getDirective()
Deprecated.GraphQLDirective
SchemaDirectiveWiringEnvironment. getDirective(java.lang.String directiveName)
Deprecated.java.util.Map<java.lang.String,GraphQLDirective>
SchemaDirectiveWiringEnvironment. getDirectives()
Deprecated.RuntimeWiring.Builder
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 DeprecatedAt Constructor Description ValidationError(ValidationErrorClassification validationErrorType)
Deprecated.ValidationError(ValidationErrorClassification validationErrorType, SourceLocation sourceLocation, java.lang.String description)
Deprecated.ValidationError(ValidationErrorType validationErrorType, SourceLocation sourceLocation, java.lang.String description, java.util.List<java.lang.String> queryPath)
Deprecated.ValidationError(ValidationErrorType validationErrorType, java.util.List<SourceLocation> sourceLocations, java.lang.String description)
Deprecated.ValidationError(ValidationErrorType validationErrorType, java.util.List<SourceLocation> sourceLocations, java.lang.String description, java.util.List<java.lang.String> queryPath)
Deprecated.
-