Frank Sullivan
10/10/2023, 10:34 PM@include
directives? I believe I've run into a case where if=false
but it's generating a cache miss due to the associated fields being missing.mbonnin
10/11/2023, 7:57 AMFrank Sullivan
10/11/2023, 2:23 PM...myFragment @include(if: $includeMyFragment)
and even though $includeMyFragment
is false, there is a field in that fragment that is causing the cache miss. So now I just need to dig in a bit more and figure out why that fragment is included.mbonnin
10/11/2023, 3:41 PMFrank Sullivan
10/11/2023, 4:02 PMmbonnin
10/11/2023, 4:08 PM@include
on individual fields instead. Not perfect but it's a path forwardFrank Sullivan
10/11/2023, 5:55 PM