View Source ValueFlows.EconomicEvent.EconomicEvents (Bonfire v0.9.10-classic-beta.169)
Summary
Functions
Create an event, and possibly linked resources
Callback implementation for Bonfire.Federate.ActivityPub.FederationModules.federation_module/0
.
Retrieves a list of them by arbitrary filters. Used by
Retrieves a single one by arbitrary filters. Used by
Retrieves an Page of events according to various filters
Retrieves an Pages of events according to various filters
Functions
Create an event, and possibly linked resources
Callback implementation for Bonfire.Federate.ActivityPub.FederationModules.federation_module/0
.
Retrieves a list of them by arbitrary filters. Used by:
- Various parts of the codebase that need to query for this (inc. tests)
Retrieves a single one by arbitrary filters. Used by:
- GraphQL Item queries
- ActivityPub integration
- Various parts of the codebase that need to query for this (inc. tests)
Link to this function
page(cursor_fn, page_opts, base_filters \\ [], data_filters \\ [], count_filters \\ [])
View SourceRetrieves an Page of events according to various filters
Used by:
- GraphQL resolver single-parent resolution
Link to this function
pages(cursor_fn, group_fn, page_opts, base_filters \\ [], data_filters \\ [], count_filters \\ [])
View SourceRetrieves an Pages of events according to various filters
Used by:
- GraphQL resolver bulk resolution
Link to this function
trace(event, recurse_limit \\ Util.default_recurse_limit(), recurse_counter \\ 0)
View Source
Link to this function