graphql-rust / juniper

GraphQL server library for Rust
Other
5.72k stars 425 forks source link

Make types public #1180

Closed tusharmath closed 1 month ago

tusharmath commented 1 year ago

Types can be used to generate a RootNode dynamically. This is a quick fix for #1117. if this looks good, I can create a few more PRs that make some of the internal types public, allows developers to create RootNode and Schema using techniques other than Macros.

tyranron commented 1 year ago

@LegNeato I'll look at this next week.

LegNeato commented 1 month ago

I'm going to close this out. Feel free to comment if you want it reopened to continue discussion!