v3-subgraph
v3-subgraph copied to clipboard
Filter Tokens by passing Array
- 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
You can specific a return amount - i believe the current max that can be returned in 1000
by doing "...(first: 1000)"