ENUM

BlockType

Type of pedagogical block. TEMPLATE = a template block that live on his own and can be linked to program templates, VARIANT = a copy of a template, only living in a program variant

link GraphQL Schema definition

  • enum BlockType {
  • TEMPLATE
  • VARIANT
  • }