Package graphql.schema
Interface GraphQLUnmodifiedType
-
- All Superinterfaces:
GraphQLNamedSchemaElement,GraphQLNamedType,GraphQLSchemaElement,GraphQLType
- All Known Implementing Classes:
GraphQLEnumType,GraphQLInputObjectType,GraphQLInterfaceType,GraphQLObjectType,GraphQLScalarType,GraphQLUnionType
@PublicApi public interface GraphQLUnmodifiedType extends GraphQLNamedType
-
-
Method Summary
-
Methods inherited from interface graphql.schema.GraphQLNamedSchemaElement
getDefinition, getDescription, getName
-
Methods inherited from interface graphql.schema.GraphQLSchemaElement
accept, copy, equals, getChildren, getChildrenWithTypeReferences, hashCode, withNewChildren
-
-