Uses of Class
graphql.execution.directives.QueryAppliedDirectiveArgument
Packages that use QueryAppliedDirectiveArgument
-
Uses of QueryAppliedDirectiveArgument in graphql.execution.directives
Fields in graphql.execution.directives with type parameters of type QueryAppliedDirectiveArgumentModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList
<QueryAppliedDirectiveArgument> QueryAppliedDirective.arguments
private final Map
<String, QueryAppliedDirectiveArgument> QueryAppliedDirective.Builder.arguments
Methods in graphql.execution.directives that return QueryAppliedDirectiveArgumentModifier and TypeMethodDescriptionQueryAppliedDirectiveArgument.Builder.build()
@Nullable QueryAppliedDirectiveArgument
QueryAppliedDirective.getArgument
(String name) private QueryAppliedDirectiveArgument
QueryDirectivesImpl.toAppliedArgument
(GraphQLArgument argument) QueryAppliedDirectiveArgument.transform
(Consumer<QueryAppliedDirectiveArgument.Builder> builderConsumer) This helps you transform the current GraphQLArgument into another one by starting a builder with all the current values and allows you to transform it how you want.Methods in graphql.execution.directives that return types with arguments of type QueryAppliedDirectiveArgumentMethods in graphql.execution.directives with parameters of type QueryAppliedDirectiveArgumentModifier and TypeMethodDescriptionQueryAppliedDirective.Builder.argument
(QueryAppliedDirectiveArgument argument) QueryAppliedDirectiveArgument.newArgument
(QueryAppliedDirectiveArgument existing) Method parameters in graphql.execution.directives with type arguments of type QueryAppliedDirectiveArgumentModifier and TypeMethodDescriptionQueryAppliedDirective.Builder.replaceArguments
(List<QueryAppliedDirectiveArgument> arguments) Constructors in graphql.execution.directives with parameters of type QueryAppliedDirectiveArgumentConstructor parameters in graphql.execution.directives with type arguments of type QueryAppliedDirectiveArgumentModifierConstructorDescriptionprivate
QueryAppliedDirective
(String name, Directive definition, Collection<QueryAppliedDirectiveArgument> arguments)