Updated apollo fetch policies to always be network only.
This commit is contained in:
@@ -44,6 +44,7 @@ function JobsDetailPageContainer({
|
||||
const { loading, error, data, refetch } = useQuery(GET_JOB_BY_PK, {
|
||||
variables: { id: jobId },
|
||||
fetchPolicy: "network-only",
|
||||
nextFetchPolicy: "network-only",
|
||||
});
|
||||
const [mutationUpdateJob] = useMutation(UPDATE_JOB);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user