Skip to main content

DeleteAccordCalendarEventHistoryByNodeIdInput

All input for the deleteAccordCalendarEventHistoryByNodeId mutation.

input DeleteAccordCalendarEventHistoryByNodeIdInput {
clientMutationId: String
nodeId: ID!
}

Fields

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

DeleteAccordCalendarEventHistoryByNodeIdInput.nodeId ● ID! non-null scalar

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

Member Of

deleteAccordCalendarEventHistoryByNodeId mutation