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