For a CMDownload, the corresponding blob data (URI, contentType, size and eTag) can be queried as follows:
{ content { content(id: "6600", type: "CMDownload") { ... on CMDownload { data { uri contentType size eTag } } } } }