ArchiveProjectStagePayload
ObjectAutogenerated return type of ArchiveProjectStage.
mutation { organization(id: $organizationId) { archiveProjectStage } }
Example
mutation ArchiveProjectStage(
$organizationId: ID!
$input: ArchiveProjectStageInput!
) {
organization(id: $organizationId) {
archiveProjectStage(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 | — |