Diizzayy / nuxt-graphql-client

⚡️ Minimal GraphQL Client + Code Generation for Nuxt3
https://nuxt-graphql-client.web.app
MIT License
366 stars 44 forks source link

fix(serverOnly): Cannot delete property #273

Closed cpreston321 closed 1 year ago

cpreston321 commented 1 year ago

fixes: #270

codecov[bot] commented 1 year ago

Codecov Report

Merging #273 (9df08dd) into main (e930d29) will increase coverage by 0.07%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #273      +/-   ##
==========================================
+ Coverage   93.62%   93.69%   +0.07%     
==========================================
  Files           6        6              
  Lines         612      619       +7     
  Branches      121      122       +1     
==========================================
+ Hits          573      580       +7     
  Misses         39       39              
Impacted Files Coverage Δ
examples/multi-client/nuxt.config.ts 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

Diizzayy commented 1 year ago

@cpreston321 Great job on the PR! Thank you