fix: order grid items by both name and userId
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
This commit is contained in:
parent
9e0ea8a33f
commit
83f6f8d0f9
@ -91,7 +91,8 @@ export const GRID_USERS_SUBSCRIPTION = gql`
|
||||
_nin: $exceptUserIds
|
||||
},
|
||||
},
|
||||
limit: $limit
|
||||
limit: $limit,
|
||||
order_by: {nameSortable: asc, userId: asc}
|
||||
) {
|
||||
name
|
||||
userId
|
||||
|
Loading…
Reference in New Issue
Block a user