PutProjectStagePayload
ObjectAutogenerated return type of PutProjectStage.
mutation { organization(id: $organizationId) { putProjectStage } }
Example
mutation PutProjectStage(
$organizationId: ID!
$input: PutProjectStageInput!
) {
organization(id: $organizationId) {
putProjectStage(input: $input) {
projectStage
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| constructableUrl | String | — |
| errors | [String!]! | — |
| projectStage | ProjectStage | — |