UpdateEventNoteTypePayload
Payload returned when updating a note type in an event.
type UpdateEventNoteTypePayload {
noteType: EventNoteType!
}
Fields
UpdateEventNoteTypePayload.noteType ● EventNoteType! non-null object
The updated note type.
Returned By
updateEventNoteType mutation