graphql-kit / graphql-voyager

🛰️ Represent any GraphQL API as an interactive graph
https://graphql-kit.com/graphql-voyager/
MIT License
7.81k stars 516 forks source link

Fix: Handle errors caused by presence of charset in blob types #388

Open Privat33r-dev opened 8 months ago

Privat33r-dev commented 8 months ago

see commit message

P.S. charset could be extracted with this regex /charset\s*=\s*"?([^()<>@,;:\\\"/[\]?.=\s]*)"?/i

fixes #387

Privat33r-dev commented 7 months ago

@LunaticMuch @IvanGoncharov I would appreciate if you can find a few minutes to review the PR.

Privat33r-dev commented 3 months ago

@LunaticMuch @IvanGoncharov it would be amazing if you can find a couple of minutes to review this PR :) We are trying to clear a backlog in our tool and we have an issue that is likely caused by the problem that this PR fixes.