Uses of Class
graphql.language.Directive.Builder
Packages that use Directive.Builder
-
Uses of Directive.Builder in graphql.language
Methods in graphql.language that return Directive.BuilderModifier and TypeMethodDescriptionDirective.Builder.additionalData
(String key, String value) Directive.Builder.additionalData
(Map<String, String> additionalData) Directive.Builder.ignoredChars
(IgnoredChars ignoredChars) static Directive.Builder
Directive.newDirective()
Directive.Builder.sourceLocation
(SourceLocation sourceLocation) Method parameters in graphql.language with type arguments of type Directive.BuilderModifier and TypeMethodDescriptionDirective.transform
(Consumer<Directive.Builder> builderConsumer)