jbx-protocol / juice-subgraph

📊 Juicebox Subgraph implementation.
12 stars 18 forks source link

Entity IDs should not use hex strings #3

Closed peripheralist closed 2 years ago

peripheralist commented 3 years ago

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.