Approval Workflow

Suggest Edits

Welcome to the "Approval Workflow" section of Originate's GraphQL API Documentation. In this section, you'll find a comprehensive guide to the available queries and mutations related to managing loan application approval workflows within Originate's loan management platform using GraphQL.

Let's explore the queries and mutations of the approval workflow category:

Approval Workflow Section Queries

Below is a list of all queries related to approval workflow information within Originate.

  • approvalWorkflows( after: ConnectionCursor before: ConnectionCursor first: ConnectionLimitInt = 15 last: ConnectionLimitInt = 15 orderBy: ApprovalWorkflowOrderByInput where: ApprovalWorkflowWhereInput ): ApprovalWorkflowConnection!

Card Section Mutations

Below is a list of all mutations related to approval workflow information within Originate.

  • updateDefaultApprovalWorkflow(input: UpdateDefaultApprovalWorkflow): ApprovalWorkflow

  • advanceApplicationWorkflowStep(input: ApplicationStageInput!): ApplicationWorkflowStepPayload!

  • revertApplicationWorkflowStep(input: ApplicationStageInput!): ApplicationWorkflowStepPayload!

  • customApprovalWorkflowCreate(input: CreateApprovalWorkflowInput!): ApprovalWorkflow!

  • customApprovalWorkflowDelete(input: MutateApprovalWorkflowInput!): ApprovalWorkflow!

  • customApprovalWorkflowDisable(input: MutateApprovalWorkflowInput!): ApprovalWorkflow!

  • customApprovalWorkflowEnable(input: MutateApprovalWorkflowInput!): ApprovalWorkflow!

  • customApprovalWorkflowUpdate(input: UpdateApprovalWorkflowInput!): ApprovalWorkflow!

By referring to the documentation for each query and mutation, you'll gain a comprehensive understanding of how to manage loan approval workflows using Originate's GraphQL API. Each operation is documented with detailed information about input parameters, return types, and usage examples.

Feel free to explore and utilize these operations to enhance approval workflow management capabilities within your applications and leverage the capabilities of Originate's loan management platform.