graphql-server
graphql-server copied to clipboard
This is the core package for using GraphQL in a custom server easily
Hi all, just a small one: The line https://github.com/graphql-python/graphql-server/blob/2d5ac9539307d6db22b3364a61063e050c3f20b9/src/graphql_server/flask/views.py#L145 creates the context with `operationName` but the template https://github.com/graphql-python/graphql-server/blob/2d5ac9539307d6db22b3364a61063e050c3f20b9/src/graphql_server/static/graphiql.html#L199 expects `operation_name`. Probably `request_data.to_template_context()` is meant to be used which does use...
Hi we were using graphql_server==3.0.0b7 without any issues. with the 3.0 release on pypi, im getting the following error now: from graphql_server import ( ImportError: cannot import name 'HttpQueryError' from...
## Summary - refine integration docs - move CORS instructions into callout sections - update supported option lists based on actual implementations ## Testing - `pytest -k 'nothing' -q` *(fails:...