-
Notifications
You must be signed in to change notification settings - Fork 749
Closed
Labels
questionIssues that have a question which should be addressedIssues that have a question which should be addressed
Description
Question
I've been using this tool for stubbing RESTful network requests in iOS.
Basic idea is: in the test I set the json to stub for a particular url.
I tried doing the same with apollo generated models, i.e. to set a stubbed response for a particular mutations. However, the passed objects should conform to NSCoding. I tried getting the raw data for the generated models or even the json but without any luck.
Can someone advice how can I achieve my goal
Thanks in advance
Metadata
Metadata
Assignees
Labels
questionIssues that have a question which should be addressedIssues that have a question which should be addressed