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