upsertAccordCalendarEventByIdInput
All input for the upsertAccordCalendarEventById mutation.
input upsertAccordCalendarEventByIdInput {
clientMutationId: String
accordCalendarEvent: AccordCalendarEventInput!
patch: AccordCalendarEventPatch!
}
Fields
upsertAccordCalendarEventByIdInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
upsertAccordCalendarEventByIdInput.accordCalendarEvent ● AccordCalendarEventInput! non-null input
The AccordCalendarEvent to be created by this mutation.
upsertAccordCalendarEventByIdInput.patch ● AccordCalendarEventPatch! non-null input
An object where the defined keys will be set on the AccordCalendarEvent being updated.
Member Of
upsertAccordCalendarEventById mutation