add ID to pet appearance fragment for more caching
This commit is contained in:
parent
2f8a4df27b
commit
2300fe4fbe
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ export const itemAppearanceFragment = gql`
|
|||
|
||||
export const petAppearanceFragment = gql`
|
||||
fragment PetAppearanceForOutfitPreview on PetAppearance {
|
||||
id
|
||||
layers {
|
||||
id
|
||||
imageUrl(size: SIZE_600)
|
||||
|
|
Loading…
Reference in a new issue