Vincit / objection-graphql

GraphQL schema generator for objection.js
MIT License
307 stars 34 forks source link

Fix eager expression for fragments with multiple relations #14

Closed mattleff closed 7 years ago

mattleff commented 7 years ago

This fixes a rather specific bug where a fragment that included multiple relations and was spread after a relation didn't generate a valid eager expression.

koskimas commented 7 years ago

Thank you! I have a tiny improvement in mind for this, but it's so small that it's easier for me to do it.