Triggers useQuery to execute a new GraphQL query operation. * * @param opts - optionally, context options that will be merged with * UseQueryArgs.context and the `Client`’s options. * * @remarks * When called, useQuery will re-execute the GraphQL query opera
(opts?: Partial<OperationContext>)
| 180 | * ``` |
| 181 | */ |
| 182 | executeQuery(opts?: Partial<OperationContext>): UseQueryResponse<T, V>; |
| 183 | } |
| 184 | |
| 185 | /** Return value of {@link useQuery}, which is an awaitable {@link UseQueryState}. |
nothing calls this directly
no outgoing calls
no test coverage detected