0no-co / gql.tada

🪄 Magical GraphQL query engine for TypeScript
https://gql-tada.0no.co
MIT License
2.56k stars 43 forks source link

patch(cli-utils/internal): Add preliminary open support from graphql 15-17 #282

Closed kitten closed 5 months ago

kitten commented 5 months ago

Summary

While we had a strong preference for graphql@15, despite a peer dependency, we should open up support to variably accept v15 and — for the future — v17.

This PR adds a peerDependencies entry for graphql to @gql.tada/cli-utils, while also preserving it as a direct dependency. This also widens the peerDependencies.graphql entry on @gql.tada/internal.

To support the widened range of graphql packages, the introspection support queries have been expanded to also run on local graphql installations for SDL-loaders.

Set of changes

changeset-bot[bot] commented 5 months ago

🦋 Changeset detected

Latest commit: 2c27f7ec9304ee04a62c93cd6b9cc762bb574e98

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR