Qualio Docs

API Documentation from the Qualio Team

sendForApproval

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

Example usage:

  mutation sendForApproval {
    sendForApproval(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