Specifies an expression or an array of expressions to group the result by.
Specifies an expression to filter individual grouped-by members.
Integer page size limit for results
Integer offset for results
Specifies an expression or array of expressions to order the results by.
Specifies a Variable Expression or array of Variable Expressions that
define [inline allowable value combinations]. This is a short-hand for
including values in Groups in the @where
clause.
specifies a pattern to match, or an array of patterns to match. Each can be a Subject, a Group, or another Query (a sub-query).
Generated using TypeDoc. Delivered by Vercel. json-rql - v0.6.2 Source code licensed MIT. Privacy policy
A JSON-LD Context for the query. In an API, this will frequently be implicit. For example, using json-rql as the body of a
POST
tohttp://example.com/my-api/v1/person/query
might have the implicit context of a Person (possibly found athttp://example.com/my-api/v1/person
).examples