OBJECT

ProgramCategory

Categories linked to programs

link GraphQL Schema definition

  • type ProgramCategory {
  • # Couleur
  • color: String
  • id: ID
  • # Nom
  • name: String
  • # Ordre d'affichage
  • order: Int
  • # DEPRECATED - Use `name` instead.
  • text: String @deprecated( reason: "Use `name` instead." )
  • }