webob-graphql icon indicating copy to clipboard operation
webob-graphql copied to clipboard

GraphQL integration for WebOb based frameworks: Pyramid, Pylons...

Results 4 webob-graphql issues
Sort by recently updated
recently updated
newest added

Thank you for creating such a great library. This is a huge benefit to my project. That being said, I had to jump through a few hoops to figure out...

https://github.com/graphql-python/graphql-core/issues/249

The slight URL change (adding `/npm` and changing a `/` to an `@`) is due to jsdelivr changing their URL generation. You can read more here: https://www.jsdelivr.com/new-jsdelivr

It should be documented that GraphQL endpoints providing mutations must be protected against CSRF attacks, and how this can be achieved. Maybe [pyramid.csrf](https://docs.pylonsproject.org/projects/pyramid/en/latest/api/csrf.html) be combined with webob-graphql?