OBJECT

Allowance

A single allowance

link GraphQL Schema definition

  • type Allowance {
  • # The unique allowance ID.
  • id: Int!
  • # The allowance name.
  • name: String!
  • # Active state of the allowance.
  • is_active: Boolean!
  • # The sort order priority.
  • sort_order: Int
  • # The last modified date
  • modified_time: DateTime
  • # The user that last modified this allowance.
  • modified_by: User
  • }