Kevan Stannard

Results 3 issues of Kevan Stannard

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've created a `Test.re` file and added the code: ``` let query = ReasonQL.gql({| query AppQuery { hello { message } } |}) ``` When running the command `bsb -make-world...