iotex-analytics icon indicating copy to clipboard operation
iotex-analytics copied to clipboard

query action error

Open blesstosam opened this issue 4 years ago • 0 comments

query action error, below is the query:

 query($type: String!, $pagination: Pagination!) {
    action {
      byType(type: $type) {
        count
        actions(pagination: $pagination) {
          actHash
          blkHash
          timeStamp
          actType
          sender
          recipient
          amount
          gasFee
        }
      }
    }
  }

// query var
{
  "type": "execution",
  "pagination": {
    "skip": 0,
    "first": 10
  }
}
WechatIMG12

blesstosam avatar Sep 13 '20 01:09 blesstosam