-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
graphql-tools-update | gql-tag preset/plugin | drop node 10 support #6267
Conversation
🦋 Changeset detectedLatest commit: d718bc6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 54 packages
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 |
The latest changes of this PR are available as alpha in npm (based on the declared
|
907374c
to
5042d1e
Compare
b71b3b1
to
aa81369
Compare
f3a186e
to
9b1c64d
Compare
9b1c64d
to
f2ee2a3
Compare
05c3242
to
4fafda3
Compare
make it work bump graphql-tools packages add docs make test failure reason more obvious bump graphql-tools update graphql-tools versions update graphql-config prevent folders being added to ignore list add changeset add changeset for gql-tag change plugin name chore: updating graphql-tools is a breaking change update fixture path fix config
78baa14
to
2ef82eb
Compare
|
||
This preset generates typings for your inline `gql` function usages, without having to manually specify import statements for the documents. All you need to do is import your `gql` function and run codegen in watch mode. | ||
|
||
Huge thanks to [Maël Nison](https://github.com/arcanis), who conceptualized the foundation for this preset [over here](https://github.com/arcanis/graphql-typescript-integration). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is nice and all but the MIT license requires you to include a full copy of it.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can u send a pr?
gql-tag plugin/preset inspired by https://github.com/arcanis/graphql-typescript-integration (n1ru4l/graphql-typescript-integration#1)
NOTE: updating graphql-tools is a major breaking change as it drops Node 10 support.