Skip to content

Commit

Permalink
Update client.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schwan authored Oct 22, 2022
1 parent 38dc226 commit 0177c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export interface ClientOptions {
/** The default request policy for requests. */
requestPolicy?: RequestPolicy;
/** Use HTTP GET for queries. */
preferGetMethod?: boolean;
preferGetMethod?: boolean | 'force' | 'within-url-limit';
/** Mask __typename from results. */
maskTypename?: boolean;
}
Expand Down

0 comments on commit 0177c35

Please sign in to comment.