strawberry-graphql 0.237.2__py3-none-any.whl → 0.237.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- strawberry/asgi/__init__.py +3 -3
- {strawberry_graphql-0.237.2.dist-info → strawberry_graphql-0.237.3.dist-info}/METADATA +1 -1
- {strawberry_graphql-0.237.2.dist-info → strawberry_graphql-0.237.3.dist-info}/RECORD +6 -6
- {strawberry_graphql-0.237.2.dist-info → strawberry_graphql-0.237.3.dist-info}/LICENSE +0 -0
- {strawberry_graphql-0.237.2.dist-info → strawberry_graphql-0.237.3.dist-info}/WHEEL +0 -0
- {strawberry_graphql-0.237.2.dist-info → strawberry_graphql-0.237.3.dist-info}/entry_points.txt +0 -0
strawberry/asgi/__init__.py
CHANGED
@@ -117,12 +117,12 @@ class GraphQL(
|
|
117
117
|
else:
|
118
118
|
self.graphql_ide = graphql_ide
|
119
119
|
|
120
|
-
async def __call__(self, scope:
|
120
|
+
async def __call__(self, scope: Scope, receive: Receive, send: Send) -> None:
|
121
121
|
if scope["type"] == "http":
|
122
|
-
return await self.handle_http(scope, receive, send)
|
122
|
+
return await self.handle_http(scope, receive, send)
|
123
123
|
|
124
124
|
elif scope["type"] == "websocket":
|
125
|
-
ws = WebSocket(scope, receive=receive, send=send)
|
125
|
+
ws = WebSocket(scope, receive=receive, send=send)
|
126
126
|
preferred_protocol = self.pick_preferred_protocol(ws)
|
127
127
|
|
128
128
|
if preferred_protocol == GRAPHQL_TRANSPORT_WS_PROTOCOL:
|
@@ -8,7 +8,7 @@ strawberry/aiohttp/test/__init__.py,sha256=4xxdUZtIISSOwjrcnmox7AvT4WWjowCm5bUuP
|
|
8
8
|
strawberry/aiohttp/test/client.py,sha256=4vjTDxtNVfpa74GfUUO7efPI6Ssh1vzfCYp3tPA-SLk,1357
|
9
9
|
strawberry/aiohttp/views.py,sha256=3Imc-kP01zhDYmWQRFcQyZsObqdELQ84d-3zFrpHNxA,6091
|
10
10
|
strawberry/annotation.py,sha256=ftSxGZQUk4C5_5YRM_wNJFVVnZi0XOp71kD7zv4oxbU,13077
|
11
|
-
strawberry/asgi/__init__.py,sha256=
|
11
|
+
strawberry/asgi/__init__.py,sha256=37w7FeDEmfq2YXKeyyBgjTAliz9ut5Y0-0dVgfE-PAk,6973
|
12
12
|
strawberry/asgi/handlers/__init__.py,sha256=rz5Gth2eJUn7tDq2--99KSNFeMdDPpLFCkfA7vge0cI,235
|
13
13
|
strawberry/asgi/handlers/graphql_transport_ws_handler.py,sha256=_5N58XdtCZndU81ky1f5cwG9E4NhysxP4uHlqqZNzn4,2147
|
14
14
|
strawberry/asgi/handlers/graphql_ws_handler.py,sha256=KQXmbk7uDwiG1yOadz65GsSzjAPUjKrpEQYAA94nGRM,2379
|
@@ -248,8 +248,8 @@ strawberry/utils/logging.py,sha256=U1cseHGquN09YFhFmRkiphfASKCyK0HUZREImPgVb0c,7
|
|
248
248
|
strawberry/utils/operation.py,sha256=SSXxN-vMqdHO6W2OZtip-1z7y4_A-eTVFdhDvhKeLCk,1193
|
249
249
|
strawberry/utils/str_converters.py,sha256=KGd7QH90RevaJjH6SQEkiVVsb8KuhJr_wv5AsI7UzQk,897
|
250
250
|
strawberry/utils/typing.py,sha256=tUHHX2YTGX417EEQHB6j0B8-p-fg31ZI8csc9SUoq2I,14260
|
251
|
-
strawberry_graphql-0.237.
|
252
|
-
strawberry_graphql-0.237.
|
253
|
-
strawberry_graphql-0.237.
|
254
|
-
strawberry_graphql-0.237.
|
255
|
-
strawberry_graphql-0.237.
|
251
|
+
strawberry_graphql-0.237.3.dist-info/LICENSE,sha256=m-XnIVUKqlG_AWnfi9NReh9JfKhYOB-gJfKE45WM1W8,1072
|
252
|
+
strawberry_graphql-0.237.3.dist-info/METADATA,sha256=sWyrEwqkg62uUtYwDNAq18skuwzvCaVZQnsLLCNeSKc,7821
|
253
|
+
strawberry_graphql-0.237.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
254
|
+
strawberry_graphql-0.237.3.dist-info/entry_points.txt,sha256=Nk7-aT3_uEwCgyqtHESV9H6Mc31cK-VAvhnQNTzTb4k,49
|
255
|
+
strawberry_graphql-0.237.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{strawberry_graphql-0.237.2.dist-info → strawberry_graphql-0.237.3.dist-info}/entry_points.txt
RENAMED
File without changes
|