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

12 lines
110 B
Plaintext
Raw Normal View History

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