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

8 lines
185 B
GraphQL

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