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

12 lines
110 B
GraphQL

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