GraphQL reference

PutProjectStagePayload

Object

Autogenerated 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

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
constructableUrlString
errors[String!]!
projectStageProjectStage