AllTags.gql 56 B

123456
  1. query AllTags {
  2. tags: alltags {
  3. id
  4. name
  5. }
  6. }