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

data not correct #278

Open
guo opened this issue Jul 31, 2020 · 0 comments
Open

data not correct #278

guo opened this issue Jul 31, 2020 · 0 comments

Comments

@guo
Copy link
Member

guo commented Jul 31, 2020

query contractActions($address: String!, $pagination: Pagination!) {
  action {
        evmTransfersByAddress(address: $address) {
          count
          evmTransfers(pagination: $pagination) {
            from
            to
            quantity
            actHash
            blkHash
            timeStamp
          }
        }
  }
}

with

{
  "address": "io163l2vyqhmvwfa70lfjucenrp8ctac0sfevg59y",
 	"pagination": {"skip":10, "first":  10}
}

is not correct

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

1 participant