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 876d580Copy full SHA for 876d580
tests/http/incremental/test_defer.py
@@ -4,8 +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
+pytestmark = skip_if_gql_32("GraphQL 3.3.0 is required for incremental execution")
11
+
12
13
@pytest.mark.parametrize("method", ["get", "post"])
14
async def test_basic_defer(method: Literal["get", "post"], http_client: HttpClient):
0 commit comments