api-client/packages/hoppscotch-common/src/helpers/backend/gql/subscriptions/ShortcodeUpdated.graphql
Nivedin 2bf0106aa2
feat: embeds (#3627)
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2023-12-07 15:03:49 +05:30

8 lines
110 B
GraphQL

subscription ShortcodeUpdated {
myShortcodesUpdated {
id
request
createdOn
properties
}
}