GraphQL reference

AddExpenseBudgetLineItemInput

Input

Autogenerated input type of AddExpenseBudgetLineItem

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

Example

mutation AddExpenseBudgetLineItem(
  $organizationId: ID!
  $projectId: ID!
  $input: AddExpenseBudgetLineItemInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      addExpenseBudgetLineItem(input: $input) {
        expenseBudgetLineItem
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
amountCentsBigInt!
clientMutationIdStringA unique identifier for the client performing the mutation.
costCodeIdID!
costTypeIdID
descriptionString!
expenseBudgetModificationIdID
idID!
mutationMetadataJSON
nowISO8601DateTime
sovLineItemIdID
subProjectIdID