Jayden Seric 3f33fb16d8 Support latest client and server alphas.
Also:

- Update deps.
- Lock `apollo-cache-inmemory` to v1.0.0 since newer versions are buggy.
- New file naming approach for stored uploads.
- More intuitive mixed ESM/CJS module imports in the API.
2017-11-20 00:40:10 +11:00

14 lines
160 B
JavaScript

import gql from 'graphql-tag'
export default gql`
query uploads {
uploads {
id
filename
encoding
mimetype
path
}
}
`