Files
hoppscotch/packages/hoppscotch-common/src/helpers/backend/gql/queries/GetMyShortcodes.graphql
2022-12-02 03:05:35 -05:00

8 lines
112 B
GraphQL

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