DeleteEventNoteTypePayload
Defines the payload for deleting a note type in an event.
type DeleteEventNoteTypePayload {
success: Boolean!
}
Fields
DeleteEventNoteTypePayload.success ● Boolean! non-null scalar
A flag indicating whether the note type was deleted successfully.
Returned By
deleteEventNoteType mutation