import { useQuery } from '@apollo/react-hooks';
const { loading, error, data } = useQuery(GRAPHQL_QUERY);
useQuery without variable
useQuery React hook without variable
0 Comments
Add Comment
Log in to add a comment
import { useQuery } from '@apollo/react-hooks';
const { loading, error, data } = useQuery(GRAPHQL_QUERY);
useQuery without variable
useQuery React hook without variable
Log in to add a comment