related abstract method
Creates a new TetherColumn instance that represents this column as accessed through a named relationship.
This is used to build up path-like references for deeply nested filters or selections in PostgREST.
relationshipName: The name of the relationship (e.g., the JSON key used inaddSupabaseRelatedor a foreign key table name).
Returns a new TetherColumn (typically a RelatedColumnRef) with the
relationshipPrefix set.
Implementation
TetherColumn related(String relationshipName);