I have a data model and would like to retrieve or list nodes from a specific view. Specifically, I want to list nodes that have been created or updated, for instance in the last 30 days, using Pygen.
I understand that Pygen provides filtering capabilities to filter based on view properties or columns. However, I don't see a way to filter by the updated
date, which is a column automatically created under the data_record
column when inserting new nodes with Pygen. It seems Pygen doesn’t expose this field as a filter parameter.
Is there a way to apply a filter on data_record.updated_date
using Pygen?