Uses of Class
graphql.language.ListType.Builder
-
Packages that use ListType.Builder Package Description graphql.language -
-
Uses of ListType.Builder in graphql.language
Methods in graphql.language that return ListType.Builder Modifier and Type Method Description ListType.BuilderListType.Builder. additionalData(java.lang.String key, java.lang.String value)ListType.BuilderListType.Builder. additionalData(java.util.Map<java.lang.String,java.lang.String> additionalData)ListType.BuilderListType.Builder. comments(java.util.List<Comment> comments)ListType.BuilderListType.Builder. ignoredChars(IgnoredChars ignoredChars)static ListType.BuilderListType. newListType()static ListType.BuilderListType. newListType(Type type)ListType.BuilderListType.Builder. sourceLocation(SourceLocation sourceLocation)ListType.BuilderListType.Builder. type(Type type)Method parameters in graphql.language with type arguments of type ListType.Builder Modifier and Type Method Description ListTypeListType. transform(java.util.function.Consumer<ListType.Builder> builderConsumer)
-