apollographql / apollo-rs

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

Move operations of an `ExecutableDocument` into a new struct #879

Closed SimonSapin closed 2 months ago

SimonSapin commented 2 months ago

This change makes get_mut() borrow only doc.operations instead of the entire document, making it possible to also mutate doc.fragments during that mutable borrow.