Hi,
I am running into an error when installing apollo-server-core as a dependency of apollo-server-express.
The most recent version of apollo-server-core includes graphql-upload v8.x as a dependency, however, v8 of graphql-upload requires a peer dependency of graphql v14 or earlier. I have v15.x of graphql installed.
The latest version of graphql-upload has support for graphql v15 as a peer dependency.
Essentially, I am wondering if it's possible to update the graphql-upload dependency of apollo-server-core to use the most recent version. I am not running into any runtime errors at the moment.
Thanks!
Hi,
I am running into an error when installing apollo-server-core as a dependency of apollo-server-express.
The most recent version of apollo-server-core includes graphql-upload v8.x as a dependency, however, v8 of graphql-upload requires a peer dependency of graphql v14 or earlier. I have v15.x of graphql installed.
The latest version of graphql-upload has support for graphql v15 as a peer dependency.
Essentially, I am wondering if it's possible to update the graphql-upload dependency of apollo-server-core to use the most recent version. I am not running into any runtime errors at the moment.
Thanks!