urql-ci
released this
24 Aug 23:05
·
622 commits
to main
since this release
Patch Changes
⚠️ Fix markquery.__key
as non-enumerable soformatDocument
does not restore previous invocations when cloning the gql-ast, by @JoviDeCroock (See #1870)⚠️ Fix: update toPromise to excludehasNext
results. This change ensures that
when we call toPromise() on a query we wont serve an incomplete result, the
user will expect to receive a non-stale full-result when using toPromise(), by @JoviDeCroock (See #1880)