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