ShortcodeCreated.graphql 95 B

1234567
  1. subscription ShortcodeCreated {
  2. myShortcodesCreated {
  3. id
  4. request
  5. createdOn
  6. }
  7. }