-
Notifications
You must be signed in to change notification settings - Fork 60
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
Adding name spacing to ApolloAPI.Object #94
Conversation
-Name spacing our usage of ApolloAPI.Object in generated code in order to avoid conflicts with potential user defined custom scalar named 'Object'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great Zach, thanks for the quick fix!
Do you know what's up with the operation identifiers changing in StarWarsAPI? Is it just a module we didn't regenerate yet since the operation identifier work was done?
We should make sure it's not some changing default behaviour showing up in that module because it uses a different setting, etc. |
Yea was trying to figure that out now, guessing maybe they just hadn't been regenerated but need to find out for sure |
Ok yea looks like these weren't regenerated after that last fix in apollographql/apollo-ios#3163 |
6a23feda Adding name spacing to ApolloAPI.Object (#94) git-subtree-dir: apollo-ios-codegen git-subtree-split: 6a23feda4def07b977ab388ecd0a77db869c6450
….Object git-subtree-dir: apollo-ios-codegen git-subtree-mainline: 10c06d7 git-subtree-split: 6a23feda4def07b977ab388ecd0a77db869c6450
-Name spacing our usage of ApolloAPI.Object in generated code in order to avoid conflicts with potential user defined custom scalar named 'Object'
Closes apollographql/apollo-ios#3258