0
useQuery React hook without variable
0 Comments
import { useQuery } from '@apollo/react-hooks'; const { loading, error, data } = useQuery(GRAPHQL_QUERY);