finishDeployment

This mutation returns the information of a finished deployment (or allows deployment to finish).

Arguments

Name

Type

Description

Required

transactionInput

Object

Contains information from TransactionInput to finish the deployment.

Yes

Returns

Name

Type

Description

N/A

Boolean

Confirmation whether the deployment has finished.

Mutation Schema

type mutation{

 finishDeployment(transactionInput: TransactionInput!): Boolean!
 
}