feat: short code redirection

This commit is contained in:
liyasthomas
2021-11-22 11:26:43 +05:30
parent 222f0800d2
commit 6ed4211004
34 changed files with 196 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
query GetRequestFromShortcode($shortcode: ID!) {
shortcode(code: $shortcode) {
request
id
}
}