apollographql / apollo-rs

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

Implement serde for basic AST types #760

Closed SimonSapin closed 11 months ago

SimonSapin commented 11 months ago

Extracted from https://github.com/apollographql/apollo-rs/pull/758 Fixes https://github.com/apollographql/apollo-rs/issues/735

SimonSapin commented 11 months ago

All added impls for ast::Type which the Router could use. Carrying the previous review since they’re simply derived.