Get Images

To retrieve the final url of an image, use theurl field in the response object.

Sample response:

query getImage {
  getImage(ignore_availability: true, uid: "01GKSF3WN2YXZN03AEWTNR2X6V") {
    url
    uid
    title
  }
}

Sample response:

{
  "data": {
    "getImage": {
      "url": "https://media.skylark-saas-alpha1.skylark-dev.skylarkplatform.io/images/my-account/01GKSF3WN2YXZN03AEWTNR2X6V/01GKSF3Y3YW7SXWY7Q5AAR04DP.png",
      "uid": "01GKSF3WN2YXZN03AEWTNR2X6V",
      "title": "Season 1 header"
    }
  }
}