Skip to content

Commit

Permalink
updated page size on query
Browse files Browse the repository at this point in the history
  • Loading branch information
theClarkSell committed Jul 21, 2024
1 parent 001891d commit 3e54399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_dataSources/api.that.tech/events/queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const eventFieldsFragment = `
...productBaseFields
}
sessions(pageSize: 150) {
sessions(pageSize: 200) {
sessions {
...coreSessionFields
speakers {
Expand Down

0 comments on commit 3e54399

Please sign in to comment.