1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-30 22:01:44 +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 { tokens {
poolToken { poolToken {
tokenId { id
symbol symbol
}
} }
value
type
tokenAddress
} }
tx tx
event event
@ -37,11 +39,6 @@ const txHistoryQueryByPool = gql`
poolAddress { poolAddress {
datatokenAddress datatokenAddress
} }
tokens {
value
type
tokenAddress
}
} }
} }
` `