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
Today we have many useful fetch strategies in GraphQL handlers. Most of them are basically based on how to handle HTTP requests. So it is possible to implement those in other handlers for example JSON Schema handler can have multiple baseUrls defined with different combination of strategies.
Today we have many useful fetch strategies in GraphQL handlers. Most of them are basically based on how to handle HTTP requests. So it is possible to implement those in other handlers for example JSON Schema handler can have multiple
baseUrl
s defined with different combination of strategies.https://www.graphql-mesh.com/docs/handlers/graphql#fetch-strategies-and-multiple-http-endpoints-for-the-same-source
The text was updated successfully, but these errors were encountered: