26.5

Features

Bug Fixes

Fixed an issue where the Contract subgraph did not inherit filters from the parent graph. Filters are now correctly propagated to downstream subgraphs, ensuring consistent behavior across nested queries.

Resolved inconsistent behavior of the projectNumber filter between Contract and PaymentHold graphs. When the filter is not provided, both graphs now return all projects, consistent with other graphs.

Fixed a pagination issue in the Project graph caused by offset-based paging with ORDER BY projectId. Previously, records deleted between page fetches could be skipped, resulting in incomplete results.