tonykipkemboi / bat-token-subgraph

Code that generates $BAT token Subgraph
0 stars 0 forks source link

Transfer Entity ID specification #1

Open LeviScoffie opened 1 year ago

LeviScoffie commented 1 year ago

Hi, I was just skimming through the subgraph and would like to ask what the ID of the type transfer entity represents in your schema.graphl file.

tonykipkemboi commented 1 year ago

Hi, each transfer of the $BAT token is associated with an "id" which is of type "ID"; meaning it is non-nullable or cannot be empty. Let me know if this makes sense.