DeleteDocumentNodesInput
InputAutogenerated input type of DeleteDocumentNodes
mutation { organization(id: $organizationId) { project(id: $projectId) { deleteDocumentNodes } } }
Example
mutation DeleteDocumentNodes(
$organizationId: ID!
$projectId: ID!
$input: DeleteDocumentNodesInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
deleteDocumentNodes(input: $input) {
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| ids | [ID!]! | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |