NullableDurationFilterInputFilterInput
Filter which can be used to filter for Nodes with a specific Duration field
input NullableDurationFilterInputFilterInput {
  eq: Duration
  gt: Duration
  gte: Duration
  in: [Duration!]
  isNull: Boolean
  lt: Duration
  lte: Duration
}
Fields
NullableDurationFilterInputFilterInput.eq ● Duration scalar
Matches values which are equal to the provided value
NullableDurationFilterInputFilterInput.gt ● Duration scalar
Matches values which are greater than the provided value
NullableDurationFilterInputFilterInput.gte ● Duration scalar
Matches values which are greater than or equal to the provided value
NullableDurationFilterInputFilterInput.in ● [Duration!] list scalar
Matches values which are equal to any of the provided values
NullableDurationFilterInputFilterInput.isNull ● Boolean scalar
If true, matches only null values, if false, matches only non-null values
NullableDurationFilterInputFilterInput.lt ● Duration scalar
Matches values which are lesser than the provided value
NullableDurationFilterInputFilterInput.lte ● Duration scalar
Matches values which are lesser than or equal to the provided value
Member of
IssueFilterInput  input