sainthkh / reasonql

Type-safe and simple GraphQL library for ReasonML developers.
MIT License
96 stars 5 forks source link

Add link for creating schema file #17

Open kevanstannard opened 4 years ago

kevanstannard commented 4 years ago

I'm new to GraphQL and was curious how to create the schema file mentioned in the "2. Set up compiler." section.

Previously I've used send-introspection-query from the graphql_ppx package, but I'm investigating how to achieve the same result without that package.

I found the Apollo Remote schemas documentation. Is this the correct instructions for creating the schema file needed by reasonql?

Would be great if the docs could include a link to more details for creating the schema file for people new to GraphQL.

Thank you