You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same behavior as if the literal true or false were passed to the @include directive.
Just like if we query the original schema, the field is not queried if false.
What is actually happening?
After some debuging I noticed that the $ok variable didn't reach the original schema and that the query was simplified and doesn't contain the @include directive.
This looks like a issue parsing the query.
Same situation happened in previous versions like described in issue #937
Relevant log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Stitching is deprecated in favor of HotChocolate.Fusion. We are no longer offering any fixes or updates for stitching. With version 14 we have removed the code and packages for stitching.
HotChocolate.Fusion on the other hand supports skip/include and also subscriptions out of the box.
Product
Hot Chocolate
Version
13.5.1
Link to minimal reproduction
#937
Steps to reproduce
$ok
isfalse
What is expected?
Same behavior as if the literal
true
orfalse
were passed to the@include
directive.Just like if we query the original schema, the field is not queried if
false
.What is actually happening?
After some debuging I noticed that the $ok variable didn't reach the original schema and that the query was simplified and doesn't contain the @include directive.
This looks like a issue parsing the query.
Same situation happened in previous versions like described in issue #937
Relevant log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: