Chris Lyon
Chris Lyon
Added an `onload` callback option that gets invoked after the script tag loads.
It would be nice if I could easily query GraphQL API endpoints in Paw like I can do with [Insomnia](https://insomnia.rest/blog/introducing-graphql/) and [GraphiQL](https://github.com/graphql/graphiql). I'd much rather use Paw than have to...
Fixes the `UserWarning: pkg_resources is deprecated as an API` by replacing a deprecated `pkg_resources` import with [PEP 420 implicit namespace packages](https://peps.python.org/pep-0420/)