We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef62c30 commit b35cb92Copy full SHA for b35cb92
tests/http/incremental/test_defer.py
@@ -4,9 +4,11 @@
4
import pytest
5
from inline_snapshot import snapshot
6
7
+from tests.conftest import skip_if_gql_32
8
from tests.http.clients.base import HttpClient
9
10
11
+@skip_if_gql_32("GraphQL 3.3.0 is required for incremental execution")
12
@pytest.mark.parametrize("method", ["get", "post"])
13
async def test_basic_defer(method: Literal["get", "post"], http_client: HttpClient):
14
response = await http_client.query(
0 commit comments