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
This would allow removing makeRemoteExecutableSchema and a layer of delegation. It would also facilitate sharing a link/cache between microservices, although still possible with present architecture.
The text was updated successfully, but these errors were encountered:
Implemented in mergeSchemas and transformSchema as specification of option bag including schema and remote options instead of just schema.
Implemented differently within delegateToSchema as addition of executor and subscriber properties that can modify the execution method, and a delegateToRemoteSchema that sets these properties to send the remote graphql request instead of executing against the schema. This more generic solution also allows library users to set these options for local schemas, for example, if aiming to use a custom root value or default field/type resolver when executing locally.
This would allow removing makeRemoteExecutableSchema and a layer of delegation. It would also facilitate sharing a link/cache between microservices, although still possible with present architecture.
The text was updated successfully, but these errors were encountered: