GraphQLSP
GraphQLSP copied to clipboard
Support loading the schema from `.ts` files
In GraphQL-Hive a modular approach is used to maintain the schema. We should load it which can be done with graphql-tools and a glob watcher to hot-reload it.
This has been there for a while, do we know if it's on the priority list?