v3-subgraph icon indicating copy to clipboard operation
v3-subgraph copied to clipboard

Filter Tokens by passing Array

Open 10dimensions opened this issue 4 years ago • 1 comments

  • Is there any limitations as to how many items can a filter can have in an array format?
  • Secondly, is it possible to increase the result of tokens, which seems to be a max of 100 at the moment?

Sharing a reference code: https://replit.com/@10dimensions/HugeGratefulAdvance#index.js

10dimensions avatar Sep 27 '21 11:09 10dimensions

You can specific a return amount - i believe the current max that can be returned in 1000

by doing "...(first: 1000)"

ianlapham avatar Oct 19 '21 15:10 ianlapham