suessflorian / gqlfetch

Generates a graphql server schema using introspection.
MIT License
16 stars 12 forks source link

Duplicated directives in GraphQL Federation #18

Open Zhenya750 opened 2 months ago

Zhenya750 commented 2 months ago

Suppose we have a federation gateway and few GraphQL services, each of them has own graphql schema but all schemas have the same directives. In this case gqlfetch returns schema with duplicated directives.