Fragments with Apollo kotlin Graphql not getting Fragment type in response using Moshi Converter

Fragments with Apollo kotlin Graphql not getting Fragment type in response using Moshi Converter

When using a Fragment in my query for Graphql call, I am facing below issue with Fragment during Moshi conversion. I have query like this

 

Read More