Files
hoppscotch/packages/hoppscotch-app/helpers/backend/gql/subscriptions/ShortcodeDeleted.graphql
Nivedin cfa89a6ded feat: UI of shortcode actions (#2347)
Co-authored-by: liyasthomas <liyascthomas@gmail.com>
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2022-05-24 17:58:49 +05:30

6 lines
69 B
GraphQL

subscription ShortcodeDeleted {
myShortcodesRevoked {
id
}
}