GraphQL reference

UpdateScheduleCompanyColorsPayload

Object

Autogenerated return type of UpdateScheduleCompanyColors.

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

Example

mutation UpdateScheduleCompanyColors(
  $organizationId: ID!
  $projectId: ID!
  $input: UpdateScheduleCompanyColorsInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      updateScheduleCompanyColors(input: $input) {
        schedule
        errors
      }
    }
  }
}

Fields

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