GraphQL reference

UnarchiveCostTypeInput

Input

Autogenerated input 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.
idID!
mutationMetadataJSON