DeletePresentationTypePayload
Defines the payload for deleting a presentation type.
type DeletePresentationTypePayload {
success: Boolean!
}
Fields
DeletePresentationTypePayload.success
● Boolean!
non-null scalar
A flag indicating whether the presentation type was deleted successfully.
Returned By
deletePresentationType
mutation