vwkd / denokv-graphql

GraphQL bindings for Deno KV
https://deno.land/x/denokv_graphql
MIT License
11 stars 0 forks source link

Query multiple entries #16

Closed vwkd closed 1 year ago

vwkd commented 1 year ago

Support querying multiple entries in single query? Should do multiple ids instead of single id? How to be atomically consistent? Should do search / filter without knowing ids?

vwkd commented 1 year ago

Querying multiple entries with pagination is now possible with #19

No search / filter yet.