Unable to use the ObjectType accessors with fragments
Hello, First wanted to say thank you for building this library, it is very useful.
I've been encountering a bug when using fragments where the ObjectType class is returning a GraphQL::Client::ImplicitlyFetchedFieldError for fields that are included via a fragment (at least when a mutation query is performed). For those looking for a workaround,to_h still works and allows me to access those fields included via a fragment.
Wanted to report this for now, if I have some time, I'll try to look into this bug and creating a failing test case in more detail. If a unreleased commit has already address this issue, please let me know.
I'm experiencing this issue with a non mutation query too.