File tree Expand file tree Collapse file tree 4 files changed +354
-360
lines changed Expand file tree Collapse file tree 4 files changed +354
-360
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ export type MarketsRequest = {
2222 /**
2323 * The order by clause for the borrow reserves in the market.
2424 *
25- * @defaultValue { name : OrderDirection.Asc }
25+ * @defaultValue { tokenName : OrderDirection.Asc }
2626 */
2727 borrowsOrderBy ?: ReservesRequestOrderBy ;
2828 /**
2929 * The order by clause for the supply reserves in the market.
3030 *
31- * @defaultValue { name : OrderDirection.Asc }
31+ * @defaultValue { tokenName : OrderDirection.Asc }
3232 */
3333 suppliesOrderBy ?: ReservesRequestOrderBy ;
3434} ;
@@ -78,13 +78,13 @@ export type MarketRequest = {
7878 /**
7979 * The order by clause for the borrow reserves in the market.
8080 *
81- * @defaultValue { name : OrderDirection.Asc }
81+ * @defaultValue { tokenName : OrderDirection.Asc }
8282 */
8383 borrowsOrderBy ?: ReservesRequestOrderBy ;
8484 /**
8585 * The order by clause for the supply reserves in the market.
8686 *
87- * @defaultValue { name : OrderDirection.Asc }
87+ * @defaultValue { tokenName : OrderDirection.Asc }
8888 */
8989 suppliesOrderBy ?: ReservesRequestOrderBy ;
9090} ;
Original file line number Diff line number Diff line change 3838 "check" : " gql.tada check" ,
3939 "doctor" : " gql.tada doctor" ,
4040 "gql:generate:cache" : " gql.tada generate turbo" ,
41- "gql:download:local" : " gql-tada generate schema 'http://localhost:3000 /graphql' --output './schema.graphql'" ,
41+ "gql:download:local" : " gql-tada generate schema 'http://localhost:3011 /graphql' --output './schema.graphql'" ,
4242 "gql:generate" : " gql-tada generate output" ,
4343 "gql:turbo" : " gql-tada turbo" ,
4444 "prebuild" : " pnpm run gql:turbo"
You can’t perform that action at this time.
0 commit comments