enkot/querio

No requests show in GQL

Closed this issue · 5 comments

What info can I provide to debug this?

image
image

enkot commented

Hi @nicoabie,
Can you please provide the HAR file with the info about your requests?

I detected the issue is that it does not show the requests that are done on page load without user interaction.

Do you still need the HAR file?

@nicoabie are you using query batching?

I'm noticing that GraphQL requests don't show up in Querio if they contain batched queries/mutations. Queries sent solo (without batching) do appear in Querio.

Trying to determine if this is your same issue or if I should open up a new issue

Hi @nathanchapman sometimes we do use it so this could be definitely related.

I noticed that queries do not appear on load which is when we normally batch them and then they start to appear.

My gut tell me it is exactly what you are referring to, to be an issue with batching and not initial load.

I'll advise you to create a new issue with batching in the title and link this one so it has more visibility. Thanks for reaching out and good finding!

@nicoabie I figured this may be the case!