Upload Images
First you need to use createImages
query to get the image url,
and then you have to upload your image to that url.
mutation {
createImages(input: [{contentType: "image/jpg"}]) {
fields
mediaDownloadUrl
mediaId
mediaUrl
signedUrl
}
}