DeleteEventNoteTypeInput
Defines the input for deleting a note type in an event.
input DeleteEventNoteTypeInput {
eventId: ID!
noteTypeId: ID!
}
Fields
DeleteEventNoteTypeInput.eventId ● ID! non-null scalar
The identifier of the event the note type is associated with.
DeleteEventNoteTypeInput.noteTypeId ● ID! non-null scalar
The identifier of the note type.
Member Of
deleteEventNoteType mutation