Uses of Class
graphql.language.ListType.Builder
Packages that use ListType.Builder
-
Uses of ListType.Builder in graphql.language
Methods in graphql.language that return ListType.BuilderModifier and TypeMethodDescriptionListType.Builder.additionalData(String key, String value) ListType.Builder.additionalData(Map<String, String> additionalData) ListType.Builder.ignoredChars(IgnoredChars ignoredChars) static ListType.BuilderListType.newListType()static ListType.BuilderListType.newListType(Type type) ListType.Builder.sourceLocation(SourceLocation sourceLocation) Method parameters in graphql.language with type arguments of type ListType.Builder