OBJECT
Media
Media object
link GraphQL Schema definition
- type Media {
- # ID of the Media
- : ID!
- # URL of the Media
- : String!
- # width of the image
- : Int
- # height of the image
- : Int
- # IMG tag of the image with srcset
- : String
- # large size of the Media
- : MediaSize
- # medium size of the Media
- : MediaSize
- # small size of the Media
- : MediaSize
- # tiny size of the Media
- : MediaSize
- }