INPUT_OBJECT

Webhook_Created_Time_Range

Range argument for Webhook.created_time

link GraphQL Schema definition

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