Skip to content

Commit

Permalink
Fix apollo cache error caused by missing id
Browse files Browse the repository at this point in the history
  • Loading branch information
emuvente committed Sep 22, 2020
1 parent 3dcf3a1 commit ea435f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/LoanCards/RecommendedLoanCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,13 @@ const loanQuery = gql`query recLoanCard($basketId: String, $loanId: Int!) {
}
}
image {
id
default: url(customSize: "w480h300")
retina: url(customSize: "w960h600")
}
name
sector {
id
name
}
whySpecial
Expand Down

0 comments on commit ea435f6

Please sign in to comment.