OBJECT

EmploymentType

The terms of employment for a user.

link GraphQL Schema definition

  • type EmploymentType {
  • # The unique ID.
  • id: Int!
  • # The name of the type.
  • name: String!
  • }