Qualio Docs

API Documentation from the Qualio Team

ChangeOwner

Allows changing the owner of a document. Note: a user must be able to change document owner

Example usage:

mutation changeOwner {
  changeOwner(documentId: "Document DXepXXXXJyUh", newOwnerId: "9F6CeVvvAxpBRw") {
    errors {
       __typename
    }
    document {
      id
    }
  }
}

Fields

errors ([AnyMutationError])

Mutation errors. Provides information about missing content or privilages

document (Document)