Skip to content

Commit

Permalink
Revert to default Apollo fetch policy (redwoodjs#1250)
Browse files Browse the repository at this point in the history
Co-authored-by: David Price <[email protected]>
  • Loading branch information
amorriscode and thedavidprice authored Oct 3, 2020
1 parent 8ed583e commit 3fc8983
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/web/src/graphql/withCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export type CellSuccessStateComponent =
export const withCell = ({
beforeQuery = (props) => ({
variables: props,
fetchPolicy: 'cache-and-network',
}),
QUERY,
afterQuery = (data) => ({ ...data }),
Expand Down

0 comments on commit 3fc8983

Please sign in to comment.