UNPKG

@types/react-relay

Version:
10 lines (8 loc) 329 B
import { GraphQLTaggedNode, OperationType, RenderPolicy, VariablesOf } from "relay-runtime"; export function useClientQuery<TQuery extends OperationType>( gqlQuery: GraphQLTaggedNode, variables: VariablesOf<TQuery>, options?: { UNSTABLE_renderPolicy?: RenderPolicy | undefined; }, ): TQuery["response"];