React Native network debugging does not work with GraphQL

Viewed 381

I am using React Native Debugger for debugging my React Native application. But when I am trying to inspect GraphQL queries (sent by Apollo Client) I have Nothing to preview in debugger's Preview window. No errors, no communicates why it happens. It seems debugger cannot parse response somehow? Response from server is sent correctly. Is it known issue?

0 Answers
Related