MCPcopy Create free account
hub / github.com/urql-graphql/urql / executeQuery

Method executeQuery

packages/vue-urql/src/useQuery.ts:182–182  ·  view source on GitHub ↗

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>)

Source from the content-addressed store, hash-verified

180 * ```
181 */
182 executeQuery(opts?: Partial<OperationContext>): UseQueryResponse<T, V>;
183}
184
185/** Return value of {@link useQuery}, which is an awaitable {@link UseQueryState}.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected