OBJECT
A single allowance
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 datemodified_time: DateTime # The user that last modified this allowance.modified_by: User }