swift codegen: Add operation name to generated operation#1163
swift codegen: Add operation name to generated operation#1163js wants to merge 1 commit intoapollographql:masterfrom
Conversation
|
Not a JS dev so not quite clear to me why some of the tests are failing in CI? Locally |
|
The failing apollo-tooling test says Really want to get this change in :) |
843026b to
a1c6ba5
Compare
|
Rebased against master, still seem to get test failures in CI (but not locally) on unrelated things. Are the tests expected to be flaky? |
designatednerd
left a comment
There was a problem hiding this comment.
Swift stuff looks good - I'd appreciate a look from someone who knows TypeScript though!
|
This was just resolved in #1386, apologies that I didn't get to this first and sooner. Feel free to reopen if I've overlooked anything. |
This adds
operationNameto the generated swift declarations.It goes together with this PR in apollo-ios, but should not be dependent on each other
TODO: