mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Order users by name
This commit is contained in:
parent
4efb834599
commit
7492e6b8c3
@ -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