Skip to content

Commit

Permalink
Fix includeCount not working in entity subgraph queries
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDiekmann committed Dec 9, 2024
1 parent a0eea11 commit f41ab29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,7 @@ where
sorting: params.sorting,
limit: params.limit,
include_drafts: params.include_drafts,
include_count: false,
include_count: params.include_count,
include_entity_types: None,
include_web_ids: params.include_web_ids,
include_created_by_ids: params.include_created_by_ids,
Expand Down

0 comments on commit f41ab29

Please sign in to comment.