Skip to content

Commit

Permalink
fix(client-content): has many relation is not supported in order by
Browse files Browse the repository at this point in the history
  • Loading branch information
matej21 committed Mar 1, 2024
1 parent 0e23dbc commit 3ecf470
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/client-content/src/types/Input.ts
Expand Up @@ -228,9 +228,6 @@ export namespace ContentClientInput {
& {
readonly [key in keyof TEntity['columns']]?: `${Input.OrderDirection}` | null
}
& {
readonly [key in keyof TEntity['hasMany']]?: FieldOrderBy<TEntity['hasMany'][key]> | null
}
& {
readonly [key in keyof TEntity['hasOne']]?: FieldOrderBy<TEntity['hasOne'][key]> | null
}
Expand Down

0 comments on commit 3ecf470

Please sign in to comment.