You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I'm trying to do some testing of a certain flow where we hit the same query but at different times during the flow, expecting different results.
My question is, is it possible to provide mock response A for the first time we hit the query, and mock response B for the second time we hit the query? This is with the same query and same variables.
The text was updated successfully, but these errors were encountered:
Thank you for reporting this! I suggest posting this in our Apollo Community for guidance from other Apollo users, as other's may have input into your question.
So I'm trying to do some testing of a certain flow where we hit the same query but at different times during the flow, expecting different results.
My question is, is it possible to provide mock response A for the first time we hit the query, and mock response B for the second time we hit the query? This is with the same query and same variables.
The text was updated successfully, but these errors were encountered: