calebmer / graphql-resolve-batch

A GraphQL batching model which groups execution by GraphQL fields.
MIT License
267 stars 12 forks source link

Update graphql peerDependency version #12

Closed robatwilliams closed 3 years ago

robatwilliams commented 4 years ago

On install, console noise:

npm WARN graphql-resolve-batch@1.0.2 requires a peer of graphql@>=0.6.0 <1.0.0 but none is installed. You must install peer dependencies yourself.

I'm using the package just fine with graphql@14.5.4 so I'm guessing it just needs updating in package.json.