Class GraphQLNonNull

java.lang.Object
graphql.schema.GraphQLNonNull
All Implemented Interfaces:
GraphQLInputSchemaElement, GraphQLInputType, GraphQLModifiedType, GraphQLOutputType, GraphQLSchemaElement, GraphQLType

@PublicApi public class GraphQLNonNull extends Object implements GraphQLType, GraphQLInputType, GraphQLOutputType, GraphQLModifiedType
A modified type that indicates there the underlying wrapped type will not be null.

See https://graphql.org/learn/schema/#lists-and-non-null for more details on the concept