Updated apollo fetch policies to always be network only.
This commit is contained in:
@@ -27,6 +27,8 @@ export default function VehiclesListContainer() {
|
||||
},
|
||||
],
|
||||
},
|
||||
fetchPolicy: "network-only",
|
||||
nextFetchPolicy: "network-only",
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user