wayfair-incubator / gqmock

Project generated via @wayfair-incubator oss-template
MIT License
6 stars 2 forks source link

feat: support unions when building private queries #34

Closed mjfaga closed 10 months ago

mjfaga commented 10 months ago

Description

Address a bug where inline fragments on Union types are not properly respected when re-resolving a partial query for a specific field in the query request.

Type of Change

Checklist

codecov[bot] commented 10 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (9ae05a8) 94.45% compared to head (a09a02d) 94.40%.

Files Patch % Lines
src/ApolloServerManager.ts 90.90% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #34 +/- ## ========================================== - Coverage 94.45% 94.40% -0.06% ========================================== Files 13 13 Lines 487 500 +13 Branches 148 152 +4 ========================================== + Hits 460 472 +12 - Misses 27 28 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.