Type alias QueryHistoricalAssetsConnectionArgs

QueryHistoricalAssetsConnectionArgs: {
    after?: InputMaybe<Scalars["String"]>;
    first?: InputMaybe<Scalars["Int"]>;
    orderBy: HistoricalAssetOrderByInput[];
    where?: InputMaybe<HistoricalAssetWhereInput>;
}

Type declaration

Generated using TypeDoc