Calindra / nonodo

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

Query Input by Message Sender (nonce) #99

Closed fabiooshiro closed 1 month ago

fabiooshiro commented 1 month ago

Implement a GraphQL query to allow users to retrieve input data based on the message sender. The query should accept a msg_sender parameter and return the associated input details. Ensure that the query is optimized for performance (db index) and includes appropriate error handling for scenarios.