Calindra / nonodo

Development Node for Cartesi Rolups
Apache License 2.0
14 stars 14 forks source link

feature: add msgSender to filter inputs on the HL GraphQL #119

Closed fabiooshiro closed 1 month ago

fabiooshiro commented 1 month ago

Hi @ZzzzHui, now we have a way to query the inputs by message sender.

query CountByMsgSender() {
    inputs(where: {msgSender: "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"}) {
      totalCount
    }
}