Skip to content

Add inteceptor logging around GraphQL errors

Sean Gregory requested to merge e2e/intercept-graphql into master

What does this MR do and why?

This MR adds logging around intercepted GraphQL errors when they come back in 200 OK responses. This will help in debugging async GraphQL calls that are failed.

It is done by:

  • cloning the fetch response
  • checking if the fetch request was against /api/graphql
  • awaiting the json body and logging it
  • returning the original fetch response.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Sean Gregory

Merge request reports

Loading