Skip to content
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

bump graphql to 22.2, compile fixes, test updates #3

Merged
merged 2 commits into from
Aug 25, 2024

Conversation

itstheceo
Copy link

Hoping it fixes discrepancy with @GraphQLDescription annotations not being pulled through in resolved supergraph.

@@ -44,7 +43,6 @@ public ObjectFieldBuilder(Class<?> type, ArrayList<FieldMapper> mappers) {

return toReturn;
} catch (Throwable e) {
Throwables.throwIfUnchecked(e);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wasn't there after bumping, and couldn't see any other matching static imports for it elsewhere

assertEquals(7, dir.size());
assertEquals(8, dir.size());
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version 21.1:
Screenshot 2024-08-20 at 08 08 40

version 22.2 (has oneOf):
Screenshot 2024-08-20 at 08 08 13

@ashley-taylor ashley-taylor merged commit 7ec3712 into ashley-taylor:master Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants