strawberry-graphql 0.227.1__py3-none-any.whl → 0.227.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/relay/utils.py +1 -1
- {strawberry_graphql-0.227.1.dist-info → strawberry_graphql-0.227.2.dist-info}/METADATA +1 -1
- {strawberry_graphql-0.227.1.dist-info → strawberry_graphql-0.227.2.dist-info}/RECORD +6 -6
- {strawberry_graphql-0.227.1.dist-info → strawberry_graphql-0.227.2.dist-info}/LICENSE +0 -0
- {strawberry_graphql-0.227.1.dist-info → strawberry_graphql-0.227.2.dist-info}/WHEEL +0 -0
- {strawberry_graphql-0.227.1.dist-info → strawberry_graphql-0.227.2.dist-info}/entry_points.txt +0 -0
strawberry/relay/utils.py
CHANGED
@@ -41,7 +41,7 @@ def to_base64(type_: Union[str, type, StrawberryObjectDefinition], node_id: Any)
|
|
41
41
|
The node id itself
|
42
42
|
|
43
43
|
Returns:
|
44
|
-
A
|
44
|
+
A GlobalID, which is a string resulting from base64 encoding <TypeName>:<NodeID>.
|
45
45
|
|
46
46
|
Raises:
|
47
47
|
ValueError:
|
@@ -174,7 +174,7 @@ strawberry/relay/__init__.py,sha256=Vi4btvA_g6Cj9Tk_F9GCSegapIf2WqkOWV8y3P0cTCs,
|
|
174
174
|
strawberry/relay/exceptions.py,sha256=b7sU2MhHVWJOfq27lvqdFcqBZ5P_JWk41JWRjtP-AOI,3916
|
175
175
|
strawberry/relay/fields.py,sha256=0A96V4mQzFJwP9g68tM3zKmbPxnfU2Ix6kbMI-x11LQ,15550
|
176
176
|
strawberry/relay/types.py,sha256=tazLGFC92vVbsoMTFTqOX4QCrgrxSgsDotgkhjFpl7w,30331
|
177
|
-
strawberry/relay/utils.py,sha256=
|
177
|
+
strawberry/relay/utils.py,sha256=1ixGxk0KW-aQ5iebckPzZKYiz_Lh_ngo-5MNYTn0zAY,1748
|
178
178
|
strawberry/resolvers.py,sha256=g7_g3jmXszziGydY1UG6IItf9s6B1lGLUCnwW1kb8U0,224
|
179
179
|
strawberry/sanic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
180
180
|
strawberry/sanic/context.py,sha256=qfoj8QMaAiWbCQFAdm2KPPJGNc7ilXeKAl5z0XJ2nzo,805
|
@@ -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.227.
|
245
|
-
strawberry_graphql-0.227.
|
246
|
-
strawberry_graphql-0.227.
|
247
|
-
strawberry_graphql-0.227.
|
248
|
-
strawberry_graphql-0.227.
|
244
|
+
strawberry_graphql-0.227.2.dist-info/LICENSE,sha256=m-XnIVUKqlG_AWnfi9NReh9JfKhYOB-gJfKE45WM1W8,1072
|
245
|
+
strawberry_graphql-0.227.2.dist-info/METADATA,sha256=UneH50cMF5dA0C72rGhpjAovf2j4X3Ww4RlZF-ecgdM,7821
|
246
|
+
strawberry_graphql-0.227.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
247
|
+
strawberry_graphql-0.227.2.dist-info/entry_points.txt,sha256=Nk7-aT3_uEwCgyqtHESV9H6Mc31cK-VAvhnQNTzTb4k,49
|
248
|
+
strawberry_graphql-0.227.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{strawberry_graphql-0.227.1.dist-info → strawberry_graphql-0.227.2.dist-info}/entry_points.txt
RENAMED
File without changes
|