note on skipped query for future reference

This commit is contained in:
Matt Dunn-Rankin 2020-05-19 15:18:59 -07:00
parent e9a490feca
commit 1237ed0bb2

View file

@ -50,6 +50,9 @@ function useOutfitState() {
}
}
}
# NOTE: We skip this query if items is empty for perf reasons. If
# you're adding more fields, consider changing that condition!
}
${itemAppearanceFragment}
`,