OBJECT
type ArticleMedia {# Idid: Int! # Article linked to the Mediaarticle: Article! # Media linked to the Articlemedia: Media! # Order of displaydisplayOrder: Int! }