Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

query action error #294

Open
blesstosam opened this issue Sep 13, 2020 · 0 comments
Open

query action error #294

blesstosam opened this issue Sep 13, 2020 · 0 comments
Assignees

Comments

@blesstosam
Copy link

blesstosam commented Sep 13, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants