Media
Contains media information.
type Media {
  code: String
  order: String
  type: ApplicationAreaType!
  updatedAt: DateTime!
  url: URI!
  texts(
    languages: [Language!]
  ): [Text!]
}
Fields
Media.code ● String scalar
Code.
Media.order ● String scalar
Indicates the order priority.
Media.type ● ApplicationAreaType! non-null enum
Indicates the type of the media.
Media.updatedAt ● DateTime! non-null scalar
Date updated.
Media.url ● URI! non-null scalar
Url.
Media.texts ● [Text!] list object
Contains the descriptive.