Skip to main content

DeleteAccordCalendarEventByNodeIdInput

All input for the deleteAccordCalendarEventByNodeId mutation.

input DeleteAccordCalendarEventByNodeIdInput {
clientMutationId: String
nodeId: ID!
}

Fields

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

DeleteAccordCalendarEventByNodeIdInput.nodeId ● ID! non-null scalar

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

Member Of

deleteAccordCalendarEventByNodeId mutation