Welcome to{' '} Next.js!
Get started by editing{' '}
pages/index.tsx
import type { NextPage } from 'next' import Head from 'next/head' import Image from 'next/image' import { useGetUpcomingQuery } from '../lib/graphql/generated' const Home: NextPage = () => { const { data } = useGetUpcomingQuery() console.log(data) return (
Get started by editing{' '}
pages/index.tsx