OBJECT
type Upload implements Node {id: ID! name: String bucket: String! key: String! url: String contentType: String createdAt: Time! updatedAt: Time! }