Type alias QueryAccountBalancesConnectionArgs

QueryAccountBalancesConnectionArgs: {
    after?: InputMaybe<Scalars["String"]>;
    first?: InputMaybe<Scalars["Int"]>;
    orderBy: AccountBalanceOrderByInput[];
    where?: InputMaybe<AccountBalanceWhereInput>;
}

Type declaration

Generated using TypeDoc