Updated apollo fetch policies to always be network only.
This commit is contained in:
@@ -8,6 +8,8 @@ import JobsDetailPliComponent from "./jobs-detail-pli.component";
|
||||
export default function JobsDetailPliContainer({ job }) {
|
||||
const billsQuery = useQuery(QUERY_BILLS_BY_JOBID, {
|
||||
variables: { jobid: job.id },
|
||||
fetchPolicy: "network-only",
|
||||
nextFetchPolicy: "network-only",
|
||||
});
|
||||
|
||||
const search = queryString.parse(useLocation().search);
|
||||
|
||||
Reference in New Issue
Block a user