import Head from 'next/head' import withData from '../helpers/with-data' import SingleUploader from '../components/single-uploader' import MultiUploader from '../components/multi-uploader' export default withData(props => (
Apollo upload example

Apollo upload example (single file)

Select an image to upload and view the response in the console.

Apollo upload example (multiple files)

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

))