strawberry-graphql 0.246.1__py3-none-any.whl → 0.246.2__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/flask/views.py +2 -1
- {strawberry_graphql-0.246.1.dist-info → strawberry_graphql-0.246.2.dist-info}/METADATA +1 -1
- {strawberry_graphql-0.246.1.dist-info → strawberry_graphql-0.246.2.dist-info}/RECORD +6 -6
- {strawberry_graphql-0.246.1.dist-info → strawberry_graphql-0.246.2.dist-info}/LICENSE +0 -0
- {strawberry_graphql-0.246.1.dist-info → strawberry_graphql-0.246.2.dist-info}/WHEEL +0 -0
- {strawberry_graphql-0.246.1.dist-info → strawberry_graphql-0.246.2.dist-info}/entry_points.txt +0 -0
strawberry/flask/views.py
CHANGED
@@ -187,7 +187,8 @@ class AsyncGraphQLView(
|
|
187
187
|
)
|
188
188
|
|
189
189
|
async def render_graphql_ide(self, request: Request) -> Response:
|
190
|
-
|
190
|
+
content = render_template_string(self.graphql_ide_html)
|
191
|
+
return Response(content, status=200, content_type="text/html")
|
191
192
|
|
192
193
|
def is_websocket_request(self, request: Request) -> TypeGuard[Request]:
|
193
194
|
return False
|
@@ -130,7 +130,7 @@ strawberry/file_uploads/__init__.py,sha256=v2-6FGBqnTnMPSUTFOiXpIutDMl-ga0PFtw5t
|
|
130
130
|
strawberry/file_uploads/scalars.py,sha256=NRDeB7j8aotqIkz9r62ISTf4DrxQxEZYUuHsX5K16aU,161
|
131
131
|
strawberry/file_uploads/utils.py,sha256=2zsXg3QsKgGLD7of2dW-vgQn_Naf7I3Men9PhEAFYwM,1160
|
132
132
|
strawberry/flask/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
133
|
-
strawberry/flask/views.py,sha256=
|
133
|
+
strawberry/flask/views.py,sha256=3gd1Xgxg3IT72dz2nrMBK094dMNxTUHciu3oofGOAG4,6235
|
134
134
|
strawberry/http/__init__.py,sha256=GSvHUDXl1cHfLnb37PXOAnxfoXhvz0f467P1O8uDatM,1620
|
135
135
|
strawberry/http/async_base_view.py,sha256=ZWxxLNCISinp9nc7878_0FjRt8y-giQbtJgSF-Q4ZF0,15688
|
136
136
|
strawberry/http/base.py,sha256=DFGBb6UhHR1EOmZkLn5V-2IKXzjYasg6yv06PQnm9Ds,2336
|
@@ -230,8 +230,8 @@ strawberry/utils/logging.py,sha256=U1cseHGquN09YFhFmRkiphfASKCyK0HUZREImPgVb0c,7
|
|
230
230
|
strawberry/utils/operation.py,sha256=SSXxN-vMqdHO6W2OZtip-1z7y4_A-eTVFdhDvhKeLCk,1193
|
231
231
|
strawberry/utils/str_converters.py,sha256=KGd7QH90RevaJjH6SQEkiVVsb8KuhJr_wv5AsI7UzQk,897
|
232
232
|
strawberry/utils/typing.py,sha256=3xws5kxSQGsp8BnYyUwClvxXNzZakMAuOPoq1rjHRuk,14252
|
233
|
-
strawberry_graphql-0.246.
|
234
|
-
strawberry_graphql-0.246.
|
235
|
-
strawberry_graphql-0.246.
|
236
|
-
strawberry_graphql-0.246.
|
237
|
-
strawberry_graphql-0.246.
|
233
|
+
strawberry_graphql-0.246.2.dist-info/LICENSE,sha256=m-XnIVUKqlG_AWnfi9NReh9JfKhYOB-gJfKE45WM1W8,1072
|
234
|
+
strawberry_graphql-0.246.2.dist-info/METADATA,sha256=QvWWIL7QAi2coSdJLZKJtHnkHdlSSeXTyin6F0szKNU,7707
|
235
|
+
strawberry_graphql-0.246.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
236
|
+
strawberry_graphql-0.246.2.dist-info/entry_points.txt,sha256=Nk7-aT3_uEwCgyqtHESV9H6Mc31cK-VAvhnQNTzTb4k,49
|
237
|
+
strawberry_graphql-0.246.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{strawberry_graphql-0.246.1.dist-info → strawberry_graphql-0.246.2.dist-info}/entry_points.txt
RENAMED
File without changes
|