Skip to main content

UpdateAccordCalendarEventHistoryByNodeIdInput

All input for the updateAccordCalendarEventHistoryByNodeId mutation.

input UpdateAccordCalendarEventHistoryByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: AccordCalendarEventHistoryPatch!
}

Fields

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

UpdateAccordCalendarEventHistoryByNodeIdInput.nodeId ● ID! non-null scalar

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

UpdateAccordCalendarEventHistoryByNodeIdInput.patch ● AccordCalendarEventHistoryPatch! non-null input

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

Member Of

updateAccordCalendarEventHistoryByNodeId mutation