-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix Array JSONEncodable #128
fix Array JSONEncodable #128
Conversation
Hmmm... I wanted to do this ages ago, and there was some reason why I couldn't. I think it was causing some build errors. We're going to need to test this manually on iOS versions pre 14.4. I'm wondering if the issues I saw before had to do with the conversion of the nested Thanks for the PR. Give me some time to look into this a bit further before we pull it in. |
Do you need help with something? |
👷 Deploy request for apollo-ios-docc pending review.Visit the deploys page to approve it
|
👷 Deploy request for eclectic-pie-88a2ba pending review.Visit the deploys page to approve it
|
9d0bb802 fix Array JSONEncodable (#128) git-subtree-dir: apollo-ios git-subtree-split: 9d0bb802d9eb8aaa9ede384461824779807dff0b
git-subtree-dir: apollo-ios git-subtree-mainline: 745fdc9 git-subtree-split: 9d0bb802d9eb8aaa9ede384461824779807dff0b
Avoid using fatal error on
JSONEncodable
instead of conforming protocol with where clause