Runs a ditto live query immediately with the passed in query params. Eg:
live query parameters.
const { documents } = usePendingCursorOperation<Webhook>({ path: myPath, offset: 0, collection: 'collection' sort: { propertyPath: 'createdAt', direction: 'descending' as SortDirection, }, }) Copy
const { documents } = usePendingCursorOperation<Webhook>({ path: myPath, offset: 0, collection: 'collection' sort: { propertyPath: 'createdAt', direction: 'descending' as SortDirection, }, })
Runs a ditto live query immediately with the passed in query params. Eg: