powerful-notebook-79556
08/22/2024, 2:12 PMsubjectId
Get relation request return ALL records but provided only one subjectId
req := s.apiClient.ReadClient.RelationshipApi.GetRelationships(ctx).
Namespace(props.Namespace).
Relation(props.Relation).
SubjectId(*props.SubjectId)
What am I doing wrong?powerful-notebook-79556
08/22/2024, 4:02 PMpowerful-notebook-79556
08/22/2024, 4:03 PM