OBJECT
type Photo implements CmsItem {contentId: ID! type: String! # Arguments# type: [Not documented]tags(type: [String]): [Tag!] height: Int imageLocation: String masterCutId: Int width: Int }