From 1237ed0bb22e78966bd29cf58cf475db8f79f781 Mon Sep 17 00:00:00 2001 From: Matt Dunn-Rankin Date: Tue, 19 May 2020 15:18:59 -0700 Subject: [PATCH] note on skipped query for future reference --- src/app/useOutfitState.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/useOutfitState.js b/src/app/useOutfitState.js index c71ebd6..c4e2a7c 100644 --- a/src/app/useOutfitState.js +++ b/src/app/useOutfitState.js @@ -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} `,