INPUT_OBJECT

AssociatedBlockFilter

Filter conditions for filtering items by associated Block (of last change).

link GraphQL Schema definition

  • input AssociatedBlockFilter {
  • # Filters items by `hash` of the associated `Block`.
  • hash: StringEqualityFilter
  • # Filters items by `level` of the associated `Block`.
  • level: IntFilter
  • # Filters items by `timestamp` of the associated `Block`.
  • timestamp: DateTimeFilter
  • }