Skip to main content

UpdateAccordCalendarEventByNodeIdInput

All input for the updateAccordCalendarEventByNodeId mutation.

input UpdateAccordCalendarEventByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: AccordCalendarEventPatch!
}

Fields

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

UpdateAccordCalendarEventByNodeIdInput.nodeId ● ID! non-null scalar

The globally unique ID which will identify a single AccordCalendarEvent to be updated.

UpdateAccordCalendarEventByNodeIdInput.patch ● AccordCalendarEventPatch! non-null input

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

Member Of

updateAccordCalendarEventByNodeId mutation