gramps-graphql / gramps--legacy

The core data source combination engine of GrAMPS.
https://gramps.js.org
MIT License
197 stars 13 forks source link

fix: include extra context for stitching resolvers #73

Closed jlengstorf closed 6 years ago

jlengstorf commented 6 years ago

Extra context is now included both inside data source namespaced contexts and at the top level to ensure it’s available for schema stitching.

close #68

jlengstorf commented 6 years ago

Prettier appears to be arguing with itself. 😕

ecwyne commented 6 years ago

I've had that exact same issue with this. In my editor it say's it's an issue, but codeclimate disagrees

jlengstorf commented 6 years ago

@ecwyne I'll see if I can get Code Climate to ignore the style rules. They're not actually quality issues, so they probably shouldn't be taken into account.