OBJECT

MediaSize

Media size object

link GraphQL Schema definition

  • type MediaSize {
  • # URL of the image
  • url: String
  • # IMG tag of the image
  • html: String
  • # width of the image
  • width: Int
  • # height of the image
  • height: Int
  • }