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
Is your feature request related to a problem? Please describe.
I am trying to create a mock server to mock externally-defined Apollo Federation subgraphs. I would like to use a generic set of resolvers that would apply to the entire composed schema without having to dynamically remove resolvers based on what field(s) and types are defined in a certain subgraph schema.
Describe the solution you'd like
addMocksToSchema accepts another optional parameter that is passed directly as the legacyInputValidationOptions parameter in addResolversToSchema.