apollographql / federation-jvm

JVM support for Apollo Federation

Home Page:https://www.apollographql.com/docs/federation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop FederationSdlPrinter

dariuszkuc opened this issue · comments

With the release of Federation 2 we no longer need custom schema printer. Custom printer was needed to preserve directive information applied on schema fields/types but remove the directive definitions.

We should remove custom FederationSdlPrinter once we stop supporting Federation v1.

Before we can drop the custom printer, we need to wait for new release of graphql-java that contains the printer fix (graphql-java/graphql-java#2856).