enisdenjo / graphql-composite

Spec agnostic GraphQL composite schema planner, executor and explainer.
MIT License
7 stars 0 forks source link

Handle duplicate fields in user query #19

Closed enisdenjo closed 5 months ago

enisdenjo commented 6 months ago

Duplicate fields are allowed as per the GraphQL spec. The executor should expect this and not create excessive resolvers.