CollectionTypeContentDeletedResponse
This is the response from a deleteCollectionTypeContent mutation.
type CollectionTypeContentDeletedResponse {
deletedId: String!
}
Fields
CollectionTypeContentDeletedResponse.deletedId
● String!
non-null scalar
Returned by
deleteCollectionTypeContent
mutation