Type alias CollectionsQuery
CollectionsQuery: {
__typename?: "Query";
collections: {
__typename?: "CollectionConnection";
pageInfo: {
__typename?: "PageInfo";
endCursor?: string | null;
hasNextPage: boolean;
};
edges: {
__typename?: "CollectionEdge";
node: {
__typename?: "Collection";
id: string;
name?: string | null;
slug: string;
description?: string | null;
discordUrl?: string | null;
twitterUsername?: string | null;
externalUrl?: string | null;
collectionUrl?: string | null;
verified: boolean;
wrapperCollections: {
__typename?: "Collection";
contractData: {
__typename?: "ContractData";
contractAddress: Address;
};
}[];
image?: {
__typename?: "Asset";
cacheUrl?: string | null;
} | null;
bannerImage?: {
__typename?: "Asset";
cacheUrl?: string | null;
} | null;
contractData: {
__typename?: "ContractData";
blockchain: string;
contractAddress: Address;
createdDate: Date;
creatorAddress?: Address | null;
};
statistics: {
__typename?: "CollectionStatistics";
floorPrice7d?: number | null;
floorPrice30d?: number | null;
totalVolume?: number | null;
totalVolume1y?: number | null;
totalVolume3m?: number | null;
totalVolume1m?: number | null;
totalVolume1w?: number | null;
totalLoanVolume: bigint;
totalLoanVolume1w: bigint;
totalLoanVolume1m: bigint;
totalLoanVolume3m: bigint;
totalLoanVolume1y: bigint;
numberOfPricedNfts: number;
nftsCount?: number | null;
percentageInOutstandingLoans: number;
repaymentRate: number;
numberOfOffers: number;
floorPrice?: {
__typename?: "CurrencyAmount";
amount: number;
currency: {
__typename?: "Currency";
address: Address;
decimals: number;
};
} | null;
bestOffer?: {
__typename?: "CurrencyAmount";
amount: number;
currency: {
__typename?: "Currency";
address: Address;
decimals: number;
};
} | null;
};
};
}[];
};
}
Type declaration
-
Optional
__typename?: "Query"
-
collections: {
__typename?: "CollectionConnection";
pageInfo: {
__typename?: "PageInfo";
endCursor?: string | null;
hasNextPage: boolean;
};
edges: {
__typename?: "CollectionEdge";
node: {
__typename?: "Collection";
id: string;
name?: string | null;
slug: string;
description?: string | null;
discordUrl?: string | null;
twitterUsername?: string | null;
externalUrl?: string | null;
collectionUrl?: string | null;
verified: boolean;
wrapperCollections: {
__typename?: "Collection";
contractData: {
__typename?: "ContractData";
contractAddress: Address;
};
}[];
image?: {
__typename?: "Asset";
cacheUrl?: string | null;
} | null;
bannerImage?: {
__typename?: "Asset";
cacheUrl?: string | null;
} | null;
contractData: {
__typename?: "ContractData";
blockchain: string;
contractAddress: Address;
createdDate: Date;
creatorAddress?: Address | null;
};
statistics: {
__typename?: "CollectionStatistics";
floorPrice7d?: number | null;
floorPrice30d?: number | null;
totalVolume?: number | null;
totalVolume1y?: number | null;
totalVolume3m?: number | null;
totalVolume1m?: number | null;
totalVolume1w?: number | null;
totalLoanVolume: bigint;
totalLoanVolume1w: bigint;
totalLoanVolume1m: bigint;
totalLoanVolume3m: bigint;
totalLoanVolume1y: bigint;
numberOfPricedNfts: number;
nftsCount?: number | null;
percentageInOutstandingLoans: number;
repaymentRate: number;
numberOfOffers: number;
floorPrice?: {
__typename?: "CurrencyAmount";
amount: number;
currency: {
__typename?: "Currency";
address: Address;
decimals: number;
};
} | null;
bestOffer?: {
__typename?: "CurrencyAmount";
amount: number;
currency: {
__typename?: "Currency";
address: Address;
decimals: number;
};
} | null;
};
};
}[];
}
-
Optional
__typename?: "CollectionConnection"
-
pageInfo: {
__typename?: "PageInfo";
endCursor?: string | null;
hasNextPage: boolean;
}
-
Optional
__typename?: "PageInfo"
-
Optional
endCursor?: string | null
-
hasNextPage: boolean
-
edges: {
__typename?: "CollectionEdge";
node: {
__typename?: "Collection";
id: string;
name?: string | null;
slug: string;
description?: string | null;
discordUrl?: string | null;
twitterUsername?: string | null;
externalUrl?: string | null;
collectionUrl?: string | null;
verified: boolean;
wrapperCollections: {
__typename?: "Collection";
contractData: {
__typename?: "ContractData";
contractAddress: Address;
};
}[];
image?: {
__typename?: "Asset";
cacheUrl?: string | null;
} | null;
bannerImage?: {
__typename?: "Asset";
cacheUrl?: string | null;
} | null;
contractData: {
__typename?: "ContractData";
blockchain: string;
contractAddress: Address;
createdDate: Date;
creatorAddress?: Address | null;
};
statistics: {
__typename?: "CollectionStatistics";
floorPrice7d?: number | null;
floorPrice30d?: number | null;
totalVolume?: number | null;
totalVolume1y?: number | null;
totalVolume3m?: number | null;
totalVolume1m?: number | null;
totalVolume1w?: number | null;
totalLoanVolume: bigint;
totalLoanVolume1w: bigint;
totalLoanVolume1m: bigint;
totalLoanVolume3m: bigint;
totalLoanVolume1y: bigint;
numberOfPricedNfts: number;
nftsCount?: number | null;
percentageInOutstandingLoans: number;
repaymentRate: number;
numberOfOffers: number;
floorPrice?: {
__typename?: "CurrencyAmount";
amount: number;
currency: {
__typename?: "Currency";
address: Address;
decimals: number;
};
} | null;
bestOffer?: {
__typename?: "CurrencyAmount";
amount: number;
currency: {
__typename?: "Currency";
address: Address;
decimals: number;
};
} | null;
};
};
}[]