useFetchEntityByForeignId
Overview
TheuseFetchEntityByForeignId
hook is used to retrieve details of a specific entity by providing its foreignId
. This hook can optionally create a new entity if one wasn’t found.
Usage Example
Parameters & Returns
Parameters
The hook returns a function that accepts an object with the following fields:The foreign ID of the entity to fetch.
Whether a new entity should be created with this foreign ID if one wasn’t found.
Returns
The function resolves with an object representing the fetched entity:The details of the retrieved entity.