wikijs-fork/client/graph/admin/groups/groups-query-list.gql

13 lines
125 B
Plaintext
Raw Normal View History

query {
groups {
list {
id
name
2018-10-14 21:38:39 +00:00
isSystem
userCount
createdAt
updatedAt
}
}
}