MCPcopy Index your code
hub / github.com/learnapollo/learnapollo / commitUpdate

Method commitUpdate

custom.d.ts:106–106  ·  view source on GitHub ↗
(mutation: Mutation<any,any>, callbacks?: StoreUpdateCallbacks<any>)

Source from the content-addressed store, hash-verified

104
105 interface Store {
106 commitUpdate(mutation: Mutation<any,any>, callbacks?: StoreUpdateCallbacks<any>)
107 primeCache(query: RelayQuery, callback: (done: any, error: any)=>void)
108 readQuery(query: string)
109 }

Callers 2

BrowserRowClass · 0.80
BrowserViewClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected