auth-query-groups.gql 62 B

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