swift-graphql
swift-graphql copied to clipboard
Adding public keywords to GraphQL schema generation
As I was trying to implement a schema generation to a swift package, I was running into the access control of the generated code. I essentially just went thorough and added public keywords to each generated method, struct, enum, or type alias.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
swift-graphql | ✅ Ready (Inspect) | Visit Preview | Nov 1, 2022 at 8:33PM (UTC) |
@teddy-bersentes I want to create a package as well so appreciate your work! Good job! But still waiting for review.....
@maticzav could you merge this one as well?
@Sundea thank you for being so patient, I had to do some extra work on the PR and didn't want to give away the burden of regenerating examples after having you wait for so long.
I'll merge this PR right away. Thank you for helping ❤️ 🚀