Are you an LLM? You can read better optimized documentation at /documentation/api/query-core/functions/requestQueryOptions.md for this page in Markdown format
ws-asyncapi API / query-core / requestQueryOptions
Function: requestQueryOptions()
requestQueryOptions(
client,keyPrefix,command,input):object
Defined in: .api-entries/query-core/index.d.ts:53
Options for an RPC-as-query. Spread into any framework's useQuery.
Parameters
client
keyPrefix
string
command
string
input
unknown
Returns
object
queryKey
queryKey:
unknown[]
queryFn
queryFn: () =>
Promise<unknown>
Returns
Promise<unknown>