You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While there are a mixed bag of query functions, we need to create a logical API for composedb requests. We can already resolve the underlying stream state under several constraints, but explorative querying isn't yet exported. Querying just the basic entity is simple, but traversing relations etc is a bit more tricky to reach logical semantics with.
The text was updated successfully, but these errors were encountered:
Also, some convention for paging responses. Currently thinking pointer and nextPage boolean, or returning a generator/observable with the tail request.
While there are a mixed bag of query functions, we need to create a logical API for composedb requests. We can already resolve the underlying stream state under several constraints, but explorative querying isn't yet exported. Querying just the basic entity is simple, but traversing relations etc is a bit more tricky to reach logical semantics with.
The text was updated successfully, but these errors were encountered: