gqty icon indicating copy to clipboard operation
gqty copied to clipboard

Can't access interface that exists from `$on` property in GQty

Open blakewilson opened this issue 2 years ago • 1 comments

Hey team. I'm experiencing an odd issue where I can not access an interface (NodeWithTitle) from the $on property in GQty. This interface exists, and I can query it via GraphiQL.

Works when querying the GraphQL API directly: Screen Shot 2022-03-16 at 4 40 24 PM

Not in GQty: Screen Shot 2022-03-16 at 4 39 19 PM

Screen Shot 2022-03-16 at 4 48 41 PM Screen Shot 2022-03-16 at 4 48 15 PM

I have a minimal reproducible repo available here: https://github.com/blakewilson/gqty-on-interface-bug

Additionally, the GraphQL endpoint is available at https://blakewilson77.wpengine.com/graphql and public introspection is enabled for debugging purposes.

blakewilson avatar Mar 16 '22 21:03 blakewilson

I have a similar problem (I mentioned on issue 342).

ttstauss avatar Apr 01 '22 16:04 ttstauss