h-REA / hREA

A ValueFlows / REA economic network coordination system implemented on Holochain and with supplied Javascript GraphQL libraries
https://docs.hrea.io
Other
142 stars 15 forks source link

Add zome API endpoints for retrieving previous record revisions by `ActionHash` #351

Closed pospi closed 1 year ago

pospi commented 1 year ago

API methods to retrieve specific (stale) revisions of records must be implemented for all relevant record types (basically exposing read_record_entry_by_header to the frontend). These should be linked to revision(revisionId: ID!) query edges for all record types (this is part of VfModule.History).