OBJECT

Group

Group type.

link GraphQL Schema definition

  • type Group {
  • # Unique id of the group.
  • id: Int!
  • # Name of the group.
  • name: String!
  • # List of permissions for the group.
  • permissions: [Permission!]
  • }