I was working on this project recently and @raahul1912 has done a lot. However, i think it's gonna be better to generate and merge schemas on the fly by scanning through the components directory for every file that ends with an extension type - i.e *.graphql then we wont have to bother about importing and adding a new schema into our array of schemas. there're a lot of tools to archive this.
I was working on this project recently and @raahul1912 has done a lot. However, i think it's gonna be better to generate and merge schemas on the fly by scanning through the components directory for every file that ends with an extension type - i.e
*.graphql
then we wont have to bother about importing and adding a new schema into our array of schemas. there're a lot of tools to archive this.i.e with merge-graphql-schemas and few other tools:
The above code will save scale better than this though i've been using the array method.