strawberry-graphql 0.229.0__py3-none-any.whl → 0.229.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/exceptions/__init__.py +0 -1
- strawberry/types/types.py +5 -0
- {strawberry_graphql-0.229.0.dist-info → strawberry_graphql-0.229.1.dist-info}/METADATA +1 -1
- {strawberry_graphql-0.229.0.dist-info → strawberry_graphql-0.229.1.dist-info}/RECORD +7 -7
- {strawberry_graphql-0.229.0.dist-info → strawberry_graphql-0.229.1.dist-info}/LICENSE +0 -0
- {strawberry_graphql-0.229.0.dist-info → strawberry_graphql-0.229.1.dist-info}/WHEEL +0 -0
- {strawberry_graphql-0.229.0.dist-info → strawberry_graphql-0.229.1.dist-info}/entry_points.txt +0 -0
strawberry/types/types.py
CHANGED
@@ -214,6 +214,11 @@ class StrawberryObjectDefinition(StrawberryType):
|
|
214
214
|
if hasattr(real_concrete_type, "_enum_definition"):
|
215
215
|
real_concrete_type = real_concrete_type._enum_definition
|
216
216
|
|
217
|
+
if isinstance(expected_concrete_type, type) and issubclass(
|
218
|
+
real_concrete_type, expected_concrete_type
|
219
|
+
):
|
220
|
+
return True
|
221
|
+
|
217
222
|
if real_concrete_type is not expected_concrete_type:
|
218
223
|
return False
|
219
224
|
|
@@ -60,7 +60,7 @@ strawberry/django/test/__init__.py,sha256=4xxdUZtIISSOwjrcnmox7AvT4WWjowCm5bUuPd
|
|
60
60
|
strawberry/django/test/client.py,sha256=lPEbe_4lNL1pSgtywq4O-b6n7ALCW3U9_uvoWz3EaSM,592
|
61
61
|
strawberry/django/views.py,sha256=zp_4a2i1I7ngK0_9znvvHbo-JWviGWq1aptRhn9RQ2A,9187
|
62
62
|
strawberry/enum.py,sha256=ufChUVwXM5KsphCkuLCzCewL8YT8RI_nzXVokMYwFnA,4255
|
63
|
-
strawberry/exceptions/__init__.py,sha256=
|
63
|
+
strawberry/exceptions/__init__.py,sha256=BChL2HQYK1ql_oe-WOUOT_BzXsMft5cZ1eRDBWlk4i4,6230
|
64
64
|
strawberry/exceptions/conflicting_arguments.py,sha256=68f6kMSXdjuEjZkoe8o2I9PSIjwTS1kXsSGaQBPk_hI,1587
|
65
65
|
strawberry/exceptions/duplicated_type_name.py,sha256=FYJ2f0sivw8UU2kO2W1Rpbn_KskXjPxOt8WiuFcEcGI,2209
|
66
66
|
strawberry/exceptions/exception.py,sha256=1NrsTAzko1fUrSpXjYpNoCk2XuYJerEKj_CDeqGe_eA,3447
|
@@ -225,7 +225,7 @@ strawberry/types/graphql.py,sha256=3SWZEsa0Zy1eVW6vy75BnB7t9_lJVi6TBV3_1j3RNBs,6
|
|
225
225
|
strawberry/types/info.py,sha256=b1ZWW_wUop6XrGNcGHKBQeUYjlX-y8u3s2Wm_XhKPYI,3412
|
226
226
|
strawberry/types/nodes.py,sha256=5tTYmxGpVDshbydicHTTBWEiUe8A7p7mdiaSV8Ry80Y,5027
|
227
227
|
strawberry/types/type_resolver.py,sha256=wuAYCbEjdov0IrnTvkFMNtSwb3lruQsbYI11x35ADeU,6542
|
228
|
-
strawberry/types/types.py,sha256=
|
228
|
+
strawberry/types/types.py,sha256=wgdZKrLal6uFeZFw5J9EWzPIify71sir30_VWcWPUxs,8122
|
229
229
|
strawberry/union.py,sha256=bQ3QBOLLugGvN434vHTZRuelgJdblfy8aJMrUpLgG_g,9585
|
230
230
|
strawberry/unset.py,sha256=4zYRN8vUD7lHQLLpulBFqEPfyvzpx8fl7ZDBUyfMqqk,1112
|
231
231
|
strawberry/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -241,8 +241,8 @@ strawberry/utils/logging.py,sha256=flS7hV0JiIOEdXcrIjda4WyIWix86cpHHFNJL8gl1y4,7
|
|
241
241
|
strawberry/utils/operation.py,sha256=Um-tBCPl3_bVFN2Ph7o1mnrxfxBes4HFCj6T0x4kZxE,1135
|
242
242
|
strawberry/utils/str_converters.py,sha256=avIgPVLg98vZH9mA2lhzVdyyjqzLsK2NdBw9mJQ02Xk,813
|
243
243
|
strawberry/utils/typing.py,sha256=SQVOw1nuFZk2Pe3iz0o8ebzpoyvBVoGSQZVZj6-8k7I,13483
|
244
|
-
strawberry_graphql-0.229.
|
245
|
-
strawberry_graphql-0.229.
|
246
|
-
strawberry_graphql-0.229.
|
247
|
-
strawberry_graphql-0.229.
|
248
|
-
strawberry_graphql-0.229.
|
244
|
+
strawberry_graphql-0.229.1.dist-info/LICENSE,sha256=m-XnIVUKqlG_AWnfi9NReh9JfKhYOB-gJfKE45WM1W8,1072
|
245
|
+
strawberry_graphql-0.229.1.dist-info/METADATA,sha256=a8YNAUtdtUE7PXlXt1Szt17YeefHY5xLPzllZdwf8DQ,7821
|
246
|
+
strawberry_graphql-0.229.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
247
|
+
strawberry_graphql-0.229.1.dist-info/entry_points.txt,sha256=Nk7-aT3_uEwCgyqtHESV9H6Mc31cK-VAvhnQNTzTb4k,49
|
248
|
+
strawberry_graphql-0.229.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{strawberry_graphql-0.229.0.dist-info → strawberry_graphql-0.229.1.dist-info}/entry_points.txt
RENAMED
File without changes
|