graphql-rust / juniper

GraphQL server library for Rust
Other
5.72k stars 425 forks source link

feat: Add a method to LookAheadMethods to get the unaliased field name #1211

Closed audunhalland closed 1 year ago

audunhalland commented 1 year ago

This is very useful information in look-ahead contexts. It allows cross-referencing the requested field with the actual schema field.

audunhalland commented 1 year ago

I now noticed this is a duplicate of https://github.com/graphql-rust/juniper/pull/1199. My changes were written prior to this. Closing!