wiki/client/graph/admin/groups/groups-query-list.gql

12 lines
110 B

query {
groups {
list {
id
name
userCount
createdAt
updatedAt
}
}
}