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 GraphQLSchemaElement
accept, copy, equals, getChildren, getChildrenWithTypeReferences, hashCode, withNewChildren
-
Method Details
-
getWrappedType
GraphQLType getWrappedType()
-