method
LocalAPI.ListJoin
ListJoin reads a configured inverse join through source and target read access. Only the engine derives the membership predicate; caller Where and Sort keep ordinary List field-query restrictions even when the backing relation is private.
Arguments
| Argument | Type | Description |
|---|---|---|
ctx | context.Context | The ctx value. |
collection | string | The collection value. |
id | string | The id value. |
field | string | The field value. |
options | ListOptions | The options value. |
Returns
The declared result.
(store.Page, error)Full signature
func (local *LocalAPI) ListJoin(
ctx context.Context,
collection,
id,
field string,
options ListOptions,
) (store.Page, error)Related types
LocalAPIIn-process content operations that share the REST authorization and lifecycle pipeline.
ListOptionsFiltering, pagination, projection, population, authorization, and locale controls for a list read.
PageA paginated result and total count.