Skip to content

Commit

Permalink
Merge pull request #119 from ProdPerfect/items-by-group-update
Browse files Browse the repository at this point in the history
Updating Items by Group query to use Items Page
  • Loading branch information
pevner-p2 authored Dec 1, 2023
2 parents db0e662 + 0487701 commit 898e3c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion monday/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '2.0.0rc1'
__version__ = '2.0.0rc2'
__author__ = 'Christina D\'Astolfo'
__email__ = 'chdastolfo@gmail.com, lemi@prodperfect.com, pevner@prodperfect.com'
8 changes: 5 additions & 3 deletions monday/query_joins.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,11 @@ def get_items_by_group_query(board_id, group_id):
groups(ids: "%s") {
id
title
items {
id
name
items_page {
items {
id
name
}
}
}
}
Expand Down

0 comments on commit 898e3c1

Please sign in to comment.