Loading request...
When mocking GraphQL APIs using network overrides, the current feature mocks all APIs with the same URI, even if the GraphQL query is different. Users need a way to mock specific GraphQL queries independently to handle complex scenarios.
I tried to do it with my App that uses graphql APIs.. once you select 1 network request and try to mock it. So it mocks response to all APIs as URI is same but the query is different. What should we do in this kind of situations ?