fix: order grid items by both name and userId

Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
This commit is contained in:
João Victor Nunes 2024-05-06 08:23:55 -03:00 committed by GitHub
parent 9e0ea8a33f
commit 83f6f8d0f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,7 +91,8 @@ export const GRID_USERS_SUBSCRIPTION = gql`
_nin: $exceptUserIds
},
},
limit: $limit
limit: $limit,
order_by: {nameSortable: asc, userId: asc}
) {
name
userId