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

GraphQL - Filter out fields with any type during introspection #2394

Merged
merged 3 commits into from
Oct 23, 2023

Conversation

abhishoya-gs
Copy link
Contributor

What type of PR is this?

Bug Fix

What does this PR do / why is it needed ?

Fixes introspection for pure models with fields on Any type.

Any type is a programming construct but can occur in models / dependency models. This doesn't carry significance in modelling. So, we can filter out fields with any type in introspection.

Which issue(s) this PR fixes:

Fixes #

Other notes for reviewers:

In tests it's a delta change in model but not in assert since code is filtering out such fields.

Does this PR introduce a user-facing change?

@github-actions
Copy link

github-actions bot commented Oct 19, 2023

Test Results

     694 files  +     694       694 suites  +694   59m 18s ⏱️ + 59m 18s
11 460 tests +11 460  11 076 ✔️ +11 076  384 💤 +384  0 ±0 
14 352 runs  +14 352  13 884 ✔️ +13 884  468 💤 +468  0 ±0 

Results for commit 6e0d40f. ± Comparison against base commit fb7e2bb.

♻️ This comment has been updated with latest results.

@abhishoya-gs
Copy link
Contributor Author

/easycla

gs-ssh16
gs-ssh16 previously approved these changes Oct 23, 2023
@gs-ssh16 gs-ssh16 merged commit 3181ab9 into finos:master Oct 23, 2023
2 checks passed
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