Event Source query to get the events.
Mutation used to commit received events.
Handlers to handle the events; when schema matches the event data, handler is called.
Optional
filterOptional filter used to filter out only some events.
Optional
id?: null | stringBasically any entity should have an ID, thus it's present in the default schema.
Optional
idOption to get entities by an array of IDs.
Optional
fulltext?: null | stringUsually it's somehow possible to search for the Entity by some text, thus it's present, but not necessarily required.
Optional
userOptional
group?: null | stringOptional
commit?: null | booleanOptional
optionsLow-level query options, of needed.
Optional
refetchRefetch interval in milliseconds.
Props for the
useEventSource
hook.