Package | Description |
---|---|
graphql.schema |
Modifier and Type | Class and Description |
---|---|
class |
GraphQLList
A modified type that indicates there is a list of the underlying wrapped type, eg a list of strings or a list of booleans.
|
class |
GraphQLNonNull
A modified type that indicates there the underlying wrapped type will not be null.
|
Modifier and Type | Method and Description |
---|---|
default TraversalControl |
GraphQLTypeVisitor.visitGraphQLModifiedType(GraphQLModifiedType node,
TraverserContext<GraphQLType> context) |
Copyright © 2019. All rights reserved.