3.8.0-alpha.12
Minor Changes
- #10722
c7e60f83dThanks @benjamn! - Implement a@nonreactivedirective for selectively skipping reactive comparisons of query result subtrees
Patch Changes
-
#10700
12e37f46fThanks @jerelmiller! - Add aqueryKeyoption touseSuspenseQuerythat allows the hook to create a unique subscription instance. -
#10724
e285dfd00Thanks @jerelmiller! - Automatically strips__typenamefields fromvariablessent to the server when usingHttpLink,BatchHttpLink, orGraphQLWsLink. This allows GraphQL data returned from a query to be used as an argument to a subsequent GraphQL operation without the need to strip the__typenamein user-space. -
#10754
64b304862Thanks @sincraianul! - FixincludeUnusedVariablesoption not working withBatchHttpLink -
#10758
9def7421fThanks @phryneas! - useReact.usewhere available