objection-graphql
objection-graphql copied to clipboard
Mutations working correctly now with 'AndFetchById' methods
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.