INPUT_OBJECT

SiteDiary_Site_Diary_Date_Range

Range argument for SiteDiary.site_diary_date

link GraphQL Schema definition

  • input SiteDiary_Site_Diary_Date_Range {
  • # The lower bound of the range. If not set, bound will be excluded.
  • from: DateTimeExpression
  • # The upper bound of the range. If not set, bound will be excluded.
  • to: DateTimeExpression
  • # The type of bounds search to perform. Default is both.
  • inclusive: RangeInclusiveType
  • }