| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| strawberry_graphql-0.287.2.tar.gz | 2025-12-03 | 212.0 kB | |
| strawberry_graphql-0.287.2-py3-none-any.whl | 2025-12-03 | 309.2 kB | |
| 0.287.2 source code.tar.gz | 2025-12-03 | 1.2 MB | |
| 0.287.2 source code.zip | 2025-12-03 | 1.6 MB | |
| README.md | 2025-12-03 | 345 Bytes | |
| Totals: 5 Items | 3.4 MB | 0 | |
Fixed a bug in the codegen where Relay Node's id field was incorrectly generated as _id in the output code.
The codegen now correctly respects the explicit graphql_name set via the @field(name="id") decorator, ensuring that the generated code uses id instead of the Python method name _id.
Releases contributed by @Ckk3 via [#4053]