nautls / ergo-graphql

Ergo Platform GraphQL server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `inputs` to mempool `resolver`

capt-nemo429 opened this issue Β· comments

I just realized that we do not have an inputs field in the mempool resolver πŸ˜…, I think this is something necessary and should be added for the next release.

Fields

UnconfirmedInput contains all we need for now.

Query Args

Initially only indexed ones are required, namely boxId and transactionId.