2018-10-14 17:40:08 -04:00

13 lines
125 B
GraphQL

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