DeleteObjectTypeResult
Result of a DeleteObjectType mutation.
type DeleteObjectTypeResult {
deleted: Boolean!
}
Fields
DeleteObjectTypeResult.deleted
● Boolean!
non-null scalar common
True if the object type was deleted. False if it was not found.
Returned by
deleteObjectType
mutation