GraphQL reference

UpdateChangeEventScheduleImpactPayload

Object

Autogenerated return type of UpdateChangeEventScheduleImpact.

mutation { organization(id: $organizationId) { project(id: $projectId) { updateChangeEventScheduleImpact } } }

Example

mutation UpdateChangeEventScheduleImpact(
  $organizationId: ID!
  $projectId: ID!
  $input: UpdateChangeEventScheduleImpactInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      updateChangeEventScheduleImpact(input: $input) {
        changeEvent
        errors
      }
    }
  }
}

Fields

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