1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-26 03:06:49 +02:00

more token query changes

This commit is contained in:
Matthias Kretschmann 2021-09-02 16:55:10 +02:00
parent 1644b79cb2
commit 65944d0861
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -26,10 +26,12 @@ const txHistoryQueryByPool = gql`
) {
tokens {
poolToken {
tokenId {
symbol
}
id
symbol
}
value
type
tokenAddress
}
tx
event
@ -37,11 +39,6 @@ const txHistoryQueryByPool = gql`
poolAddress {
datatokenAddress
}
tokens {
value
type
tokenAddress
}
}
}
`