apollographql / apollo-rs

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

Rename `Directives` and `Diagnostics` to `DirectiveList` and `DiagnosticsList` #732

Closed SimonSapin closed 10 months ago

SimonSapin commented 10 months ago

Fixes https://github.com/apollographql/apollo-rs/issues/711

The previous names were too similar to Directive and Diagnostic (singular).