GraphQL reference

DeleteDocumentNodesInput

Input

Autogenerated 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

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
ids[ID!]!
mutationMetadataJSON
nowISO8601DateTime