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