Skip to content

Commit

Permalink
Add attributes to SubgraphPoolToken graphql type
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Sep 28, 2022
1 parent c23b550 commit f510d78
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions balancer-js/src/modules/subgraph/balancer-v2/Pools.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@ fragment SubgraphPoolToken on PoolToken {
managedBalance
weight
priceRate
token {
pool {
poolType
}
}
}

query PoolHistoricalLiquidities(
Expand Down

0 comments on commit f510d78

Please sign in to comment.