-
Currently I have a lot of graphql queries which I need to mock. What is the best way to map a mock for each one.
I can't manage to make it work copy/pasting the body (especially hard when there are a lot of arguments). |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I can't figure out how Strawberry Shake Client (which query I'm trying to mock) generates it's body, so i can match it exactly. |
Beta Was this translation helpful? Give feedback.
-
@kolchakn So if you can get that GraphQL schema, you can use the GraphQLMatcher to match that schema. |
Beta Was this translation helpful? Give feedback.
-
@kolchakn |
Beta Was this translation helpful? Give feedback.
@kolchakn
Did this answer your question?