-
Notifications
You must be signed in to change notification settings - Fork 66
Add support for schemas with only federated resolvers #150
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
Add support for schemas with only federated resolvers #150
Conversation
|
These changes look great to me! Thanks Sami! To fix CI, I think if you change this line to: uses: actions/upload-artifact@v4that might fix it. Let me know if not and I can dive deeper! Thanks again! |
|
I tired debugging this with docker locally and it kept getting stuck when running |
|
I was able to get CI to pass by taking out the I'm not sure if this was working in the past. https://codeclimate.com/github/GraphQLSwift/Graphiti/builds |
Ah good find! Thanks for digging through these issues. I have been hearing that code coverage has been having trouble on XCTests in Swift 6.1 in threads like this. I am able to recreate these issues in a docker container, and I think our best option is actually to keep |
NeedleInAJayStack
left a comment
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.
Thanks!!
No description provided.