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

fix: query interface with fragments #3238

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

MedHeikelBouzayene
Copy link
Contributor

Summary:
This PR is created to be able to query interfaces with fragments

Issue Reference(s):
Fixes #3232

Build & Testing:

  • I ran cargo test successfully.
  • I have run ./lint.sh --mode=fix to fix all linting issues raised by ./lint.sh --mode=check.

Checklist:

  • I have added relevant unit & integration tests.
  • I have performed a self-review of my code.
  • PR follows the naming convention of <type>(<optional scope>): <title>

@github-actions github-actions bot added the type: fix Iterations on existing features or infrastructure. label Jan 4, 2025
@MedHeikelBouzayene MedHeikelBouzayene changed the title Fix/query interface with fragments fix: query interface with fragments Jan 5, 2025
Copy link

codecov bot commented Jan 5, 2025

Codecov Report

Attention: Patch coverage is 97.72727% with 2 lines in your changes missing coverage. Please review.

Project coverage is 86.36%. Comparing base (8d4baf9) to head (729e061).

Files with missing lines Patch % Lines
src/core/jit/transform/graphql.rs 96.29% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3238      +/-   ##
==========================================
+ Coverage   86.32%   86.36%   +0.03%     
==========================================
  Files         282      282              
  Lines       28747    28823      +76     
==========================================
+ Hits        24817    24893      +76     
  Misses       3930     3930              

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: fix Iterations on existing features or infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Query Interface
1 participant