graphql-kit / graphql-voyager

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

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

Open Privat33r-dev opened 3 months ago

Privat33r-dev commented 3 months ago

see commit message

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

fixes #387

Privat33r-dev commented 3 months ago

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