What is this feature request? Need urlResolver on Resolver options, so that we can change the URL for api call depending on the request context. Why Is this change ? To pull data from multiple api which is having the similar signature, depending on a value from the request header. Blocked PR : https://github.com/IBM/openapi-to-graphql/pull/381
What is this feature request?
Need urlResolver on Resolver options, so that we can change the URL for api call depending on the request context.
Why Is this change ?
To pull data from multiple api which is having the similar signature, depending on a value from the request header.
Blocked PR : #381