RemoteQueryFunction
RemoteQueryFunction: (query
: string
| RemoteJoinerQuery
| object
, variables?
: Record<string
, unknown
>) => Promise
<any
> | null
Type declaration
(query
, variables?
): Promise
<any
> | null
Parameters
variables
Record<string, unknown>Returns
Promise
<any
> | null
Promise<any\> \| ``null``
Promise<any> | nullWas this section helpful?