Correct spelling of comment

This commit is contained in:
Wolfgang Huß 2019-10-25 14:55:05 +02:00
parent a949fce606
commit 92605558ec

View File

@ -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) {