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.BuilderExecutionInput.Builder. context(GraphQLContext.Builder contextBuilder)Deprecated.- theExecutionInput.getGraphQLContext()is a fixed mutable instance nowExecutionInput.BuilderExecutionInput.Builder. context(java.lang.Object context)Deprecated.- theExecutionInput.getGraphQLContext()is a fixed mutable instance nowExecutionInput.BuilderExecutionInput.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.ObjectExecutionInput. getContext()Deprecated.<T> TTypeResolutionEnvironment. getContext()Deprecated.useTypeResolutionEnvironment.getGraphQLContext()insteadstatic GraphQLDirectiveDirectivesUtil. getFirstDirective(java.lang.String name, java.util.Map<java.lang.String,java.util.List<GraphQLDirective>> allDirectivesByName)Deprecated.static booleanDirectivesUtil. 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 voidImmutableMapWithNullValues. clear()Deprecated.VImmutableMapWithNullValues. compute(K key, java.util.function.BiFunction<? super K,? super V,? extends V> remappingFunction)Deprecated.VImmutableMapWithNullValues. computeIfAbsent(K key, java.util.function.Function<? super K,? extends V> mappingFunction)Deprecated.VImmutableMapWithNullValues. computeIfPresent(K key, java.util.function.BiFunction<? super K,? super V,? extends V> remappingFunction)Deprecated.VImmutableMapWithNullValues. merge(K key, V value, java.util.function.BiFunction<? super V,? super V,? extends V> remappingFunction)Deprecated.VImmutableMapWithNullValues. put(K key, V value)Deprecated.voidImmutableMapWithNullValues. putAll(java.util.Map<? extends K,? extends V> m)Deprecated.VImmutableMapWithNullValues. putIfAbsent(K key, V value)Deprecated.VImmutableMapWithNullValues. remove(java.lang.Object key)Deprecated.booleanImmutableMapWithNullValues. remove(java.lang.Object key, java.lang.Object value)Deprecated.VImmutableMapWithNullValues. replace(K key, V value)Deprecated.booleanImmutableMapWithNullValues. replace(K key, V oldValue, V newValue)Deprecated.voidImmutableMapWithNullValues. 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 ExecutionContextBuilderExecutionContextBuilder. context(java.lang.Object context)Deprecated.TypeResolutionParameters.BuilderTypeResolutionParameters.Builder. context(java.lang.Object context)Deprecated.<T> TExecutionContext. getContext()Deprecated.useExecutionContext.getGraphQLContext()insteadjava.lang.ObjectTypeResolutionParameters. getContext()Deprecated.useTypeResolutionParameters.getGraphQLContext()insteadGraphQLObjectTypeExecutionStepInfo. getFieldContainer()Deprecated.useExecutionStepInfo.getObjectType()instead as it is named betterjava.util.Map<java.lang.String,java.lang.Object>ExecutionContext. getVariables()Deprecated.useExecutionContext.getCoercedVariables()insteadExecutionContextBuilderExecutionContextBuilder. 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 theQueryAppliedDirectivemethods insteadjava.util.Map<Field,java.util.List<GraphQLDirective>>QueryDirectives. getImmediateDirectivesByField()Deprecated.- use theQueryAppliedDirectivemethods insteadjava.util.Map<java.lang.String,java.util.List<GraphQLDirective>>QueryDirectives. getImmediateDirectivesByName()Deprecated.- use theQueryAppliedDirectivemethods instead -
Uses of DeprecatedAt in graphql.execution.instrumentation
Classes in graphql.execution.instrumentation with annotations of type DeprecatedAt Modifier and Type Class Description classSimpleInstrumentationDeprecated.useSimplePerformantInstrumentationinstead 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> 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 methodsExecutionStepInfoInstrumentationFieldCompleteParameters. getTypeInfo()Deprecated.InstrumentationExecuteOperationParametersInstrumentationExecuteOperationParameters. withNewState(InstrumentationState instrumentationState)Deprecated.state is now passed in direct to instrumentation methodsInstrumentationExecutionParametersInstrumentationExecutionParameters. withNewState(InstrumentationState instrumentationState)Deprecated.state is now passed in direct to instrumentation methodsInstrumentationExecutionStrategyParametersInstrumentationExecutionStrategyParameters. withNewState(InstrumentationState instrumentationState)Deprecated.state is now passed in direct to instrumentation methodsInstrumentationFieldCompleteParametersInstrumentationFieldCompleteParameters. withNewState(InstrumentationState instrumentationState)Deprecated.state is now passed in direct to instrumentation methodsInstrumentationFieldFetchParametersInstrumentationFieldFetchParameters. withNewState(InstrumentationState instrumentationState)Deprecated.state is now passed in direct to instrumentation methodsInstrumentationFieldParametersInstrumentationFieldParameters. withNewState(InstrumentationState instrumentationState)Deprecated.state is now passed in direct to instrumentation methodsInstrumentationValidationParametersInstrumentationValidationParameters. 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 PreparsedDocumentEntryPreparsedDocumentProvider. 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 PreparsedDocumentEntryPersistedQueryCache. 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 DocumentParser. parseDocument(java.io.Reader reader, ParserOptions parserOptions)Deprecated.use {#Parser.parse(ParserEnvironment)} insteadDocumentParser. parseDocument(java.lang.String input, ParserOptions parserOptions)Deprecated.use {#Parser.parse(ParserEnvironment)} insteadDocumentParser. 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.BuilderGraphQLFieldDefinition.Builder. argument(java.util.List<GraphQLArgument> arguments)Deprecated.This is a badly named method and is replaced byGraphQLFieldDefinition.Builder.arguments(java.util.List)GraphQLSchemaGraphQLSchema.Builder. build(java.util.Set<GraphQLType> additionalTypes)Deprecated.- Use theGraphQLSchema.Builder.additionalType(GraphQLType)methodsGraphQLSchemaGraphQLSchema.Builder. build(java.util.Set<GraphQLType> additionalTypes, java.util.Set<GraphQLDirective> additionalDirectives)Deprecated.GraphQLArgument.BuilderGraphQLArgument.Builder. clearValue()Deprecated.useGraphQLAppliedDirectiveArgumentmethods insteadDataFetchingEnvironmentImpl.BuilderDataFetchingEnvironmentImpl.Builder. context(java.lang.Object context)Deprecated.GraphQLCodeRegistry.BuilderGraphQLCodeRegistry.Builder. dataFetcher(GraphQLFieldsContainer parentType, GraphQLFieldDefinition fieldDefinition, DataFetcher<?> dataFetcher)Deprecated.This is confusing becauseGraphQLInterfaceTypes cant have data fetchers.GraphQLFieldDefinition.BuilderGraphQLFieldDefinition.Builder. dataFetcher(DataFetcher<?> dataFetcher)Deprecated.useGraphQLCodeRegistryinsteadGraphQLFieldDefinition.BuilderGraphQLFieldDefinition.Builder. dataFetcherFactory(DataFetcherFactory<?> dataFetcherFactory)Deprecated.useGraphQLCodeRegistryinsteadGraphQLArgument.BuilderGraphQLArgument.Builder. defaultValue(java.lang.Object defaultValue)GraphQLInputObjectField.BuilderGraphQLInputObjectField.Builder. defaultValue(java.lang.Object defaultValue)Deprecated.GraphQLSchema.BuilderGraphQLSchema.Builder. fieldVisibility(GraphqlFieldVisibility fieldVisibility)Deprecated.java.util.Map<java.lang.String,java.util.List<GraphQLDirective>>GraphQLDirectiveContainer. getAllDirectivesByName()Deprecated.- use theGraphQLAppliedDirectivemethods insteadjava.util.Map<java.lang.String,java.util.List<GraphQLDirective>>GraphQLSchema. 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.GraphQLDirectiveGraphQLDirectiveContainer. getDirective(java.lang.String directiveName)Deprecated.- use theGraphQLAppliedDirectivemethods insteadjava.util.List<GraphQLDirective>GraphQLDirectiveContainer. getDirectives()Deprecated.- use theGraphQLAppliedDirectivemethods insteaddefault java.util.List<GraphQLDirective>GraphQLDirectiveContainer. getDirectives(java.lang.String directiveName)Deprecated.- use theGraphQLAppliedDirectivemethods insteadjava.util.Map<java.lang.String,GraphQLDirective>GraphQLDirectiveContainer. getDirectivesByName()Deprecated.- use theGraphQLAppliedDirectivemethods insteadjava.util.List<Field>DataFetchingEnvironment. getFields()Deprecated.java.util.List<Field>DelegatingDataFetchingEnvironment. getFields()Deprecated.GraphqlFieldVisibilityGraphQLSchema. getFieldVisibility()Deprecated.useGraphQLCodeRegistry.getFieldVisibility()insteadGraphQLDirectiveGraphQLSchema. getSchemaDirective(java.lang.String directiveName)Deprecated.Use theGraphQLAppliedDirectivemethods insteadjava.util.Map<java.lang.String,GraphQLDirective>GraphQLSchema. getSchemaDirectiveByName()Deprecated.Use theGraphQLAppliedDirectivemethods insteadjava.util.List<GraphQLDirective>GraphQLSchema. getSchemaDirectives()Deprecated.Use theGraphQLAppliedDirectivemethods insteadjava.util.List<GraphQLDirective>GraphQLSchema. getSchemaDirectives(java.lang.String directiveName)Deprecated.Use theGraphQLAppliedDirectivemethods instead(package private) TypeResolverGraphQLInterfaceType. getTypeResolver()Deprecated.(package private) TypeResolverGraphQLUnionType. getTypeResolver()Deprecated.default booleanGraphQLDirectiveContainer. hasDirective(java.lang.String directiveName)Deprecated.default ICoercing. parseLiteral(@NotNull java.lang.Object input)Deprecated.default ICoercing. parseLiteral(java.lang.Object input, java.util.Map<java.lang.String,java.lang.Object> variables)Deprecated.default ICoercing. parseValue(@NotNull java.lang.Object input)Deprecated.BGraphqlDirectivesContainerTypeBuilder. replaceDirectives(java.util.List<GraphQLDirective> directives)Deprecated.- use theGraphQLAppliedDirectivemethods insteaddefault OCoercing. serialize(@NotNull java.lang.Object dataFetcherResult)Deprecated.GraphQLFieldDefinition.BuilderGraphQLFieldDefinition.Builder. staticValue(java.lang.Object value)Deprecated.useGraphQLCodeRegistryinsteadGraphQLInterfaceType.BuilderGraphQLInterfaceType.Builder. typeResolver(TypeResolver typeResolver)Deprecated.GraphQLUnionType.BuilderGraphQLUnionType.Builder. typeResolver(TypeResolver typeResolver)Deprecated.GraphQLArgument.BuilderGraphQLArgument.Builder. value(@Nullable java.lang.Object value)GraphQLArgument.BuilderGraphQLArgument.Builder. valueLiteral(@NotNull Value value)Deprecated.useGraphQLAppliedDirectiveArgumentmethods insteadGraphQLArgument.BuilderGraphQLArgument.Builder. valueProgrammatic(@Nullable java.lang.Object value)Deprecated.useGraphQLAppliedDirectiveArgumentmethods insteaddefault @NotNull ValueCoercing. valueToLiteral(@NotNull java.lang.Object input)Deprecated.BGraphqlDirectivesContainerTypeBuilder. withDirective(GraphQLDirective directive)Deprecated.- use theGraphQLAppliedDirectivemethods insteadBGraphqlDirectivesContainerTypeBuilder. withDirective(GraphQLDirective.Builder builder)Deprecated.- use theGraphQLAppliedDirectivemethods insteadBGraphqlDirectivesContainerTypeBuilder. withDirectives(GraphQLDirective... directives)Deprecated.- use theGraphQLAppliedDirectivemethods instead -
Uses of DeprecatedAt in graphql.schema.diff
Classes in graphql.schema.diff with annotations of type DeprecatedAt Modifier and Type Class Description classDiffSetDeprecated.Methods in graphql.schema.diff with annotations of type DeprecatedAt Modifier and Type Method Description intSchemaDiff. 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 interfaceSchemaGeneratorPostProcessingDeprecated.This mechanism can be achieved in a better way viaSchemaTransformerafter the schema is builtMethods in graphql.schema.idl with annotations of type DeprecatedAt Modifier and Type Method Description GraphQLDirectiveSchemaDirectiveWiringEnvironment. getDirective()Deprecated.GraphQLDirectiveSchemaDirectiveWiringEnvironment. getDirective(java.lang.String directiveName)Deprecated.java.util.Map<java.lang.String,GraphQLDirective>SchemaDirectiveWiringEnvironment. getDirectives()Deprecated.RuntimeWiring.BuilderRuntimeWiring.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 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.
-