apollographql / apollo-rs

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

Improve error span for lowercase_enum_value #725

Closed goto-bus-stop closed 10 months ago

goto-bus-stop commented 10 months ago

Before:

image

After:

image

Also removing a temporary string allocation while i'm there