OBJECT
type AssetUploadResponse {# The URL to upload the file to.url: String! # The asset that was created.asset: Asset! }