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

Adds GraphQL support to your aiohttp app.

Results 7 aiohttp-graphql issues
Sort by recently updated
recently updated
newest added

Hello! Is there any plan to update graphql-core and graphql-server-core dependencies to the latest version?

https://github.com/graphql-python/aiohttp-graphql/blob/a7aa6c6c1e9bda5842591b2a91ad800408a21b36/aiohttp_graphql/graphqlview.py#L39 Hi! I'm using python 3.5.3. This line cause **SyntaxError: invalid syntax exception** because of trailing comma. I think it should be removed for compatibility with older python versions. Thank...

I'm guessing that `graphql-server-core>2` was expected to follow v3 and thus breaking compatibility with v2 based projects. Meanwhile @jkimbo published [v2.0.0](https://github.com/graphql-python/graphql-server-core/releases/tag/v2.0.0) without any breaking changes, making following line of setup.py...

Pretty much the same I have done on other graphql-python repos.

Recently I tried to send files with multipart and came across the issue where graphql told me that I'm sending an empty query. I am using apollo-upload-client to send files...

There are several scripts and a stylesheet included in `aiohttp_graphql/render_graphiql.py` for the domain `cdn.jsdelivr.net`. The use of this CDN prevents the graphiql interface from being used offline. The same issue...