yearn / yearn-vaults-v2-subgraph

26 stars 41 forks source link

Adding new Registry Mapping #50

Closed salazarguille closed 3 years ago

salazarguille commented 3 years ago

It includes:

Query:

{
  vaults (where: {classification: Endorsed},orderBy: apiVersion, orderDirection:  desc) {
    id
    classification
    shareToken {
      id
      symbol
    }
    token {
      symbol
    }
    apiVersion
    activation
    strategies {
      id
      name
    }
    tags
  }
}