v2 Subgraph Schema Annotations
type Moloch @entity {
"unique identifier and primary key of the entity"
id: ID!
"version of moloch contract (v1, v2, v2.1, v2.2)"
version: String
"address that created the dao"
summoner: Bytes!
"deprecated"
newContract: String