GraphQL reference

ArchiveCostTypeInput

Input

Autogenerated input type of ArchiveCostType

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

Example

mutation ArchiveCostType(
  $organizationId: ID!
  $input: ArchiveCostTypeInput!
) {
  organization(id: $organizationId) {
    archiveCostType(input: $input) {
        costType
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
idID!
mutationMetadataJSON