graphql-platform
graphql-platform copied to clipboard
StrawberryShake throws ArgumentNullException when @include directive is false.
Is there an existing issue for this?
- [X] I have searched the existing issues
Product
Hot Chocolate
Describe the bug
When an operation contains an @include(if: false)
directive to return a reduced payload StrawberryShake throws an ArgumentNullException
at runtime.
Steps to reproduce
- Write a query for strawberry shake that has
@include(if: false)
against one or more fields, - Try to execute query from generated client.
Relevant log output
No response
Additional Context?
No response
Version
13.5.1