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 ListType
ListType.Builder. build()
ListType
ListType. deepCopy()
ListType
ListType. transform(java.util.function.Consumer<ListType.Builder> builderConsumer)
ListType
ListType. withNewChildren(NodeChildrenContainer newChildren)
Methods in graphql.language with parameters of type ListType Modifier and Type Method Description NonNullType.Builder
NonNullType.Builder. type(ListType type)
TraversalControl
NodeVisitor. visitListType(ListType node, TraverserContext<Node> data)
TraversalControl
NodeVisitorStub. 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 ListType
GraphqlAntlrToLanguage. 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 void
ArgValueOfAllowedTypeChecker. checkArgValueMatchesAllowedListType(java.util.List<GraphQLError> errors, Value<?> instanceValue, ListType allowedArgType)
-