aws / amazon-neptune-for-graphql

Amazon Neptune utility for GraphQL™ schemas and resolvers
Apache License 2.0
16 stars 1 forks source link

Feature request: range and partial queries #18

Open mhavey opened 4 months ago

mhavey commented 4 months ago

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.