Type alias NftStatistics

NftStatistics: {
    __typename?: "NftStatistics";
    lastSale?: Maybe<Sale>;
    loansTotalVolume: Scalars["BigInt"];
    numberOfOffers: Scalars["Float"];
    topTraitFloorPrice?: Maybe<CurrencyAmount>;
}

Type declaration