You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes a rebuild to use graphql federation is not possible / desirable. I'm working on a schema transform that allows you to add federation to any existing schema: graphql-transform-federation. The idea is that you add the information required for federation and the transform will ensure the schema conforms to the federation API.
I was wondering whether this approach aligns to with your ideas.
Are you interested in adding something like this to buildFederatedSchema? buildFederationSchema(schema, config?: FederationConfig)
Can someone please help out here? I need to federate to an existing schema that does not use federation. It's not even an Apollo Server and a rebuild is out of the question since it's just a big project. Existing libraries are not working at the moment with latest releases of the @apollo/* libs.
Sometimes a rebuild to use graphql federation is not possible / desirable. I'm working on a schema transform that allows you to add federation to any existing schema: graphql-transform-federation. The idea is that you add the information required for federation and the transform will ensure the schema conforms to the federation API.
I was wondering whether this approach aligns to with your ideas.
buildFederatedSchema
?buildFederationSchema(schema, config?: FederationConfig)
Other issues that could be solved with this:
prisma-labs/graphql-framework-experiment#148
MichalLytek/type-graphql#351
The text was updated successfully, but these errors were encountered: