A follow record represents a directional relationship where one user follows another. Follows are one-way — unlike connections, following someone does not require the other person to accept.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Properties
| Property | Type | Description |
|---|---|---|
id | string | Unique follow identifier (UUID). |
projectId | string | The project this follow relationship belongs to. |
followerId | string | The ID of the user who is doing the following. |
followedId | string | The ID of the user being followed. |
createdAt | Date | When the follow was created. |

