jhnnsrs / rath

rath is an apollo-like graphql client that supports links, multipart uploads, websocket subscriptions with sync and async interface
https://jhnnsrs.github.io/rath/
MIT License
9 stars 3 forks source link

Fixed Authlink + Updated Koil #14

Closed jhnnsrs closed 2 years ago

jhnnsrs commented 2 years ago

Fix: Support for async loading and reloading of tokens (before token was state of auth link, now retrieval and caching is delegated to the token loader.

codecov[bot] commented 2 years ago

Codecov Report

Merging #14 (33b7994) into master (eaa1058) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #14   +/-   ##
=======================================
  Coverage   90.25%   90.25%           
=======================================
  Files          32       32           
  Lines        1016     1016           
=======================================
  Hits          917      917           
  Misses         99       99           

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 eaa1058...33b7994. Read the comment docs.