strawberry-graphql 0.235.1__py3-none-any.whl → 0.235.1.dev1719337273__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/annotation.py +3 -0
- {strawberry_graphql-0.235.1.dist-info → strawberry_graphql-0.235.1.dev1719337273.dist-info}/METADATA +1 -1
- {strawberry_graphql-0.235.1.dist-info → strawberry_graphql-0.235.1.dev1719337273.dist-info}/RECORD +6 -6
- {strawberry_graphql-0.235.1.dist-info → strawberry_graphql-0.235.1.dev1719337273.dist-info}/LICENSE +0 -0
- {strawberry_graphql-0.235.1.dist-info → strawberry_graphql-0.235.1.dev1719337273.dist-info}/WHEEL +0 -0
- {strawberry_graphql-0.235.1.dist-info → strawberry_graphql-0.235.1.dev1719337273.dist-info}/entry_points.txt +0 -0
strawberry/annotation.py
CHANGED
@@ -135,6 +135,9 @@ class StrawberryAnnotation:
|
|
135
135
|
return self.__resolve_cache__
|
136
136
|
|
137
137
|
def _resolve(self) -> Union[StrawberryType, type]:
|
138
|
+
# TODO: I wonder if this resolve should be creating types?
|
139
|
+
# types should only be created once, in the schema converter maybe?
|
140
|
+
# but maybe the cache above is fine
|
138
141
|
evaled_type = cast(Any, self.evaluate())
|
139
142
|
|
140
143
|
if is_private(evaled_type):
|
{strawberry_graphql-0.235.1.dist-info → strawberry_graphql-0.235.1.dev1719337273.dist-info}/RECORD
RENAMED
@@ -7,7 +7,7 @@ strawberry/aiohttp/handlers/graphql_ws_handler.py,sha256=Zi1y_XLsZwqX52vvy0Se3S0
|
|
7
7
|
strawberry/aiohttp/test/__init__.py,sha256=4xxdUZtIISSOwjrcnmox7AvT4WWjowCm5bUuPdQneMg,71
|
8
8
|
strawberry/aiohttp/test/client.py,sha256=tlpHymSWqhiQbLmKwodcaX2vdc8BW1IaNTFTHlWKlOY,1323
|
9
9
|
strawberry/aiohttp/views.py,sha256=l5Gb_9twQo1TQuWk7v0dGFry0yM1ivnGztUtwQ_N5-c,6063
|
10
|
-
strawberry/annotation.py,sha256=
|
10
|
+
strawberry/annotation.py,sha256=BH2zt675Gxh4h8GEoewUMLh26WdvT1Xw8UVqkKG5vKM,13192
|
11
11
|
strawberry/arguments.py,sha256=yFbL1o9vFemrJSVGadt80wN_ajU1khw2--S0nDjrx78,8406
|
12
12
|
strawberry/asgi/__init__.py,sha256=9s_6505Aa68y_qAgzQV3yXE0IrGVZbuhQ7rIUNPXOlE,6985
|
13
13
|
strawberry/asgi/handlers/__init__.py,sha256=rz5Gth2eJUn7tDq2--99KSNFeMdDPpLFCkfA7vge0cI,235
|
@@ -245,8 +245,8 @@ strawberry/utils/logging.py,sha256=flS7hV0JiIOEdXcrIjda4WyIWix86cpHHFNJL8gl1y4,7
|
|
245
245
|
strawberry/utils/operation.py,sha256=Um-tBCPl3_bVFN2Ph7o1mnrxfxBes4HFCj6T0x4kZxE,1135
|
246
246
|
strawberry/utils/str_converters.py,sha256=avIgPVLg98vZH9mA2lhzVdyyjqzLsK2NdBw9mJQ02Xk,813
|
247
247
|
strawberry/utils/typing.py,sha256=G92wuT2WhEGQrwjek_On2K8l0nyVFtBW3P7I_cfjG-8,13870
|
248
|
-
strawberry_graphql-0.235.1.dist-info/LICENSE,sha256=m-XnIVUKqlG_AWnfi9NReh9JfKhYOB-gJfKE45WM1W8,1072
|
249
|
-
strawberry_graphql-0.235.1.dist-info/METADATA,sha256=
|
250
|
-
strawberry_graphql-0.235.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
251
|
-
strawberry_graphql-0.235.1.dist-info/entry_points.txt,sha256=Nk7-aT3_uEwCgyqtHESV9H6Mc31cK-VAvhnQNTzTb4k,49
|
252
|
-
strawberry_graphql-0.235.1.dist-info/RECORD,,
|
248
|
+
strawberry_graphql-0.235.1.dev1719337273.dist-info/LICENSE,sha256=m-XnIVUKqlG_AWnfi9NReh9JfKhYOB-gJfKE45WM1W8,1072
|
249
|
+
strawberry_graphql-0.235.1.dev1719337273.dist-info/METADATA,sha256=kPR0Nr5aSHyjpqDjvPEEdt6HXhEID7cpL8CsrxjtVyk,7835
|
250
|
+
strawberry_graphql-0.235.1.dev1719337273.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
251
|
+
strawberry_graphql-0.235.1.dev1719337273.dist-info/entry_points.txt,sha256=Nk7-aT3_uEwCgyqtHESV9H6Mc31cK-VAvhnQNTzTb4k,49
|
252
|
+
strawberry_graphql-0.235.1.dev1719337273.dist-info/RECORD,,
|
{strawberry_graphql-0.235.1.dist-info → strawberry_graphql-0.235.1.dev1719337273.dist-info}/LICENSE
RENAMED
File without changes
|
{strawberry_graphql-0.235.1.dist-info → strawberry_graphql-0.235.1.dev1719337273.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|