Interface UseQueryDataOnceOptions

Options to configure the subscription

interface UseQueryDataOnceOptions {
    snapshotOptions?: SnapshotOptions;
    source?: Source;
}

Properties

snapshotOptions?: SnapshotOptions
source?: Source