Skip to content

Commit

Permalink
Add id to payload of get_item_by_id_query (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbazant authored Oct 29, 2022
1 parent 0f1ce2f commit 5562f84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monday/query_joins.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def get_item_by_id_query(ids):
query = '''query
{
items (ids: %s) {
id,
name,
group {
id
Expand Down

0 comments on commit 5562f84

Please sign in to comment.