Skip to content

Instantly share code, notes, and snippets.

@LawJolla
Created February 26, 2018 23:33
Show Gist options
  • Select an option

  • Save LawJolla/c1a3f71b512fd72d92983a7c15f0e28f to your computer and use it in GitHub Desktop.

Select an option

Save LawJolla/c1a3f71b512fd72d92983a7c15f0e28f to your computer and use it in GitHub Desktop.
Clutter free resolver
const Query = {
vehicles: (parent, args, context, info) =>
context.db.query.vehicles({ where: { dealership: args.id } })
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment