apollographql / apollo-rs

Spec compliant GraphQL Tools in Rust.
Apache License 2.0
576 stars 45 forks source link

Macroize some redundant code in SchemaBuilder #722

Closed SimonSapin closed 1 year ago

SimonSapin commented 1 year ago

And inline insert_sticky to reduce generics saturation, since it only had two callers.