Uses of Class
graphql.execution.directives.QueryAppliedDirectiveArgument
Packages that use QueryAppliedDirectiveArgument
-
Uses of QueryAppliedDirectiveArgument in graphql.execution.directives
Methods in graphql.execution.directives that return QueryAppliedDirectiveArgumentModifier and TypeMethodDescriptionQueryAppliedDirectiveArgument.Builder.build()@Nullable QueryAppliedDirectiveArgumentQueryAppliedDirective.getArgument(String name) 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 QueryAppliedDirectiveArgument