Uses of Class
graphql.schema.GraphQLDirective.Builder
Packages that use GraphQLDirective.Builder
-
Uses of GraphQLDirective.Builder in graphql.execution.directives
Methods in graphql.execution.directives with parameters of type GraphQLDirective.BuilderModifier and TypeMethodDescriptionprivate voidDirectivesResolver.buildArguments(GraphQLDirective.Builder directiveBuilder, GraphQLCodeRegistry codeRegistry, GraphQLDirective protoType, Directive fieldDirective, Map<String, Object> variables, GraphQLContext graphQLContext, Locale locale) -
Uses of GraphQLDirective.Builder in graphql.schema
Subclasses with type arguments of type GraphQLDirective.Builder in graphql.schemaMethods in graphql.schema that return GraphQLDirective.BuilderModifier and TypeMethodDescriptionGraphQLDirective.Builder.argument(GraphQLArgument argument) GraphQLDirective.Builder.argument(GraphQLArgument.Builder builder) Same effect as the argument(GraphQLArgument).GraphQLDirective.Builder.argument(UnaryOperator<GraphQLArgument.Builder> builderFunction) Take an argument builder in a function definition and apply.GraphQLDirective.Builder.clearArguments()This is used to clear all the arguments in the builder so far.GraphQLDirective.Builder.clearValidLocations()GraphQLDirective.Builder.definition(DirectiveDefinition definition) GraphQLDirective.Builder.description(String description) static GraphQLDirective.BuilderGraphQLDirective.newDirective()static GraphQLDirective.BuilderGraphQLDirective.newDirective(GraphQLDirective existing) GraphQLDirective.Builder.repeatable(boolean repeatable) GraphQLDirective.Builder.replaceArguments(List<GraphQLArgument> arguments) GraphQLDirective.Builder.validLocation(Introspection.DirectiveLocation validLocation) GraphQLDirective.Builder.validLocations(Introspection.DirectiveLocation... validLocations) Methods in graphql.schema with parameters of type GraphQLDirective.BuilderModifier and TypeMethodDescriptionGraphQLArgument.Builder.withDirective(GraphQLDirective.Builder builder) GraphqlDirectivesContainerTypeBuilder.withDirective(GraphQLDirective.Builder builder) Deprecated.GraphQLEnumType.Builder.withDirective(GraphQLDirective.Builder builder) GraphQLEnumValueDefinition.Builder.withDirective(GraphQLDirective.Builder builder) GraphQLFieldDefinition.Builder.withDirective(GraphQLDirective.Builder builder) GraphQLInputObjectField.Builder.withDirective(GraphQLDirective.Builder builder) GraphQLInputObjectType.Builder.withDirective(GraphQLDirective.Builder builder) GraphQLInterfaceType.Builder.withDirective(GraphQLDirective.Builder builder) GraphQLObjectType.Builder.withDirective(GraphQLDirective.Builder builder) GraphQLScalarType.Builder.withDirective(GraphQLDirective.Builder builder) GraphQLUnionType.Builder.withDirective(GraphQLDirective.Builder builder) GraphQLSchema.Builder.withSchemaDirective(GraphQLDirective.Builder builder) Method parameters in graphql.schema with type arguments of type GraphQLDirective.BuilderModifier and TypeMethodDescriptionGraphQLDirective.transform(Consumer<GraphQLDirective.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.
GraphQLAppliedDirectivemethods instead