Updated apollo fetch policies to always be network only.
This commit is contained in:
@@ -232,7 +232,6 @@ const fetchContextData = async (templateObject) => {
|
||||
const { data } = await client.query({
|
||||
query: gql(templateQueryToExecute),
|
||||
variables: { ...templateObject.variables },
|
||||
fetchPolicy: "network-only",
|
||||
});
|
||||
contextData = data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user