UpdateAccordCalendarEventHistoryInput
All input for the updateAccordCalendarEventHistory mutation.
input UpdateAccordCalendarEventHistoryInput {
clientMutationId: String
patch: AccordCalendarEventHistoryPatch!
id: String!
}
Fields
UpdateAccordCalendarEventHistoryInput.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.
UpdateAccordCalendarEventHistoryInput.patch ● AccordCalendarEventHistoryPatch! non-null input
An object where the defined keys will be set on the AccordCalendarEventHistory being updated.
UpdateAccordCalendarEventHistoryInput.id ● String! non-null scalar
Member Of
updateAccordCalendarEventHistory mutation