strawberry-graphql 0.194.0__py3-none-any.whl → 0.194.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/annotation.py +4 -0
- {strawberry_graphql-0.194.0.dist-info → strawberry_graphql-0.194.1.dist-info}/METADATA +1 -1
- {strawberry_graphql-0.194.0.dist-info → strawberry_graphql-0.194.1.dist-info}/RECORD +6 -6
- {strawberry_graphql-0.194.0.dist-info → strawberry_graphql-0.194.1.dist-info}/LICENSE +0 -0
- {strawberry_graphql-0.194.0.dist-info → strawberry_graphql-0.194.1.dist-info}/WHEEL +0 -0
- {strawberry_graphql-0.194.0.dist-info → strawberry_graphql-0.194.1.dist-info}/entry_points.txt +0 -0
strawberry/annotation.py
CHANGED
@@ -95,6 +95,10 @@ class StrawberryAnnotation:
|
|
95
95
|
# block or if the type is declared later on in a module.
|
96
96
|
return self.raw_annotation
|
97
97
|
|
98
|
+
@annotation.setter
|
99
|
+
def annotation(self, value: Union[object, str]) -> None:
|
100
|
+
self.raw_annotation = value
|
101
|
+
|
98
102
|
def evaluate(self) -> type:
|
99
103
|
"""Return evaluated annotation using `strawberry.util.typing.eval_type`."""
|
100
104
|
evaled_type = self.__eval_cache__
|
@@ -7,7 +7,7 @@ strawberry/aiohttp/handlers/graphql_ws_handler.py,sha256=0wy0IjBapHwlkfMhVk6frgp
|
|
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=l85Dy_-e6-19t5szkWn2NQZAkkqSQ-qT47ZXRDXOyfE,5705
|
10
|
-
strawberry/annotation.py,sha256=
|
10
|
+
strawberry/annotation.py,sha256=U6Iks9S7uYCP4f0GmVRuNpGsbqVmZQesIQLheLLS4tA,11750
|
11
11
|
strawberry/arguments.py,sha256=b-jmSwRkC_jDjtJJxD-tO5WnAtuGfhaGgzof0v9QPrE,8231
|
12
12
|
strawberry/asgi/__init__.py,sha256=dXiMHkXfsATl_gDklKnmkgv93SFr6TMqflxV5qzsGIw,6629
|
13
13
|
strawberry/asgi/handlers/__init__.py,sha256=rz5Gth2eJUn7tDq2--99KSNFeMdDPpLFCkfA7vge0cI,235
|
@@ -230,8 +230,8 @@ strawberry/utils/logging.py,sha256=pz1pRJtx5xX2ejGKNN-fG8zPA4SJjnq1HK9xaQpjd4s,1
|
|
230
230
|
strawberry/utils/operation.py,sha256=Um-tBCPl3_bVFN2Ph7o1mnrxfxBes4HFCj6T0x4kZxE,1135
|
231
231
|
strawberry/utils/str_converters.py,sha256=VdOnzaxhwJnmQl1Lon0VOjl72uXhM8tLfGxoGwn3arI,657
|
232
232
|
strawberry/utils/typing.py,sha256=_PvVDZJrT_iciDvIEwwh4knAog6stKe9sLpxqy00GmI,13182
|
233
|
-
strawberry_graphql-0.194.
|
234
|
-
strawberry_graphql-0.194.
|
235
|
-
strawberry_graphql-0.194.
|
236
|
-
strawberry_graphql-0.194.
|
237
|
-
strawberry_graphql-0.194.
|
233
|
+
strawberry_graphql-0.194.1.dist-info/LICENSE,sha256=m-XnIVUKqlG_AWnfi9NReh9JfKhYOB-gJfKE45WM1W8,1072
|
234
|
+
strawberry_graphql-0.194.1.dist-info/METADATA,sha256=ilk-2D0FZdhhvL0PjHAuKhusIdGZVVB_sE8rkGkXoCQ,7634
|
235
|
+
strawberry_graphql-0.194.1.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
236
|
+
strawberry_graphql-0.194.1.dist-info/entry_points.txt,sha256=Nk7-aT3_uEwCgyqtHESV9H6Mc31cK-VAvhnQNTzTb4k,49
|
237
|
+
strawberry_graphql-0.194.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{strawberry_graphql-0.194.0.dist-info → strawberry_graphql-0.194.1.dist-info}/entry_points.txt
RENAMED
File without changes
|