CreateEventNoteTypePayload
Payload returned when creating a note type in an event.
type CreateEventNoteTypePayload {
noteType: EventNoteType!
}
Fields
CreateEventNoteTypePayload.noteType ● EventNoteType! non-null object
The created note type.
Returned By
createEventNoteType mutation