mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-20 11:51:28 +00:00
Order users by name
This commit is contained in:
parent
d885fd1beb
commit
25bef85683
@ -132,7 +132,7 @@ export default {
|
||||
User: {
|
||||
query() {
|
||||
return gql(`{
|
||||
User {
|
||||
User(orderBy: name_asc) {
|
||||
id
|
||||
name
|
||||
slug
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user