Files
hoppscotch/packages/hoppscotch-common/src/helpers/backend/gql/queries/GetMyShortcodes.graphql
Nivedin 2528bbb92f feat: shared request (#3486)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
2023-12-04 22:51:18 +05:30

9 lines
127 B
GraphQL

query GetUserShortcodes($cursor: ID) {
myShortcodes(cursor: $cursor) {
id
request
createdOn
properties
}
}