OBJECT

Channel

link GraphQL Schema definition

  • type Channel implements CmsItem {
  • contentId: ID!
  • type: String!
  • # Arguments
  • # type: [Not documented]
  • tags(type: [String]): [Tag!]
  • # Arguments
  • # dimensions: [Not documented]
  • # max_width: [Not documented]
  • # max_height: [Not documented]
  • # min_width: [Not documented]
  • # min_height: [Not documented]
  • logoImage(
  • dimensions: [String],
  • max_width: Int,
  • max_height: Int,
  • min_width: Int,
  • min_height: Int
  • ): [PhotoAsset]
  • }