Type alias HistoricalAssetsQueryVariables

HistoricalAssetsQueryVariables: Exact<{
    limit?: InputMaybe<Scalars["Int"]>;
    offset?: InputMaybe<Scalars["Int"]>;
    order?: InputMaybe<HistoricalAssetOrderByInput[] | HistoricalAssetOrderByInput>;
    where?: InputMaybe<HistoricalAssetWhereInput>;
}>

Generated using TypeDoc