Files
hoppscotch/packages/hoppscotch-app/helpers/backend/gql/mutations/DeleteShortcode.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

3 lines
71 B
GraphQL

mutation DeleteShortcode($code: ID!) {
revokeShortcode(code: $code)
}