OBJECT

Profession

Profession

link GraphQL Schema definition

  • type Profession {
  • # Unique identifier of the profession
  • id: ID!
  • # The name of the profession
  • profession: String!
  • # The category of the profession
  • profession_category: String!
  • }