Access Member
Member Access Expression
GitQL support Composite Type inspired by PostgreSQL, to access member of composite type
you should use .
operator like in any programming language but with putting the composite value in ()
like
(user).username
to make it different from table column table.column