Microsoft.SqlServer.TransactSql.ScriptDom by Microsoft

<PackageReference Include="Microsoft.SqlServer.TransactSql.ScriptDom" Version="161.9109.0" />

.NET API 5,160,480 bytes

 GraphMatchCompositeExpression

A boolean expression for a MATCH expression
public bool ArrowOnRight { get; set; }

True if arrow points to right side, false if arrow points to the left

public Identifier Edge { get; set; }

The connecting edge

public GraphMatchNodeExpression LeftNode { get; set; }

The left node reference

public GraphMatchNodeExpression RightNode { get; set; }

The right node reference