OBJECT
Group
Group type.
link GraphQL Schema definition
- type Group {
- # Unique id of the group.
- Int! :
- # Name of the group.
- String! :
- # List of permissions for the group.
- Permission!] : [
- }
OBJECT
Group type.
- type Group {
- # Unique id of the group.
- Int! :
- # Name of the group.
- String! :
- # List of permissions for the group.
- Permission!] : [
- }