CreatePresentationTypePayload
Payload when creating a presentation type.
type CreatePresentationTypePayload {
presentationType: PresentationType!
}
Fields
CreatePresentationTypePayload.presentationType
● PresentationType!
non-null object
The created presentation type.
Returned By
createPresentationType
mutation