Updated apollo fetch policies to always be network only.
This commit is contained in:
@@ -29,6 +29,8 @@ export function JobsList({ bodyshop }) {
|
||||
variables: {
|
||||
statuses: bodyshop.md_ro_statuses.active_statuses || ["Open", "Open*"],
|
||||
},
|
||||
fetchPolicy: "network-only",
|
||||
nextFetchPolicy: "network-only",
|
||||
});
|
||||
|
||||
const [state, setState] = useState({
|
||||
|
||||
Reference in New Issue
Block a user