note on skipped query for future reference
This commit is contained in:
parent
e9a490feca
commit
1237ed0bb2
1 changed files with 3 additions and 0 deletions
|
@ -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}
|
||||
`,
|
||||
|
|
Loading…
Reference in a new issue