mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
query pool transactions only by pool address (#1251)
This commit is contained in:
parent
b9ee145aed
commit
4a102722b7
@ -23,7 +23,7 @@ const txHistoryQueryByPool = gql`
|
|||||||
poolTransactions(
|
poolTransactions(
|
||||||
orderBy: timestamp
|
orderBy: timestamp
|
||||||
orderDirection: desc
|
orderDirection: desc
|
||||||
where: { user: $user, pool: $pool }
|
where: { pool: $pool }
|
||||||
first: 1000
|
first: 1000
|
||||||
) {
|
) {
|
||||||
baseToken {
|
baseToken {
|
||||||
|
Loading…
Reference in New Issue
Block a user