Closed peripheralist closed 2 years ago
Currently some entity IDs (Projects, maybe others) are saved as hex strings, meaning queries need to look like project(id: "0x1")
project(id: "0x1")
Saving IDs as strings (1) would make querying entities more intuitive.
1
Currently some entity IDs (Projects, maybe others) are saved as hex strings, meaning queries need to look like
project(id: "0x1")
Saving IDs as strings (
1
) would make querying entities more intuitive.