Skip to content

Commit

Permalink
fix: change reports limit to 50 in qraphql query
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubwiczkowski committed Nov 20, 2023
1 parent acb950b commit 2644df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/api/queries/meeting.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ query Meeting($id: ID!) {
}
}
}
reports {
reports(pagination: { limit: 50 }) {
data {
id
attributes {
Expand Down

0 comments on commit 2644df1

Please sign in to comment.