-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: improve top-level Query and Mutation type handling #72
Conversation
# Conflicts: # bun.lockb
47ec027
to
c9311c8
Compare
# Conflicts: # src/annotations/build-description-annotation.ts # src/config/build-config-with-defaults.ts # src/config/find-type-in-resolver-interfaces-config.ts # src/definitions/object.ts
c0be1c1
to
6bce5a6
Compare
6bce5a6
to
76cd369
Compare
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.
I see there is an expected.kt
for the new query field classes but I didn't see any tests using it in this PR. Are the tests generated somewhere in this repo?
So each directory in the |
@danadajian Gotcha, so there are no assertions checking that the |
There are, they are just done in a slightly abstract way in plugin.test.ts |
🎉 This PR is included in version 3.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* unit test * refactor * pass test * add mutation tests * fix integration test * refactor * reorganize * separate field definition functions * pull out boolean arg * pull out other boolean arg * refactor * refactor * bun version * set up docs workspace * docs
🎉 This PR is included in version 3.3.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
📝 Description
Query
andMutation
types.Query
andMutation
types inresolverInterfaces
by default.🔗 Related Issues