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