NftsRequestWhere: {
    chainIds?: InputMaybe<Scalars["ChainId"]["input"][]>;
    excludeCollections?: InputMaybe<NetworkAddressInput[]>;
    excludeFollowers?: InputMaybe<Scalars["Boolean"]["input"]>;
    forAddress?: InputMaybe<Scalars["EvmAddress"]["input"]>;
    forProfileId?: InputMaybe<Scalars["ProfileId"]["input"]>;
    includeCollections?: InputMaybe<NetworkAddressInput[]>;
    query?: InputMaybe<Scalars["String"]["input"]>;
}

Type declaration

  • Optional chainIds?: InputMaybe<Scalars["ChainId"]["input"][]>

    Chain IDs to search. Supports Ethereum and Polygon. If omitted, it will search in both chains

  • Optional excludeCollections?: InputMaybe<NetworkAddressInput[]>
  • Optional excludeFollowers?: InputMaybe<Scalars["Boolean"]["input"]>

    Exclude follower NFTs from the search

  • Optional forAddress?: InputMaybe<Scalars["EvmAddress"]["input"]>

    Ethereum address of the owner. If unknown you can also search by profile ID

  • Optional forProfileId?: InputMaybe<Scalars["ProfileId"]["input"]>

    Profile ID of the owner

  • Optional includeCollections?: InputMaybe<NetworkAddressInput[]>
  • Optional query?: InputMaybe<Scalars["String"]["input"]>

    Search query. Has to be part of a collection name