Description
In map remote tool you can override schema, ports, host, etc but there is no option to override method
Why this feature/change is important?
When you're working with graphql in dev you may be using POST method, but in prod, in order to use persistent queries you may be using GET method. When remapping dev to prod I currently can't use map remote tool in this case because I can't change method (so when request in browser is made as POST, it arrives as POST to mapped host).
Please consider adding support for this use case, thank you!
Description
In map remote tool you can override schema, ports, host, etc but there is no option to override method
Why this feature/change is important?
When you're working with graphql in dev you may be using POST method, but in prod, in order to use persistent queries you may be using GET method. When remapping dev to prod I currently can't use map remote tool in this case because I can't change method (so when request in browser is made as POST, it arrives as POST to mapped host).
Please consider adding support for this use case, thank you!