Qualio Docs

API Documentation from the Qualio Team

sendForReview

Allows to send a document for review Note: a user must be able to send a document for review.

Example usage:

  mutation sendForReview {
    sendForReview(documentId: "DXepXXXXJyUh") {
      errors {
         __typename
      }
      document {
        id
      }
    }
  }

Input fields

documentId (String!)
suppressNotifications (Boolean)

Determines if email notifications will be sent on action

Return fields

errors ([AnyMutationError])

Mutation errors. Provides information about missing content or privilages

document (Document)

Related document