figma-graphql icon indicating copy to clipboard operation
figma-graphql copied to clipboard

feat: add subscriptions

Open braposo opened this issue 5 years ago • 1 comments

This is the code that @okonet has in his fork to implement subscriptions to the Figma API.

I'm just leaving this here for reference and let's discuss it and improve when possible.

This shouldn't be merged for now.

braposo avatar May 05 '19 16:05 braposo

Codecov Report

Merging #13 into master will decrease coverage by 3.4%. The diff coverage is 44.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
- Coverage   73.33%   69.92%   -3.41%     
==========================================
  Files          17       17              
  Lines         120      133      +13     
  Branches        8       10       +2     
==========================================
+ Hits           88       93       +5     
- Misses         25       32       +7     
- Partials        7        8       +1
Impacted Files Coverage Δ
src/types/file.js 47.61% <44.44%> (-14.89%) :arrow_down:

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 42fdee4...2816637. Read the comment docs.

codecov-io avatar May 05 '19 16:05 codecov-io