GraphQL reference

UpdateCompanyProjectAssociationPayload

Object

Autogenerated return type of UpdateCompanyProjectAssociation.

mutation { organization(id: $organizationId) { updateCompanyProjectAssociation } }

Example

mutation UpdateCompanyProjectAssociation(
  $organizationId: ID!
  $input: UpdateCompanyProjectAssociationInput!
) {
  organization(id: $organizationId) {
    updateCompanyProjectAssociation(input: $input) {
        errors
      }
  }
}

Fields

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