Sébastien Béal

Results 5 issues of Sébastien Béal

Would you consider switching to [geeknote fork](https://github.com/jeffkowalski/geeknote)? The project is actually maintained and bring several improvements. There are just a couple of modifications to implement in the API. I could...

Some GraphQL servers requires to pass other keys to the payload than `query` and `variables`. For example, this is the subscription query in AWS AppSync: ``` { 'id': SUB_ID, 'payload':...

Hi! Thanks for the great template, it has been very helpful! Playing around with the demo I was wondering how you were developing the API during development? Are you starting...

I am not sure to see how to use other datatypes than "string" and "number" as you have to use the javascript objects, for example for "datetime". Anything I would...

In my batch deployment script I am trying to generate the release version from git describe as mentioned in the README using `git describe --tags --dirty=-SNAPSHOT` (returning for example `1.1.9-7-gf2e285aa-SNAPSHOT`)....