INPUT_OBJECT

BlockHistoryFilter

Filters entities by block history.

link GraphQL Schema definition

  • input BlockHistoryFilter {
  • # Specifies a point in time using block `level`.
  • level: Int
  • # Specifies a point in time using an arbitrary timestamp matched against the
  • # block's `timestamp`.
  • timestamp: DateTime
  • }