Patch Changes
- ⚠️ Fix mark
query.__key
as non-enumerable soformatDocument
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)