AddSubmittalStageInput
InputAutogenerated input type of AddSubmittalStage
mutation { organization(id: $organizationId) { project(id: $projectId) { addSubmittalStage } } }
Example
mutation AddSubmittalStage(
$organizationId: ID!
$projectId: ID!
$input: AddSubmittalStageInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
addSubmittalStage(input: $input) {
submittalStage
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| approvers | [SubmittalApproverInput!] | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |
| stageId | ID! | — |
| submittalId | ID! | — |
| type | String | — |