OBJECT
type Banner {id: ID! # Arguments# now: [Not documented]active(now: DateTime): Boolean! title: String! picture: String! link: String! sorting: Int! product: Product }