Package | Description |
---|---|
graphql.schema |
Modifier and Type | Method and Description |
---|---|
static GraphQLList |
GraphQLList.list(GraphQLType wrappedType)
A factory method for creating list types so that when used with static imports allows
more readable code such as
.type(list(GraphQLString)) |
Modifier and Type | Method and Description |
---|---|
TraversalControl |
GraphQLTypeVisitorStub.visitGraphQLList(GraphQLList node,
TraverserContext<GraphQLType> context) |
TraversalControl |
GraphQLTypeVisitor.visitGraphQLList(GraphQLList node,
TraverserContext<GraphQLType> context) |
Copyright © 2019. All rights reserved.