OBJECT

GroupeInstructeur

Un groupe instructeur

link GraphQL Schema definition

  • type GroupeInstructeur {
  • id: ID!
  • instructeurs: [Profile!]!
  • label: String!
  • # Le numero du groupe instructeur.
  • number: Int!
  • }