React Native network debugging does not work with GraphQL

665 views Asked by At

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

There are 0 answers