Vincit / objection-graphql

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

Mutations working correctly now with 'AndFetchById' methods #34

Open Trellian opened 6 years ago

Trellian commented 6 years ago

caveats: The id field for the record must be named in your model as id, and must be supplied as a filter operation in the GraphQL query as idEq for this to work.