Values.MatchClauseSourceA clause to match a query pattern
type nonrec t = {relationPattern : RelationPattern.t option;The pattern describing the query's relational traversal.
*)entityPattern : EntityPattern.t option;The pattern describing the entities for the query to traverse.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * Awso.Botodata.value) list ]) list ]