graphql-yoga icon indicating copy to clipboard operation
graphql-yoga copied to clipboard

Drop GraphQL.js 15 support

Open n1ru4l opened this issue 2 years ago • 0 comments

The goal of yoga is to be a lightweight server. Supporting a lot of different graphql-js versions adds additional overhead and code for doing so. I don't think we need to support many different graphql-js versions.

I see PRs like https://github.com/dotansimha/graphql-yoga/pull/1270 adding special helpers for constructing GraphQLError instances in a type-safe and backward-compatible way.

n1ru4l avatar Jun 20 '22 04:06 n1ru4l