Dusan Hornik
09/26/2021, 8:52 AM@skip
and @include
and I am trying to implement @skipCache
query directive. The idea is that if request/client annotates field with @skipCache
the server will always recalculate the latest values (instead of using cached one).Dariusz Kuc
09/29/2021, 3:50 AM@skip
and @include
are "special" built-in directivesDusan Hornik
09/29/2021, 3:56 AMDariusz Kuc
09/29/2021, 1:26 PM