GraphQL reference

CreateOrUpdateOtherCostGroupInput

Input

Autogenerated input type of CreateOrUpdateOtherCostGroup

mutation { organization(id: $organizationId) { project(id: $projectId) { createOrUpdateOtherCostGroup } } }

Example

mutation CreateOrUpdateOtherCostGroup(
  $organizationId: ID!
  $projectId: ID!
  $input: CreateOrUpdateOtherCostGroupInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      createOrUpdateOtherCostGroup(input: $input) {
        otherCostGroup
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
companyIdID
companyNameString
createAttachmentsJSON
dateISO8601Date!
deleteAttachmentsJSON
descriptionString!
idID!
mutationMetadataJSON
nowISO8601DateTime
otherCosts[OtherCostInput!]
vendorIdID
vendorNameString