apollo-rs
apollo-rs copied to clipboard
Missing types on fields in inline fragments
Description
When asking for field.ty()
from within an inline fragment, I always get None.
Steps to reproduce
Failing test: https://github.com/apollographql/apollo-rs/pull/262
Expected result
ty()
hopefully returns Some for all valid fields.
Environment
- Crate version: [email protected]