andreas
11/18/2020, 12:48 PMRyan
11/18/2020, 12:51 PMgraphql
version 15 if you’re using the latest version of Apollo Server.
I personally have used shield and it works well with field-resolvers.lewebsimple
11/18/2020, 1:11 PMandreas
11/18/2020, 1:32 PMgraphql-shield
, nexus
and apollo-server
and thats when I’m seeing these warnings. We’ve been using shield for quite some time and it has worked well for us I would say. However, in this upgrade process, I guess I’m more interested in finding out whether one can expect an updated version of graphql-middleware
with graphql@15
support or if I should look at some alternative solution. 🙂 Too me, looking at the activity in graphql-middleware
I’m starting to think that the project might be dead. Given that is a prisma-labs project I figured I could ask here in case someone got some insights into this. 🙂
graphql-shield
though seems to be maintained still so I guess it would be unfortunate for all non yoga users if the middleware project is not anymore as this is the way to use it with other graphql servers AFAIK..andreas
11/18/2020, 1:33 PMRyan
11/18/2020, 1:35 PMgraphql
version mismatch issues 🙂andreas
11/18/2020, 1:37 PMandreas
11/19/2020, 7:42 AMnpm WARN graphql-middleware@4.0.2 requires a peer of graphql@^0.12.0 || ^0.13.0 || ^14.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN nexus-plugin-prisma@0.23.1 requires a peer of @nexus/schema@^0.15.0 || ^0.16.0 || ^0.17.0 but none is installed. You must install peer dependencies yourself.
npm WARN nexus-plugin-prisma@0.23.1 requires a peer of @prisma/client@2.10.0 but none is installed. You must install peer dependencies yourself.
npm WARN graphql-subscriptions@1.1.0 requires a peer of graphql@^0.10.5 || ^0.11.3 || ^0.12.0 || ^0.13.0 || ^14.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN graphql-upload@8.1.0 requires a peer of graphql@0.13.1 - 14 but none is installed. You must install peer dependencies yourself.
npm WARN graphql-auth@ No repository field.
Dickson
11/25/2020, 3:39 PM