Besides specifying the schema as a string or from a file, it would be nice to support schemas over http as graphql-inspector does.
diff function should still receive a GraphQLSchema object, so a previou steo should handle reading schemas from urls.
https://github.com/ardatan/graphql-toolkit has an interesting loadSchema function that accepts multiple descriptions of a schema
Besides specifying the schema as a string or from a file, it would be nice to support schemas over http as graphql-inspector does.
difffunction should still receive a GraphQLSchema object, so a previou steo should handle reading schemas from urls.https://github.com/ardatan/graphql-toolkit has an interesting
loadSchemafunction that accepts multiple descriptions of a schema