swift-graphql icon indicating copy to clipboard operation
swift-graphql copied to clipboard

Adding public keywords to GraphQL schema generation

Open teddy-bersentes opened this issue 2 years ago • 1 comments

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.

teddy-bersentes avatar Sep 17 '22 17:09 teddy-bersentes

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)

vercel[bot] avatar Sep 17 '22 17:09 vercel[bot]

@teddy-bersentes I want to create a package as well so appreciate your work! Good job! But still waiting for review.....

Sundea avatar Oct 21 '22 11:10 Sundea

@maticzav could you merge this one as well?

Sundea avatar Oct 26 '22 09:10 Sundea

@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 ❤️ 🚀

maticzav avatar Nov 01 '22 20:11 maticzav