disable graphql query result caching
This commit is contained in:
@ -5,6 +5,8 @@ const makeClient = () => {
|
||||
return createClient({
|
||||
url: process.env.GRAPHQL_ENDPOINT ?? "",
|
||||
exchanges: [cacheExchange, fetchExchange],
|
||||
// requestPolicy: "network-only",
|
||||
fetchOptions: { cache: "no-store" },
|
||||
});
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user