Hi, I have a backend graphql server with plain schema, it doesn’t know anything about federation. For development purpose I need to extend this schema with my types and resolvers for a while.
For example backend server and my server will looks like in the basic example Get started with Apollo Server.
I need federation to create another server with merging these two graphql server into one as-is