Interface GraphQLModifiedType

All Superinterfaces:
GraphQLSchemaElement, GraphQLType
All Known Implementing Classes:
GraphQLList, GraphQLNonNull

@PublicApi public interface GraphQLModifiedType extends GraphQLType
A modified type wraps another graphql type and modifies it behavior
See Also:
  • Method Details