Nicholas Husher
Nicholas Husher
I may have an example schema.json, but I need to find out if I can share it or if it's proprietary.
Thanks for that context, I wasn't aware that `schema.json` wasn't well-supported. I'm just joining this project and don't have a good sense of how difficult it will be to convert...
Just to close a loop here: the reason the company I work for is using `schema.json` files instead of GraphQL schema files is that's what Apollo's command line tooling produces...
They do not. Here's the code that powers `apollo client:download-schema`: ```ts const schema = await project.resolveSchema({ tag: flags.tag }); writeFileSync( args.output, JSON.stringify(introspectionFromSchema(schema), null, 2) ); ``` [source](https://github.com/apollographql/apollo-tooling/blob/master/packages/apollo/src/commands/client/download-schema.ts) There [is an...
Using Router5 on the main [Faraday](https://www.faraday.io) application. It's not publicly available, though
Any update on this?