graphql / graphql-relay-js

A library to help construct a graphql-js server supporting react-relay.
MIT License
1.54k stars 182 forks source link

Add explicit typing of recursive variables #366

Closed IvanGoncharov closed 2 years ago

IvanGoncharov commented 2 years ago

Extracted from TS conversion #340

codecov[bot] commented 2 years ago

Codecov Report

Merging #366 (41753d2) into main (712fad6) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #366   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines          746       746           
  Branches        51        51           
=========================================
  Hits           746       746           
Impacted Files Coverage Δ
src/__tests__/starWarsSchema.js 100.00% <100.00%> (ø)
src/node/__tests__/global-test.js 100.00% <100.00%> (ø)
src/node/__tests__/node-test.js 100.00% <100.00%> (ø)
src/node/__tests__/nodeAsync-test.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 712fad6...41753d2. Read the comment docs.