import Head from 'next/head' import withData from '../helpers/with-data' import Section from '../components/section' import SingleUploader from '../components/single-uploader' import MultipleUploader from '../components/multiple-uploader' import UploadList from '../components/upload-list' const HomePage = () =>
Apollo upload examples

Apollo upload examples

Select a file to upload and view the response in the console.

Select multiple files to upload and view the response in the console.

export default withData(HomePage)