OBJECT

OrganisationType

link GraphQL Schema definition

  • type OrganisationType {
  • # ID of the organisation type
  • id: Int!
  • # name of the organisation type
  • name: String!
  • }