test.graphql 124 B

12345678910
  1. query {
  2. activeChannel {
  3. code
  4. }
  5. administrators {
  6. items {
  7. createdAt
  8. }
  9. }
  10. }