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

Elaborate introspection in out of line fragments #521

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

milessabin
Copy link
Member

Introspection fields in out of line fragments should be elaborated. Fixes #520.

Also removed some stray debugging code.

@milessabin milessabin added the bug Something isn't working label Nov 27, 2023
@milessabin milessabin requested a review from swalker2m November 27, 2023 14:35
@milessabin milessabin self-assigned this Nov 27, 2023
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c3f68dd) 72.48% compared to head (76d4526) 72.61%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #521      +/-   ##
==========================================
+ Coverage   72.48%   72.61%   +0.12%     
==========================================
  Files          32       32              
  Lines        4332     4341       +9     
  Branches      951      950       -1     
==========================================
+ Hits         3140     3152      +12     
+ Misses       1192     1189       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@swalker2m swalker2m left a comment

Choose a reason for hiding this comment

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

Excellent, thanks! 👍

@milessabin milessabin merged commit b21d8ce into main Nov 27, 2023
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

__typename in fragment
3 participants