AssetsQuery: {
__typename?: "Query";
assets: {
__typename?: "Asset";
amountInPool?: any | null;
assetId: string;
id: string;
poolId?: number | null;
price?: number | null;
}[];
}
Type declaration
-
Optional
__typename?: "Query"
-
assets: {
__typename?: "Asset";
amountInPool?: any | null;
assetId: string;
id: string;
poolId?: number | null;
price?: number | null;
}[]