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

ArgumentTypeDescription
ctxcontext.ContextThe ctx value.
collectionstringThe collection value.
idstringThe id value.
fieldstringThe field value.
optionsListOptionsThe 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)

Source core/local.go:342

Related types

  • LocalAPI

    In-process content operations that share the REST authorization and lifecycle pipeline.

  • ListOptions

    Filtering, pagination, projection, population, authorization, and locale controls for a list read.

  • Page

    A paginated result and total count.