DeleteRuleByNodeIdInput
All input for the deleteRuleByNodeId mutation.
input DeleteRuleByNodeIdInput {
clientMutationId: String
nodeId: ID!
}
Fields
DeleteRuleByNodeIdInput.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.
DeleteRuleByNodeIdInput.nodeId ● ID! non-null scalar
The globally unique ID which will identify a single Rule to be deleted.
Member Of
deleteRuleByNodeId mutation