strawberry-graphql 0.256.1__py3-none-any.whl → 0.257.0.dev1735244504__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/schema/schema_converter.py +2 -0
- {strawberry_graphql-0.256.1.dist-info → strawberry_graphql-0.257.0.dev1735244504.dist-info}/METADATA +1 -1
- {strawberry_graphql-0.256.1.dist-info → strawberry_graphql-0.257.0.dev1735244504.dist-info}/RECORD +6 -6
- {strawberry_graphql-0.256.1.dist-info → strawberry_graphql-0.257.0.dev1735244504.dist-info}/LICENSE +0 -0
- {strawberry_graphql-0.256.1.dist-info → strawberry_graphql-0.257.0.dev1735244504.dist-info}/WHEEL +0 -0
- {strawberry_graphql-0.256.1.dist-info → strawberry_graphql-0.257.0.dev1735244504.dist-info}/entry_points.txt +0 -0
@@ -374,6 +374,8 @@ class GraphQLCoreConverter:
|
|
374
374
|
# self.from_resolver needs to be called before accessing field.type because
|
375
375
|
# in there a field extension might want to change the type during its apply
|
376
376
|
resolver = self.from_resolver(field)
|
377
|
+
# TODO: think more about this
|
378
|
+
field._resolver = resolver # type: ignore
|
377
379
|
field_type = cast(
|
378
380
|
"GraphQLOutputType",
|
379
381
|
self.from_maybe_optional(
|
{strawberry_graphql-0.256.1.dist-info → strawberry_graphql-0.257.0.dev1735244504.dist-info}/RECORD
RENAMED
@@ -169,7 +169,7 @@ strawberry/schema/exceptions.py,sha256=rqVNb_oYrKM0dHPgvAemqCG6Um282LPPu4zwQ5cZq
|
|
169
169
|
strawberry/schema/execute.py,sha256=VBByVRx6gALiXPlPGscSaU4aaJlrjchsy_R34IZu3wM,11901
|
170
170
|
strawberry/schema/name_converter.py,sha256=Q5oOVK32Sg3a3nst6UsY3q-wOj6zWPiKeJemrF3bmVc,6568
|
171
171
|
strawberry/schema/schema.py,sha256=LgKFupjM4mpqLTUuDs1nYx39tj6j_TUzkeSeW8y92qk,19371
|
172
|
-
strawberry/schema/schema_converter.py,sha256=
|
172
|
+
strawberry/schema/schema_converter.py,sha256=B-lyAB49mYs6pcV417g3gBbApEZyJ-MSQy_ZfLBRRzM,37030
|
173
173
|
strawberry/schema/subscribe.py,sha256=0HyM9DsSRGGCD9X4W69YWHLTA0xCrrp4ay_Kx1rTMbE,6029
|
174
174
|
strawberry/schema/types/__init__.py,sha256=oHO3COWhL3L1KLYCJNY1XFf5xt2GGtHiMC-UaYbFfnA,68
|
175
175
|
strawberry/schema/types/base_scalars.py,sha256=MyOwmmn7ke55RbI-iseFS_VVPnDYJtXQifPPd508Zjk,1913
|
@@ -229,8 +229,8 @@ strawberry/utils/logging.py,sha256=U1cseHGquN09YFhFmRkiphfASKCyK0HUZREImPgVb0c,7
|
|
229
229
|
strawberry/utils/operation.py,sha256=SSXxN-vMqdHO6W2OZtip-1z7y4_A-eTVFdhDvhKeLCk,1193
|
230
230
|
strawberry/utils/str_converters.py,sha256=-eH1Cl16IO_wrBlsGM-km4IY0IKsjhjnSNGRGOwQjVM,897
|
231
231
|
strawberry/utils/typing.py,sha256=HCiySeckJR3SJiMr2F_bhW0G7x4Hk9fEagp7JS_LhrI,13387
|
232
|
-
strawberry_graphql-0.
|
233
|
-
strawberry_graphql-0.
|
234
|
-
strawberry_graphql-0.
|
235
|
-
strawberry_graphql-0.
|
236
|
-
strawberry_graphql-0.
|
232
|
+
strawberry_graphql-0.257.0.dev1735244504.dist-info/LICENSE,sha256=m-XnIVUKqlG_AWnfi9NReh9JfKhYOB-gJfKE45WM1W8,1072
|
233
|
+
strawberry_graphql-0.257.0.dev1735244504.dist-info/METADATA,sha256=5oYDL-mNrqLRh8ZghxjwpaUcINYYP66izXlCbxQ19Ps,7541
|
234
|
+
strawberry_graphql-0.257.0.dev1735244504.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
235
|
+
strawberry_graphql-0.257.0.dev1735244504.dist-info/entry_points.txt,sha256=Nk7-aT3_uEwCgyqtHESV9H6Mc31cK-VAvhnQNTzTb4k,49
|
236
|
+
strawberry_graphql-0.257.0.dev1735244504.dist-info/RECORD,,
|
{strawberry_graphql-0.256.1.dist-info → strawberry_graphql-0.257.0.dev1735244504.dist-info}/LICENSE
RENAMED
File without changes
|
{strawberry_graphql-0.256.1.dist-info → strawberry_graphql-0.257.0.dev1735244504.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|