Skip to main content
Previewvendurehq/vendure/feat/4563-refund-destinations

UseQuery

A React hook which provides access to the results of a GraphQL query.

Example

Ts
Signature

Parameters

query

parameterDocumentNode | TypedDocumentNode<T, V>

variables

parameterV

options

parameter{ refetchOnChannelChange: boolean }