earthstar-project / earthstar-graphql

Query, sync and set data to earthstar workspaces using GraphQL.
GNU Affero General Public License v3.0
6 stars 1 forks source link

Add filters for document fields #6

Closed sgwilym closed 3 years ago

sgwilym commented 3 years ago

Currently the only argument on the documents field is sortedBy. I'd like to add more so that documents can be filtered by specific attributes, like their path prefix, suffix, author, published before / after etc.

This would also open the path to efficient syncing.