UpdatePresentationTypePayload
Payload when updating a presentation type.
type UpdatePresentationTypePayload {
presentationType: PresentationType!
}
Fields
UpdatePresentationTypePayload.presentationType ● PresentationType! non-null object
The updated presentation type.
Returned By
updatePresentationType mutation