0
useQuery React hook with variables
0 Comments
const { loading, error, data } = useQuery(GRAPHQL_QUERY, { variables: { key: value }, });