@sample-stack/counter-module-browser
Version:
Sample core for higher packages to depend on
10 lines • 423 B
TypeScript
/**
* All the unique identifier to be used when normilizing the data in the store.
* Refer: https://www.apollographql.com/docs/angular/basics/caching#configuration
* We define it as Object and use a helper method to convert.
* ex: const dataIdFromObject = {
* 'ICounter': (result) => result.__typename + ':' + result._id,
* }
*/
export declare const dataIdFromObject: {};
//# sourceMappingURL=id-generation.d.ts.map