Skip to content
Compare
Choose a tag to compare
@urql-ci urql-ci released this 24 Aug 23:05
· 622 commits to main since this release
66d7fb7

Patch Changes

  • ⚠️ Fix mark query.__key as non-enumerable so formatDocument does not restore previous invocations when cloning the gql-ast, by @JoviDeCroock (See #1870)
  • ⚠️ Fix: update toPromise to exclude hasNext 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)