We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32e05a commit 919389eCopy full SHA for 919389e
apps/frontend/src/routes/s/f/[shareId]/+layout.gql
@@ -19,6 +19,7 @@ query GetFormShareData($shareId: ID!) {
19
20
tableByShare(shareId: $shareId) {
21
id
22
+ name
23
forms {
24
description
25
fields
apps/frontend/src/routes/s/v/[shareId]/+layout.gql
@@ -19,6 +19,7 @@ query GetViewShareData($shareId: ID!) {
0 commit comments