GraphQL reference

UnarchiveCostTypePayload

Object

Autogenerated return type of UnarchiveCostType.

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

Example

mutation UnarchiveCostType(
  $organizationId: ID!
  $input: UnarchiveCostTypeInput!
) {
  organization(id: $organizationId) {
    unarchiveCostType(input: $input) {
        costType
        errors
      }
  }
}

Fields

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