Alain Armand

Results 76 comments of Alain Armand

I am missing the point on the links in this site comment. @damiendidi what is this? Thank you.

Is this still an issue? Should I tackle this?

Maybe taking a look at https://github.com/zth/reason-relay will get some ideas on moving this idea forward. I love this project even if I dont fully understand writing resolvers with it yet.

Not sure what is going on with the new line. Doesn't look like there is one there. Or do you want one there?

I had gone beyond that error but figured it was a think would recognize. When you do that, you get additional errors. Example: changing `~clicksCount` to `~clicks` per error get...

When I add the `int`: ```reason include SchemaTypes_builder.MakeSchema({ module Scalars = { type click = int; }; type resolver('parent, 'payload, 'fieldType, 'result) = 'parent => Js.Promise.t('result); type directiveResolver('payload); }); ```...

Disregard. Working now. Must have run some wrong commands. Thank you.

In case anyone else comes across this, for whatever reason, the above error is resolved by updating all the `deps` in `package.json` to latest, running `clean` and `dev` again. Might...

@baransu nice tip,sir. Thank you. I will try it.