chore: completed mutation to create a SharedRequest

This commit is contained in:
Balu Babu
2023-10-25 21:45:26 +05:30
parent 7876c42312
commit b74c1abf6f
4 changed files with 128 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ model TeamRequest {
// }
model Shortcode {
id String @id
id String @id @unique
request Json
properties Json? // if properties is null, SharedRequest is an embed else shortcode
creatorUid String?