Sikan
Sikan
Shouldn't we be using {:ok, vaue} and {:error, error} for responses as per elixir/erlang convention?
I wonder if it is possible to extend exception tracking to `raise(Exception)` and `Js.Promise.reject` called inside `Js.Promise.make` and `Js.Promise.then` and ensure they are caught with `Js.Promise.catch`. If this works then...
Now that we removed Variations - we need a section in read or examples for implementing with `reason-promise` and `reason-future` and etc
``` 14 │ 15 │ type rec selectionList = 16 │ | []: selectionList 17 │ | ::(column 18 │ I'm not sure what to parse here when looking at...
Current way of how the body wraps with each resolve is unpleasant: ```reason let queryType = Schema.( rootQuery([ field("hero", ~typ=humanType, ~args=Arg.[arg("id", int)], ~resolve=(_, id) => StarWars.getHero(string_of_int(id)) ), field( "heroes", ~typ=list(humanType),...
``` 14 │ 15 │ type rec selectionList = 16 │ | []: selectionList 17 │ | ::(column 18 │ I'm not sure what to parse here when looking at...