···11+---
22+"@urql/core": patch
33+---
44+55+Update typings of the client to encompass the changes of https://github.com/FormidableLabs/urql/pull/2692
+1-1
packages/core/src/client.ts
···6666 /** The default request policy for requests. */
6767 requestPolicy?: RequestPolicy;
6868 /** Use HTTP GET for queries. */
6969- preferGetMethod?: boolean;
6969+ preferGetMethod?: boolean | 'force' | 'within-url-limit';
7070 /** Mask __typename from results. */
7171 maskTypename?: boolean;
7272}