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 b5688ee commit c1b0771Copy full SHA for c1b0771
src/pages/[platform]/build-a-backend/data/data-modeling/disable-operations/index.mdx
@@ -44,7 +44,7 @@ export const schema = a.schema({
44
accountRepresentativeId: a.id().required(),
45
})
46
// highlight-next-line
47
- .disableOperations(["mutations","subscriptions","queries"])
+ .disableOperations(["mutations", "subscriptions", "queries"])
48
.authorization(allow => [allow.publicApiKey()]),
49
});
50
```
0 commit comments