GraphQL reference

AddCompanyToProjectTeamPayload

Object

Autogenerated return type of AddCompanyToProjectTeam.

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

Example

mutation AddCompanyToProjectTeam(
  $organizationId: ID!
  $input: AddCompanyToProjectTeamInput!
) {
  organization(id: $organizationId) {
    addCompanyToProjectTeam(input: $input) {
        project
        errors
      }
  }
}

Fields

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