Type alias HistoricalPoolsQuery
HistoricalPoolsQuery: {
__typename?: "Query";
historicalPools: {
__typename?: "HistoricalPool";
blockNumber: number;
dVolume?: any | null;
event: string;
id: string;
poolId: number;
poolStatus: string;
timestamp: any;
volume?: any | null;
ztgQty?: any | null;
}[];
}
Type declaration
-
Optional
__typename?: "Query"
-
historicalPools: {
__typename?: "HistoricalPool";
blockNumber: number;
dVolume?: any | null;
event: string;
id: string;
poolId: number;
poolStatus: string;
timestamp: any;
volume?: any | null;
ztgQty?: any | null;
}[]