prisma-labs / get-graphql-schema

Fetch and print the GraphQL schema from a GraphQL HTTP endpoint. (Can be used for Relay Modern.)
665 stars 63 forks source link

move graphql to peerDependency #56

Open artola opened 3 years ago

artola commented 3 years ago

It would be great to move graphql into peerDependency ("graphql": "^14.0.2 || ^15") then we are not forced to pull 2 versions.

This is a simple change, but breaking change. is it feasible?