Commit 9938ed5
fix: use type-appropriate service URLs for GraphQL APIs
Replace httpbin.org with countries.trevorblades.com/graphql for both
GraphQL APIs (synthetic and passthrough) since httpbin.org is not a
GraphQL endpoint. Update the GraphQL resolver policy to POST to the
same GraphQL endpoint with a proper query body.
REST APIs, SOAP (POST to httpbin.org/post), WebSocket, and MCP APIs
retain their existing meaningful URLs.
Agent-Logs-Url: https://github.com/Azure/apiops-cli/sessions/97bc4b0a-b3b2-43cf-b038-1b83e3727d12
Co-authored-by: EMaher <9244742+EMaher@users.noreply.github.com>1 parent 391d563 commit 9938ed5
1 file changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
275 | | - | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
276 | 280 | | |
277 | 281 | | |
278 | 282 | | |
| |||
786 | 790 | | |
787 | 791 | | |
788 | 792 | | |
789 | | - | |
| 793 | + | |
790 | 794 | | |
791 | 795 | | |
792 | 796 | | |
| |||
813 | 817 | | |
814 | 818 | | |
815 | 819 | | |
816 | | - | |
| 820 | + | |
817 | 821 | | |
818 | 822 | | |
819 | 823 | | |
| |||
0 commit comments