GraphQL reference

UpdateScheduleCompanyColorsInput

Input

Autogenerated input 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.
companyColorsJSON!
idID!
mutationMetadataJSON
nowISO8601DateTime