Updated apollo fetch policies to always be network only.
This commit is contained in:
@@ -16,6 +16,7 @@ export default function ShopInfoContainer() {
|
||||
const [updateBodyshop] = useMutation(UPDATE_SHOP);
|
||||
const { loading, error, data, refetch } = useQuery(QUERY_BODYSHOP, {
|
||||
fetchPolicy: "network-only",
|
||||
nextFetchPolicy: "network-only",
|
||||
});
|
||||
|
||||
const handleFinish = (values) => {
|
||||
|
||||
Reference in New Issue
Block a user