Package graphql.schema
Interface GraphQLModifiedType
- All Superinterfaces:
GraphQLSchemaElement
,GraphQLType
- All Known Implementing Classes:
GraphQLList
,GraphQLNonNull
A modified type wraps another graphql type and modifies it behavior
- See Also:
-
Method Summary
Methods inherited from interface graphql.schema.GraphQLSchemaElement
accept, copy, equals, getChildren, getChildrenWithTypeReferences, hashCode, withNewChildren
-
Method Details
-
getWrappedType
GraphQLType getWrappedType()
-