OBJECT

PhotoAsset

link GraphQL Schema definition

  • type PhotoAsset implements CmsItem {
  • contentId: ID!
  • type: String!
  • # Arguments
  • # type: [Not documented]
  • tags(type: [String]): [Tag!]
  • altText: String
  • caption: String
  • credit: String
  • headline: String
  • rawImage: String
  • width: Int
  • height: Int
  • inning: String
  • purchaseUrl: String
  • masterCuts: [MasterCut]
  • # Arguments
  • # dimensions: [Not documented]
  • # max_width: [Not documented]
  • # max_height: [Not documented]
  • # min_width: [Not documented]
  • # min_height: [Not documented]
  • photos(
  • dimensions: [String],
  • max_width: Int,
  • max_height: Int,
  • min_width: Int,
  • min_height: Int
  • ): [Photo]
  • timestamp: String
  • title: String
  • }