aPureBase / KGraphQL

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

Merge object children fields when resolved to same keys #198

Closed thevietto closed 2 years ago

thevietto commented 2 years ago

Resolves #197

use objectNode.merge instead of objectNode.set to avoid overriding fragment and field declarations

jeggy commented 2 years ago

Thanks for the PR :+1: