Skip to content

Commit

Permalink
add Volume to resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-d committed Dec 11, 2024
1 parent 4b3b72f commit 9e9b076
Show file tree
Hide file tree
Showing 4 changed files with 161 additions and 7 deletions.
122 changes: 118 additions & 4 deletions cmd/graphql.ethereum/graph/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions cmd/graphql.ethereum/graph/model/models_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 35 additions & 0 deletions cmd/graphql.ethereum/graph/schema.resolvers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions cmd/graphql.ethereum/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,11 @@ type SeawaterPool {
"""
APR: APR!

"""
Volume for this pool, containing the volume of each token for the whole lifetime of the pool.
"""
volume: PairAmount!

"""
Liquidity campaigns currently available for this pool.
"""
Expand Down

0 comments on commit 9e9b076

Please sign in to comment.