graphql-transform-schema
graphql-transform-schema copied to clipboard
Update graphql-tools to the latest version π
Version 3.0.0 of graphql-tools was just published.
Dependency | graphql-tools |
---|---|
Current Version | 2.24.0 |
Type | devDependency |
The version 3.0.0 is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of graphql-tools.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donβt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Commits
The new version differs by 82 commits.
367be50
Bump npm version to 3.0.0.
3e74f54
Update CHANGELOG.md for official 3.0.0 release.
79868c5
Bump npm version to 3.0.0-beta.0.
4e68230
Merge pull request #527 from apollographql/next-api
adb1a7f
Code coverage fixes.
fa9af99
Merge branch 'master' into next-api
9b834b4
Remove qualified export, add wrapquery and extractfield
169e698
Rename Boolean (object) type annotations to boolean (primitive).
e5eb694
Editing pass over schema-transforms.md.
452586a
Rearrange and simplify v3.0.0 CHANGELOG.md section.
dc5187f
Reimplement RenameTypes#transformResult without using visitObject.
193aaa6
Define reusable IResolversParameterType.
e3634d6
Editing pass over schema-stitching.md.
1116562
Minor tweaks to schema-delegation.md.
d51700f
Update schema-directives.md (#747)
There are 82 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
Version 3.0.1 just got published.
Update to this version instead π
Commits
The new version differs by 7 commits.
70a93d6
Bump npm version to 3.0.1.
30ce6a1
Update CHANGELOG.md for version 3.0.1.
deebeec
Fix Array cloning in RenameTypes transform.
384a5f3
Fix fragments bug in ReplaceFieldWithFragment (#763)
4261e1c
Merge pull request #758 from mfix22/patch-2
aaef9db
Update schema-delegation.md
dc490e7
fix renameTypes on array result (#756)
See the full diff
Version 3.0.2 just got published.
Update to this version instead π
Commits
The new version differs by 14 commits.
8d879ba
Bump version to v3.0.2 in preparation for publishing.
82033cd
Update CHANGELOG.md in preparation for v3.0.2 release.
d689880
Fix markdown formatting in CHANGELOG.md.
62a1f43
Follow-up on #782.
50632df
Merge pull request #684 from amitport/patch-1
87ef3d1
Merge branch 'master' into patch-1
3702926
Merge pull request #783 from JDLT-Ltd/master
2aa76b1
update changelog for PR 783
6fa81ab
fix template string issue for visitType error
d5f4033
Merge pull request #782 from alnorris/patch-2
6659acb
Remove lodash merge
d920eba
Fix duplicate fragment bug for v3 (#778)
c9b72ec
Fix right schema reference in onTypeConflict info (#772)
3561426
fix param name mix-up
See the full diff
Version 3.0.3 just got published.
Update to this version instead π
Commits
The new version differs by 28 commits.
97f94f7
Version/changelog bump, prepping for release
2a4f8cc
Merge pull request #806 from xzyfer/fix-fragment-args
60f789a
Slight formatting adjustments; Changelog update
88a2f9f
Remove un-used variable
d8dd942
Merge remote-tracking branch 'upstream/master' into fix-fragment-args
b553cc3
chore(deps): update dependency meteor-theme-hexo to v1.0.15
8f2d538
chore(deps): update dependency meteor-theme-hexo to v1.0.14 (#856)
07e4728
Merge pull request #813 from chentsulin/patch-1
91c59c6
Merge branch 'master' into patch-1
61bb301
Merge pull request #828 from arthurflachs/fix-attach-directive-resolvers-args
ad5e4fa
Merge branch 'master' into fix-attach-directive-resolvers-args
5c95570
Add schemaDirectives to mergeSchemas (#841)
bce9676
Pass on operation name when stitching schemas (#522) (#849)
3b77c20
Refactor schemaGenerator folder structure (#833)
95a8394
fix(schemaVisitor): allow multiple replacing visitors (#852)
There are 28 commits in total.
See the full diff
Version 3.0.4 just got published.
Version 3.0.5 just got published.
Version 3.1.0 just got published.
Update to this version instead π
Commits
The new version differs by 57 commits.
3dffe21
3.1.0
4c96d00
Add 3.1 to changelog
286b619
Use casual for mocking (#817)
2d5cba0
Enable schema transforms on subscriptions (#795)
bbfd1e6
Fixes #839 - Improve cryptic error message when resolver value is invalid. (#840)
b175a9f
Fixes issue #876, mirror delegateToSchema behavior for standalone (#885)
583f065
Merge branch 'maticzav-multiple-fragments-support'
4462f10
Merge branch 'master' into maticzav-multiple-fragments-support
c8e8b01
Fix changelog typo
8f6eaf9
filter empty selections sets in FilterToSchema (#826) (#827)
1f2aead
Add support for
inheritResolversFromInterfaces
inmergeSchemas
(#812)3eb50a9
Failing test for fragments in transformed schemas (#775)
42b4090
Test that multiple fields can be added to a single type when stitching (#757)
84df7bd
mergeSchema keeps ENUM description and deprecation (#898)
d15ee0a
Add null to return type of directive visitors (#873)
There are 57 commits in total.
See the full diff
Version 3.1.1 just got published.
- The
devDependency
graphql-tools was updated from2.24.0
to4.0.0
.
Update to this version instead π
Commits
The new version differs by 50 commits.
8a78dcc
Add note about
graphql
14 breaking changesb85137b
Merge pull request #953 from apollographql/hwillson/issue-945
6c0f429
Move away from object literal notation use
0e3d064
Changelog update
901689d
Comment grammar fix
6f60560
Major version bump
74c230a
Update
graphql-subscriptions
dep7eaf4e1
Update to
@types/graphql
and all necessary changes86b6d17
Update typescript and address errors
d43f0e4
Remove Node 4 from CI; Add in Node 10
f5d2435
Remove
graphql
0.11/0.12 specific test clauses4595d17
Merge branch 'master' into hwillson/issue-945
5df5986
Update PR link
a4cdf9c
Changelog update
c500fdf
Adjust enum internal value capabilities to work with graphql 14.x
There are 50 commits in total.
See the full diff