How to flush data with multiple @client directive? #1627
Unanswered
jeroenburgers
asked this question in
Q&A
Replies: 1 comment
-
I think it's my bad. Temporary I have changed the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to update unit tests for updated/new code. I have created multiple new fields with
@client
directive. The backend doesn't response these fields soon, but we prepare our application for the new schema. We have stub the data temporary.When I run the unit tests before changes with the directive it passed. After adding the
@client
directive the unit tests failed. What do I wrong? Can I test it? I have added the to be expected data in the flush method, also with the@client
fields.Beta Was this translation helpful? Give feedback.
All reactions