Type alias QueryHistoricalAccountBalancesArgs

QueryHistoricalAccountBalancesArgs: {
    limit?: InputMaybe<Scalars["Int"]>;
    offset?: InputMaybe<Scalars["Int"]>;
    orderBy?: InputMaybe<HistoricalAccountBalanceOrderByInput[]>;
    where?: InputMaybe<HistoricalAccountBalanceWhereInput>;
}

Type declaration

Generated using TypeDoc