()
| 1796 | ): Queries | undefined => useCreate(store, create, createDeps); |
| 1797 | |
| 1798 | export const useQueriesIds: typeof useQueriesIdsDecl = () => |
| 1799 | useThingIds(OFFSET_QUERIES); |
| 1800 | |
| 1801 | export const useQueries: typeof useQueriesDecl = ( |
| 1802 | id?: Id, |
searching dependent graphs…