We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
send-introspection-query
graphql_ppx
I found the Apollo Remote schemas documentation. Is this the correct instructions for creating the schema file needed by reasonql?
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 thegraphql_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
The text was updated successfully, but these errors were encountered: