aPureBase / KGraphQL

Pure Kotlin GraphQL implementation
https://kgraphql.io
MIT License
307 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)

stuebingerb commented 1 month ago

fyi, this has been taken over in https://github.com/stuebingerb/KGraphQL/commit/a3629cbfab700ed4f672a5daa2eab84f97f3fba8