()
| 1460 | ): Accessor<Queries | undefined> => useCreate(store, create); |
| 1461 | |
| 1462 | export const useQueriesIds = () => useThingIds(OFFSET_QUERIES); |
| 1463 | |
| 1464 | export const useQueries = ( |
| 1465 | id?: MaybeAccessor<Id | undefined>, |
searching dependent graphs…