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