import { graphql } from 'react-apollo' import uploadsQuery from '../queries/uploads' const UploadList = ({ data: { uploads = [] } }) => { return (