mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Correct spelling of comment
This commit is contained in:
parent
a949fce606
commit
92605558ec
@ -1,7 +1,7 @@
|
||||
import gql from 'graphql-tag'
|
||||
|
||||
export const reportListQuery = () => {
|
||||
// no limit vor the moment like before: "reports(first: 20, orderBy: createdAt_desc)"
|
||||
// no limit for the moment like before: "reports(first: 20, orderBy: createdAt_desc)"
|
||||
return gql`
|
||||
query {
|
||||
reports(orderBy: createdAt_desc) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user