wikijs-fork/client/graph/admin/auth/auth-query-groups.gql
2018-06-25 20:55:00 -04:00

9 lines
62 B
GraphQL

query {
groups {
list {
id
name
}
}
}