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 8f5bbc5 commit b5688eeCopy full SHA for b5688ee
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","subcriptions","queries"])
+ .disableOperations(["mutations","subscriptions","queries"])
48
.authorization(allow => [allow.publicApiKey()]),
49
});
50
```
0 commit comments