aPureBase / KGraphQL

Pure Kotlin GraphQL implementation
https://kgraphql.io
MIT License
298 stars 58 forks source link

ParallelRequestExecutor: fields with @include and @skip aren't excluded, but return null #211

Open tiagonuneslx opened 1 year ago

tiagonuneslx commented 1 year ago

When using ParallelRequestExecutor, @include and @skip directives applied on fields should exclude them, instead of showing them as null (fix to #209)