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

tartiflette-aiohttp is a wrapper of aiohttp which includes the Tartiflette GraphQL Engine, do not hesitate to take a look of the Tartiflette project.

Results 28 tartiflette-aiohttp issues
Sort by recently updated
recently updated
newest added

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.11.1 to 2.15.0. Commits 24eaec2 Bump pylint to 2.15.0, update changelog (#7355) bb0df4a Update tox.ini (#7358) 1582e37 [literal-comparison] Cleanup of identical/duplicated functional tests 19b4fda [literal-comparison] Make the...

dependencies

Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.16.0 to 0.19.0. Release notes Sourced from pytest-asyncio's releases. pytest-asyncio 0.19.0 title: 'pytest-asyncio: pytest support for asyncio' pytest-asyncio is an Apache2 licensed library, written in Python, for...

dependencies

There are small typos in: - changelogs/1.1.1.md - changelogs/1.3.0.md Fixes: - Should read `workflow` rather than `worflow`. - Should read `subscription` rather than `subscrition`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

Bumps [black](https://github.com/psf/black) from 20.8b1 to 22.6.0. Release notes Sourced from black's releases. 22.6.0 Style Fix unstable formatting involving #fmt: skip and # fmt:skip comments (notice the lack of spaces) (#2970)...

dependencies

Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.1.2. Release notes Sourced from pytest's releases. 7.1.2 pytest 7.1.2 (2022-04-23) Bug Fixes #9726: An unnecessary numpy import inside pytest.approx{.interpreted-text role="func"} was removed. #9820: Fix...

dependencies

Bumps [xenon](https://github.com/rubik/xenon) from 0.8.0 to 0.9.0. Changelog Sourced from xenon's changelog. 0.9.0 (Feb 24, 2022) Update pinned requirements to allow PyYAML v6 Monkey-patch test module to work around 'paramunittest' issues...

dependencies

Bumps [pytest-aiohttp](https://github.com/aio-libs/pytest-aiohttp) from 0.3.0 to 1.0.4. Release notes Sourced from pytest-aiohttp's releases. pytest-aiohttp v1.0.4 pytest-aiohttp pytest plugin for aiohttp support The library provides useful fixtures for creation test aiohttp server...

dependencies

Adds support for the [GraphQL multipart request specification](https://github.com/jaydenseric/graphql-multipart-request-spec). Still need to figure out automated tests...

Hi, I am wondering if it is possible to override the subscription `_on_connection_init` logic. Right now it only sends ACK completely ignoring the payload, which cuts off one of possible...

Hi, Upstream GraphiQL (https://github.com/graphql/graphiql/tree/main/packages/graphiql) seem to support setting custom headers (e.g. authorization) when the `headerEditorEnabled` option is set, it provides additional tab similar to "Query Variables". Is it possible to...

enhancement