(mutation: Mutation<any,any>, callbacks?: StoreUpdateCallbacks<any>)
| 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 | } |
no outgoing calls
no test coverage detected