Interface UseQueryOnceOptions

Options to configure how the query is fetched

interface UseQueryOnceOptions {
    source?: Source;
}

Properties

Properties

source?: Source