Created
February 26, 2018 23:33
-
-
Save LawJolla/c1a3f71b512fd72d92983a7c15f0e28f to your computer and use it in GitHub Desktop.
Clutter free resolver
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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