Matthew Lothian
Matthew Lothian
All Decorators in the typescript [handbook](http://www.typescriptlang.org/docs/handbook/decorators.html) are lowercase, I'm not aware of any convention. @johnbendi do you have some examples of established libs using this convention?
@kbrandwijk, Thanks, and sorry if i wan't clear, I just made an EDIT as you posted your response. I have found the `graphql-cli` documentaion a bit shallow, in terms of...
@kbrandwijk Thanks, that does sound like what i'm looking for. Let me do a little catch up reading before I suggest adding or building something new. **EDIT:** I'm not sure...
@locnguyen not yet, haven't had a chance to attempt to build something yet. It might be something i look at forking into the graphql-cli. Alternatively if you can be persuaded...
Seems to be the includes that are causing the issue. if I just `require('mocha')` only it works ``` const { assert } = require('chai') require('mocha') ``` This doesn't seem to...
Ok. I found it, somewhere in the code a module is redefining and exporting `before` and `after`. This has no effect on running mocha itself which correctly required and defines...
I have the same issue and am also using `typeMapping` to side step the default relay `PageInfo`, but this results in the generated `PageInfo` from my schema not being generated...