holaplex / indexer

Index Solana data using a Geyser plugin (downstream service cluster)
https://holaplex.com
GNU Affero General Public License v3.0
169 stars 39 forks source link

Support multiple collections on collections filter #566

Closed dandlezzz closed 2 years ago

dandlezzz commented 2 years ago

Add support for multiple collections like so:

nfts(
      owners: ["4N98VatE2kMPEokHpz6DNs9vnFNAaeXv4VpxzK62fhVS"], 
      collections:["F33hSfqB7gDHhKmSpYMq9fqgnpqxGEXY6En4vvMeAJnd", "2nd collection address"],
      limit:999,
      offset: 0) {
        name
    }