I use GraphQL in my Next.js application along with codegen to generate types based on the GraphQL schema and queries. In Strapi, I have a collection type where localization is disabled, but in the GraphQL schema, the localisations field is still marked as required.
When I include the localisations field in my query, it triggers the same error on the subsequent localisations field (possibly due to a circular dependency).
Is there a way to make the localisations field optional in the GraphQL schema or remove it entirely?
This topic has been created from a Discord post (1286588958289035264) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord