INPUT_OBJECT
FormWebhook_Created_Time_Range
Range argument for FormWebhook.created_time
link GraphQL Schema definition
- input FormWebhook_Created_Time_Range {
- # The lower bound of the range. If not set, bound will be excluded.
- DateTime :
- # The upper bound of the range. If not set, bound will be excluded.
- DateTime :
- # The type of bounds search to perform. Default is both.
- RangeInclusiveType :
- }