OBJECT
A payroll charge code.
type ChargeCode {# The unique ID.id: Int! # The code.code: String! # The name for the code.label: String }