GraphQL reference

PutCostTypePayload

Object

Autogenerated return type of PutCostType.

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

Example

mutation PutCostType(
  $organizationId: ID!
  $input: PutCostTypeInput!
) {
  organization(id: $organizationId) {
    putCostType(input: $input) {
        costType
        errors
      }
  }
}

Fields

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