Uses of Class
graphql.schema.GraphQLAppliedDirective.Builder
Packages that use GraphQLAppliedDirective.Builder
-
Uses of GraphQLAppliedDirective.Builder in graphql.schema
Methods in graphql.schema that return GraphQLAppliedDirective.BuilderModifier and TypeMethodDescriptionGraphQLAppliedDirective.Builder.argument
(GraphQLAppliedDirectiveArgument argument) GraphQLAppliedDirective.Builder.argument
(GraphQLAppliedDirectiveArgument.Builder builder) Same effect as the argument(GraphQLAppliedDirectiveArgument).GraphQLAppliedDirective.Builder.argument
(UnaryOperator<GraphQLAppliedDirectiveArgument.Builder> builderFunction) Take an argument builder in a function definition and apply.GraphQLAppliedDirective.Builder.clearArguments()
This is used to clear all the arguments in the builder so far.GraphQLAppliedDirective.Builder.definition
(Directive definition) GraphQLAppliedDirective.newDirective()
GraphQLAppliedDirective.newDirective
(GraphQLAppliedDirective existing) GraphQLAppliedDirective.Builder.replaceArguments
(List<GraphQLAppliedDirectiveArgument> arguments) Methods in graphql.schema with parameters of type GraphQLAppliedDirective.BuilderModifier and TypeMethodDescriptionGraphqlDirectivesContainerTypeBuilder.withAppliedDirective
(GraphQLAppliedDirective.Builder builder) GraphQLSchema.Builder.withSchemaAppliedDirective
(GraphQLAppliedDirective.Builder builder) Method parameters in graphql.schema with type arguments of type GraphQLAppliedDirective.BuilderModifier and TypeMethodDescriptionGraphQLAppliedDirective.transform
(Consumer<GraphQLAppliedDirective.Builder> builderConsumer) This helps you transform the current GraphQLDirective into another one by starting a builder with all the current values and allows you to transform it how you want.