I'm writing code that needs to use the extend schema.
But I can't use stitch because I'm using federation.
So I am implementing a field resolver with one local graphql schema, but I want the server to add the fields needed by the field resolver.
How can I do this?