How to read inline fragment results in java apollo client

How to read inline fragment results in java apollo client

ResponseFieldMarshaller marshaller(); is my response type .I dont know how to get my inline fragment using marshaller .could you help me on the same

Hi! :wave:

Usually you would simply need to access your fragment from the corresponding field in the generated model, for instance response.data.asMyInlineFragment. Here’s the relevant section in the doc. Does that help?

@rajesh_sivalingam Thanks for raising this concern. I was curious, what does your application do exactly? Are you using Java for Mobile Android development, or is this something else all together? Any additional information would help us tremendously to better understand your use case here. Thank you!