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
Add a coerce option (or even more generalized transform option) in parameters passed to site endpoints so that they can be used as their proper type/shape from within the Datalog query.
For example:
{:name"sort-order":in"query":description"The order to sort by":requiredfalse:default"asc":schema {:type"string"}
:coerce keyword}
Add a coerce option (or even more generalized transform option) in parameters passed to site endpoints so that they can be used as their proper type/shape from within the Datalog query.
For example:
so that i can then use it in my datalog query as:
The text was updated successfully, but these errors were encountered: