OBJECT

AlpGroup

A Group in the Admin Landing Page project

link GraphQL Schema definition

  • type AlpGroup {
  • # Id of the Group
  • id: Int!
  • # Platform where the Group belongs to
  • platform: Site
  • # Widgets of the Group
  • widgets: [AlpWidgetInterface!]!
  • # Title of the Group
  • title: String!
  • # The Group which precedes this one
  • prevGroup: AlpGroup
  • # The Group which follows this one
  • nextGroup: AlpGroup
  • }

link Require by