Skip to main content

UpdateAccordCalendarEventInput

All input for the updateAccordCalendarEvent mutation.

input UpdateAccordCalendarEventInput {
clientMutationId: String
patch: AccordCalendarEventPatch!
id: String!
}

Fields

UpdateAccordCalendarEventInput.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.

UpdateAccordCalendarEventInput.patch ● AccordCalendarEventPatch! non-null input

An object where the defined keys will be set on the AccordCalendarEvent being updated.

UpdateAccordCalendarEventInput.id ● String! non-null scalar

Member Of

updateAccordCalendarEvent mutation