apollo-rs icon indicating copy to clipboard operation
apollo-rs copied to clipboard

Missing types on fields in inline fragments

Open lennyburdette opened this issue 2 years ago • 0 comments

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

lennyburdette avatar Aug 15 '22 20:08 lennyburdette