OBJECT

UserGroup

link GraphQL Schema definition

  • type UserGroup implements Node {
  • groupName: String
  • description: String
  • groupId: String
  • # Opaque globally scoped identifier of this node
  • id: ID!
  • }