http-link-dataloader icon indicating copy to clipboard operation
http-link-dataloader copied to clipboard

fix: add graphql to peerDependencies

Open jonaskuske opened this issue 5 years ago • 0 comments

This package depends on apollo-link, which lists graphql as a peer dependency. Because of this, graphql also is a (transitive) peer dependency of http-link-dataloader itself and needs to be listed as such.

Otherwise users see warnings, potential errors and if they're using a package manager that actually enforces package boundaries (like Yarn 2) it can't be used to begin with unless you fix the peerDependencies manually. (that's what happened to me)

jonaskuske avatar Mar 30 '20 01:03 jonaskuske