Now the graph query might have to look like this...
{users(orderBy:id%s){
id,
orders {
amount
timestamp
tx
datatokenId {
id
symbol
name
}
}
{
poolTransactions{
poolAddressStr
event
timestamp
sharesTransferAmount
sharesBalance
consumePrice
spotPrice
tokens{
tokenAddress
value
type
}
tx
}
}
Now the graph query might have to look like this...