Package graphql.schema
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:
GraphQLNonNull
,GraphQLList
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GraphQLType
getWrappedType()
-
Methods inherited from interface graphql.schema.GraphQLSchemaElement
accept, copy, equals, getChildren, getChildrenWithTypeReferences, hashCode, withNewChildren
-
-
-
-
Method Detail
-
getWrappedType
GraphQLType getWrappedType()
-
-