OBJECT

PublicCompany

A subset of type "Company", containing only some fields that need to be accessed without any permission restriction.

link GraphQL Schema definition

  • type PublicCompany {
  • # Id of the Company
  • id: Int!
  • # Name of the Company
  • companyName: String!
  • }