Uses of Class
graphql.language.ListType
-
Packages that use ListType Package Description graphql.language graphql.parser graphql.schema.idl -
-
Uses of ListType in graphql.language
Methods in graphql.language that return ListType Modifier and Type Method Description ListTypeListType.Builder. build()ListTypeListType. deepCopy()ListTypeListType. transform(java.util.function.Consumer<ListType.Builder> builderConsumer)ListTypeListType. withNewChildren(NodeChildrenContainer newChildren)Methods in graphql.language with parameters of type ListType Modifier and Type Method Description NonNullType.BuilderNonNullType.Builder. type(ListType type)TraversalControlNodeVisitor. visitListType(ListType node, TraverserContext<Node> data)TraversalControlNodeVisitorStub. visitListType(ListType node, TraverserContext<Node> context)Constructors in graphql.language with parameters of type ListType Constructor Description Builder(ListType existing) -
Uses of ListType in graphql.parser
Methods in graphql.parser that return ListType Modifier and Type Method Description protected ListTypeGraphqlAntlrToLanguage. createListType(GraphqlParser.ListTypeContext ctx) -
Uses of ListType in graphql.schema.idl
Methods in graphql.schema.idl with parameters of type ListType Modifier and Type Method Description private voidArgValueOfAllowedTypeChecker. checkArgValueMatchesAllowedListType(java.util.List<GraphQLError> errors, Value<?> instanceValue, ListType allowedArgType)
-