Files
hoppscotch/packages/hoppscotch-app/helpers/backend/gql/mutations/CreateShortcode.graphql
2021-11-21 20:02:09 +05:30

6 lines
109 B
GraphQL

mutation CreateShortcode($request: String!) {
createShortcode(request: $request) {
id
request
}
}