Type alias NftFilterInput

NftFilterInput: {
    blockchainIds?: InputMaybe<InputMaybe<Scalars["String"]>[]>;
    blockchainStates?: InputMaybe<InputMaybe<NftBlockchainState>[]>;
    ids?: InputMaybe<InputMaybe<Scalars["ID"]>[]>;
    nftModelIds?: InputMaybe<InputMaybe<Scalars["ID"]>[]>;
    saleStates?: InputMaybe<InputMaybe<SaleState>[]>;
    search?: InputMaybe<Scalars["String"]>;
    transferStates?: InputMaybe<InputMaybe<TransferState>[]>;
}

Properties to filter NFTs by when querying them.

Type declaration

Generated using TypeDoc