OBJECT

Milestone

link GraphQL Schema definition

  • type Milestone {
  • # 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
  • ): [PhotoAsset]
  • blurb: String
  • id: ID!
  • keywords: [Keyword]
  • milestoneTime: [MilestoneTime]
  • milestoneType: String
  • title: String
  • }