tailcallhq / tailcall

High Performance GraphQL Runtime
https://tailcall.run
Apache License 2.0
1.19k stars 210 forks source link

fix: generator config clean up. #2251

Closed laststylebender14 closed 1 week ago

laststylebender14 commented 1 week ago

Summary:

  1. configuration file now only supports field name for curl only.
  2. removed operation from sources as of now only query operation is supported.

Issue Reference(s):
Fixes #... (Replace "..." with the issue number)

Build & Testing:

Checklist:

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 44.44444% with 5 lines in your changes missing coverage. Please review.

Project coverage is 85.69%. Comparing base (84e57f2) to head (af15090).

Files Patch % Lines
src/cli/generator/config.rs 57.14% 3 Missing :warning:
src/cli/generator/generator.rs 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2251 +/- ## ========================================== + Coverage 85.67% 85.69% +0.01% ========================================== Files 219 219 Lines 21046 21039 -7 ========================================== - Hits 18031 18029 -2 + Misses 3015 3010 -5 ```

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