GetMyShortcodes.graphql 112 B

1234567
  1. query GetUserShortcodes($cursor: ID) {
  2. myShortcodes(cursor: $cursor) {
  3. id
  4. request
  5. createdOn
  6. }
  7. }