Skip to content

v3.7.7

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Feb 18:24
· 971 commits to main since this release
676e11e

Patch Changes

  • #10502 315faf9ca Thanks @jerelmiller! - Log a warning to the console when a mock passed to MockedProvider or MockLink cannot be matched to a query during a test. This makes it easier to debug user errors in the mock setup, such as typos, especially if the query under test is using an errorPolicy set to ignore, which makes it difficult to know that a match did not occur.

  • #10499 9e54f5dfa Thanks @phryneas! - Allow the execution function returned by useLazyQuery to change the query.

  • #10362 14a56b105 Thanks @mccraveiro! - Fix error when server returns an error and we are also querying for a local field