users-query-groups.gql 77 B

123456789
  1. query {
  2. groups {
  3. list {
  4. id
  5. name
  6. isSystem
  7. }
  8. }
  9. }