strawberry-graphql 0.175.0__py3-none-any.whl → 0.175.1__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/handlers/graphql_transport_ws_handler.py +1 -1
- strawberry/asgi/handlers/graphql_ws_handler.py +1 -1
- {strawberry_graphql-0.175.0.dist-info → strawberry_graphql-0.175.1.dist-info}/METADATA +1 -1
- {strawberry_graphql-0.175.0.dist-info → strawberry_graphql-0.175.1.dist-info}/RECORD +7 -7
- {strawberry_graphql-0.175.0.dist-info → strawberry_graphql-0.175.1.dist-info}/LICENSE +0 -0
- {strawberry_graphql-0.175.0.dist-info → strawberry_graphql-0.175.1.dist-info}/WHEEL +0 -0
- {strawberry_graphql-0.175.0.dist-info → strawberry_graphql-0.175.1.dist-info}/entry_points.txt +0 -0
@@ -33,7 +33,7 @@ class GraphQLTransportWSHandler(BaseGraphQLTransportWSHandler):
|
|
33
33
|
self._ws = ws
|
34
34
|
|
35
35
|
async def get_context(self) -> Any:
|
36
|
-
return await self._get_context(request=self._ws)
|
36
|
+
return await self._get_context(request=self._ws, response=None)
|
37
37
|
|
38
38
|
async def get_root_value(self) -> Any:
|
39
39
|
return await self._get_root_value(request=self._ws)
|
@@ -32,7 +32,7 @@ class GraphQLWSHandler(BaseGraphQLWSHandler):
|
|
32
32
|
self._ws = ws
|
33
33
|
|
34
34
|
async def get_context(self) -> Any:
|
35
|
-
return await self._get_context(request=self._ws)
|
35
|
+
return await self._get_context(request=self._ws, response=None)
|
36
36
|
|
37
37
|
async def get_root_value(self) -> Any:
|
38
38
|
return await self._get_root_value(request=self._ws)
|
@@ -11,8 +11,8 @@ strawberry/annotation.py,sha256=fabmzUZXfWX6RvfSOAC_LzlgbEs5TT-xliB8b6szB1o,9940
|
|
11
11
|
strawberry/arguments.py,sha256=-QXnDMvyTyp-3GJvRMuCgwU8SqkgTDO8YmZfYdsc7y0,7837
|
12
12
|
strawberry/asgi/__init__.py,sha256=dXiMHkXfsATl_gDklKnmkgv93SFr6TMqflxV5qzsGIw,6629
|
13
13
|
strawberry/asgi/handlers/__init__.py,sha256=rz5Gth2eJUn7tDq2--99KSNFeMdDPpLFCkfA7vge0cI,235
|
14
|
-
strawberry/asgi/handlers/graphql_transport_ws_handler.py,sha256=
|
15
|
-
strawberry/asgi/handlers/graphql_ws_handler.py,sha256=
|
14
|
+
strawberry/asgi/handlers/graphql_transport_ws_handler.py,sha256=QJ7r9A2jGOQCN_DMzA3tbYy_aeIUYqL4Gi1wbbVMSZg,2151
|
15
|
+
strawberry/asgi/handlers/graphql_ws_handler.py,sha256=Y9XZqzZ_msV3Um2Miv2j_1Glkh21KJBq1nQ9t_61cZQ,2291
|
16
16
|
strawberry/asgi/test/__init__.py,sha256=4xxdUZtIISSOwjrcnmox7AvT4WWjowCm5bUuPdQneMg,71
|
17
17
|
strawberry/asgi/test/client.py,sha256=SfcpTzipwFmpPPPBK1h4oxqKa9mFt0OEJg-CbB6bvsY,1402
|
18
18
|
strawberry/auto.py,sha256=npbPB8-4Qbc0PZ3KgOKmfJs6SBFH69nXHZj6sxyBuyY,2565
|
@@ -215,8 +215,8 @@ strawberry/utils/logging.py,sha256=pz1pRJtx5xX2ejGKNN-fG8zPA4SJjnq1HK9xaQpjd4s,1
|
|
215
215
|
strawberry/utils/operation.py,sha256=Um-tBCPl3_bVFN2Ph7o1mnrxfxBes4HFCj6T0x4kZxE,1135
|
216
216
|
strawberry/utils/str_converters.py,sha256=VdOnzaxhwJnmQl1Lon0VOjl72uXhM8tLfGxoGwn3arI,657
|
217
217
|
strawberry/utils/typing.py,sha256=KtfgwoTTNYSw6IDZWf1McwzxZs5D1guNCVmXt8Mh9z8,10071
|
218
|
-
strawberry_graphql-0.175.
|
219
|
-
strawberry_graphql-0.175.
|
220
|
-
strawberry_graphql-0.175.
|
221
|
-
strawberry_graphql-0.175.
|
222
|
-
strawberry_graphql-0.175.
|
218
|
+
strawberry_graphql-0.175.1.dist-info/LICENSE,sha256=m-XnIVUKqlG_AWnfi9NReh9JfKhYOB-gJfKE45WM1W8,1072
|
219
|
+
strawberry_graphql-0.175.1.dist-info/METADATA,sha256=LbY27yBFqdTZErItyHh343QPFC_kErkDXuyJeoz9QMk,7644
|
220
|
+
strawberry_graphql-0.175.1.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
221
|
+
strawberry_graphql-0.175.1.dist-info/entry_points.txt,sha256=Nk7-aT3_uEwCgyqtHESV9H6Mc31cK-VAvhnQNTzTb4k,49
|
222
|
+
strawberry_graphql-0.175.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{strawberry_graphql-0.175.0.dist-info → strawberry_graphql-0.175.1.dist-info}/entry_points.txt
RENAMED
File without changes
|