Query results are merged together even when parameters are different #12235
Labels
🏓 awaiting-contributor-response
requires input from a contributor
ℹ needs-more-info
Needs more information to determine root cause
Issue Description
I have two queries that get different data from the same endpoint:
When I output the data
data.departments
anddata.jobTitles
both show the same data, with their results merged.We're using the
InMemoryCache
and@apollo/experimental-nextjs-app-support
version 0.11.7Link to Reproduction
N/A
Reproduction Steps
Try to query data from the same endpoint with different parameters in a single query.
@apollo/client
version3.12.2
The text was updated successfully, but these errors were encountered: