Type alias AssetsQuery

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;
    }[]

Generated using TypeDoc