GraphQL reference

PutCostCodePayload

Object

Autogenerated return type of PutCostCode.

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

Example

mutation PutCostCode(
  $organizationId: ID!
  $input: PutCostCodeInput!
) {
  organization(id: $organizationId) {
    putCostCode(input: $input) {
        costCode
        errors
      }
  }
}

Fields

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