add ID to pet appearance fragment for more caching

This commit is contained in:
Matt Dunn-Rankin 2020-05-02 22:41:01 -07:00
parent 2f8a4df27b
commit 2300fe4fbe

View file

@ -108,6 +108,7 @@ export const itemAppearanceFragment = gql`
export const petAppearanceFragment = gql`
fragment PetAppearanceForOutfitPreview on PetAppearance {
id
layers {
id
imageUrl(size: SIZE_600)