Overview
useFetchEntityByForeignId returns a function that fetches an entity using the foreign ID from your system. Optionally auto-creates the entity if it does not yet exist.
Usage Example
Parameters
The foreign ID to look up. This is the identifier from your own system.
If
true, automatically creates a new entity with this foreign ID when one does not exist.Optional. Populate related fields. Accepted values:
"user", "space", "topComment", "saved", "files".Returns
The fetched (or newly created) entity. See Entity data model.

