#✅ - How do i disable an autogenerated graphql query or mutation for my model in Gen 2?

4 messages · Page 1 of 1 (latest)

limpid spire
#

In Gen 1 i was able to disable certain graphql queries and mutations from being autogenerated for a model like this:
type Todo @model(queries: null, mutations: null, subscriptions: { level: off }) {

How can i do the same in Gen 2? I haven't found anything related in the docs as well as on Github and Discord.

languid pilot
limpid spire
teal sierraBOT
#

✅ - How do i disable an autogenerated graphql query or mutation for my model in Gen 2?