·
56 commits
to main
since this release
Minor Changes
-
4603b69: Make fetch's keepalive configurable when making requests
Example:
const shopQuery = ` query ShopQuery { shop { name id } } `; const {data, errors, extensions} = await client.request(shopQuery, { keepalive: true, });