apollographql / apollo-rs

Spec compliant GraphQL Tools in Rust.
Apache License 2.0
566 stars 43 forks source link

Assorted API tweaks + prepare apollo_compiler@1.0.0 beta.19 #885

Closed SimonSapin closed 1 month ago

SimonSapin commented 1 month ago

Moved from the crate root to the new(ly public) apollo_compiler::parser module:

Moved to the parser module and renamed:

Added a few helper methods:

SimonSapin commented 1 month ago

New crate root: image

parser module: image