apollo-link-firebase
apollo-link-firebase copied to clipboard
Move grapqhl-anywhere to dependencies from devDependencies
graphql-anywhere
dependency is used in across the module but it's listed in devDependencies
instead of dependencies
. Due to this you need to install graphql-anywhere
separately in order to get the module working.
This PR fixes the issue by moving graphql-anywhere
to dependencies
.