Open
Description
Generated GraphQL queries currently support matching on ID and properties. Request is to enable range and partial queries. For example, if the node has a date property, allow greater-than, less-than, and between range queries on the property.
An additional enhancement for string properties is to enable partial text matching, such as contains.