Skip to main content

DeleteStepMeetingByNodeIdInput

All input for the deleteStepMeetingByNodeId mutation.

input DeleteStepMeetingByNodeIdInput {
clientMutationId: String
nodeId: ID!
}

Fields

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

DeleteStepMeetingByNodeIdInput.nodeId ● ID! non-null scalar

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

Member Of

deleteStepMeetingByNodeId mutation