Lorenzo
Lorenzo
This eventually also fixed the issue for me, however the only minor difference in my solution is that i targeted the `packageRoot` option to the source folder, e.g. `{workspaceRoot}/packages/{projectName}`. The...
I have the exact same use case. TypeScript types generated from the GraphQL schema are now unusable as every property is optional. Would be nice if we can use the...
Thanks for providing the extra context @rexxars. What i personally was expecting is that deploying the GraphQL schema using `sanity graphql deploy` ([docs](https://www.sanity.io/docs/graphql#deploying-the-graphql-api-04501f1778aa)) also deploys any relevant validation rules. I...