Hello !
With my team we are taking a look at strapi to compare with our homemade CMS. currently, we have a schema.graphql file and we would like to import it into Strapi.
Can we “import” schema.graphql file into Strapi ?
If not, **How to import a graphQl schema ? **
We have found a way to translate our file with Nexus functions. But this solution involves a script and it will take a long time.
That’s why we would like to know if an existing solution to import graphql file exists.
Thanks