-
Notifications
You must be signed in to change notification settings - Fork 743
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
Add apollo custom extension to replace apollo_
prefix
#1182
Conversation
@yuzushioh: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Apollo Contributor License Agreement here: https://contribute.apollographql.com/ |
@designatednerd I think its fixed now |
Ok it's not fixed. I will check it tomorrow. Looks like ApolloCodegenLib build in SwiftScripts is not updated. |
public let base: Base | ||
} | ||
|
||
protocol ApolloCompatible { |
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.
I suspect this needs to be public protocol ApolloCompatible
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.
I fixed it. Some of CI tests are still failing but Im not sure why.
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.
oh wait Swift Code Generation failure is my fault.
I will re-submit the PR after I fix the test |
Added
ApolloExtension
and replaceapollo_
prefix byapollo.
ref: #1170