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