Skip to content

FilterDateTimeOffsetInput

About FilterDateTimeOffsetInput

FilterDateTimeOffsetInput allows for filtering based on a DateTimeOffset parameter. Only one field should be provided per filter object.

eq

If provided, the DateTimeOffset input must be the same as the value provided to match the current filter.

Type: DateTimeOffset

between

If provided, the DateTimeOffset input must be between the two values provided to match the current filter.

Type: [DateTimeOffset!]

attributeExists

If provided and true, the filter will pass only if there is a DateTimeOffset in the corresponding field. If provided and false, the filter will pass only if there is not a DateTimeOffset in the corresponding field.

Type: Boolean