Action_filter
No description
input Action_filter {
  id: String
  id_not: String
  id_gt: String
  id_lt: String
  id_gte: String
  id_lte: String
  id_in: [String!]
  id_not_in: [String!]
  id_contains: String
  id_contains_nocase: String
  id_not_contains: String
  id_not_contains_nocase: String
  id_starts_with: String
  id_starts_with_nocase: String
  id_not_starts_with: String
  id_not_starts_with_nocase: String
  id_ends_with: String
  id_ends_with_nocase: String
  id_not_ends_with: String
  id_not_ends_with_nocase: String
  subgraphId: BigInt
  subgraphId_not: BigInt
  subgraphId_gt: BigInt
  subgraphId_lt: BigInt
  subgraphId_gte: BigInt
  subgraphId_lte: BigInt
  subgraphId_in: [BigInt!]
  subgraphId_not_in: [BigInt!]
  block: BigInt
  block_not: BigInt
  block_gt: BigInt
  block_lt: BigInt
  block_gte: BigInt
  block_lte: BigInt
  block_in: [BigInt!]
  block_not_in: [BigInt!]
  chainId: BigInt
  chainId_not: BigInt
  chainId_gt: BigInt
  chainId_lt: BigInt
  chainId_gte: BigInt
  chainId_lte: BigInt
  chainId_in: [BigInt!]
  chainId_not_in: [BigInt!]
  from: Bytes
  from_not: Bytes
  from_gt: Bytes
  from_lt: Bytes
  from_gte: Bytes
  from_lte: Bytes
  from_in: [Bytes!]
  from_not_in: [Bytes!]
  from_contains: Bytes
  from_not_contains: Bytes
  hash: Bytes
  hash_not: Bytes
  hash_gt: Bytes
  hash_lt: Bytes
  hash_gte: Bytes
  hash_lte: Bytes
  hash_in: [Bytes!]
  hash_not_in: [Bytes!]
  hash_contains: Bytes
  hash_not_contains: Bytes
  timestamp: BigInt
  timestamp_not: BigInt
  timestamp_gt: BigInt
  timestamp_lt: BigInt
  timestamp_gte: BigInt
  timestamp_lte: BigInt
  timestamp_in: [BigInt!]
  timestamp_not_in: [BigInt!]
  category: ActionCategory
  category_not: ActionCategory
  category_in: [ActionCategory!]
  category_not_in: [ActionCategory!]
  contract: Bytes
  contract_not: Bytes
  contract_gt: Bytes
  contract_lt: Bytes
  contract_gte: Bytes
  contract_lte: Bytes
  contract_in: [Bytes!]
  contract_not_in: [Bytes!]
  contract_contains: Bytes
  contract_not_contains: Bytes
  fee: BigInt
  fee_not: BigInt
  fee_gt: BigInt
  fee_lt: BigInt
  fee_gte: BigInt
  fee_lte: BigInt
  fee_in: [BigInt!]
  fee_not_in: [BigInt!]
  stream: String
  stream_not: String
  stream_gt: String
  stream_lt: String
  stream_gte: String
  stream_lte: String
  stream_in: [String!]
  stream_not_in: [String!]
  stream_contains: String
  stream_contains_nocase: String
  stream_not_contains: String
  stream_not_contains_nocase: String
  stream_starts_with: String
  stream_starts_with_nocase: String
  stream_not_starts_with: String
  stream_not_starts_with_nocase: String
  stream_ends_with: String
  stream_ends_with_nocase: String
  stream_not_ends_with: String
  stream_not_ends_with_nocase: String
  stream_: Stream_filter
  addressA: Bytes
  addressA_not: Bytes
  addressA_gt: Bytes
  addressA_lt: Bytes
  addressA_gte: Bytes
  addressA_lte: Bytes
  addressA_in: [Bytes!]
  addressA_not_in: [Bytes!]
  addressA_contains: Bytes
  addressA_not_contains: Bytes
  addressB: Bytes
  addressB_not: Bytes
  addressB_gt: Bytes
  addressB_lt: Bytes
  addressB_gte: Bytes
  addressB_lte: Bytes
  addressB_in: [Bytes!]
  addressB_not_in: [Bytes!]
  addressB_contains: Bytes
  addressB_not_contains: Bytes
  amountA: BigInt
  amountA_not: BigInt
  amountA_gt: BigInt
  amountA_lt: BigInt
  amountA_gte: BigInt
  amountA_lte: BigInt
  amountA_in: [BigInt!]
  amountA_not_in: [BigInt!]
  amountB: BigInt
  amountB_not: BigInt
  amountB_gt: BigInt
  amountB_lt: BigInt
  amountB_gte: BigInt
  amountB_lte: BigInt
  amountB_in: [BigInt!]
  amountB_not_in: [BigInt!]
  _change_block: BlockChangedFilter
  and: [Action_filter]
  or: [Action_filter]
}
Fields
Action_filter.id ● String scalar
Action_filter.id_not ● String scalar
Action_filter.id_gt ● String scalar
Action_filter.id_lt ● String scalar
Action_filter.id_gte ● String scalar
Action_filter.id_lte ● String scalar
Action_filter.id_in ● [String!] list scalar
Action_filter.id_not_in ● [String!] list scalar
Action_filter.id_contains ● String scalar
Action_filter.id_contains_nocase ● String scalar
Action_filter.id_not_contains ● String scalar
Action_filter.id_not_contains_nocase ● String scalar
Action_filter.id_starts_with ● String scalar
Action_filter.id_starts_with_nocase ● String scalar
Action_filter.id_not_starts_with ● String scalar
Action_filter.id_not_starts_with_nocase ● String scalar
Action_filter.id_ends_with ● String scalar
Action_filter.id_ends_with_nocase ● String scalar
Action_filter.id_not_ends_with ● String scalar
Action_filter.id_not_ends_with_nocase ● String scalar
Action_filter.subgraphId ● BigInt scalar
Action_filter.subgraphId_not ● BigInt scalar
Action_filter.subgraphId_gt ● BigInt scalar
Action_filter.subgraphId_lt ● BigInt scalar
Action_filter.subgraphId_gte ● BigInt scalar
Action_filter.subgraphId_lte ● BigInt scalar
Action_filter.subgraphId_in ● [BigInt!] list scalar
Action_filter.subgraphId_not_in ● [BigInt!] list scalar
Action_filter.block ● BigInt scalar
Action_filter.block_not ● BigInt scalar
Action_filter.block_gt ● BigInt scalar
Action_filter.block_lt ● BigInt scalar
Action_filter.block_gte ● BigInt scalar
Action_filter.block_lte ● BigInt scalar
Action_filter.block_in ● [BigInt!] list scalar
Action_filter.block_not_in ● [BigInt!] list scalar
Action_filter.chainId ● BigInt scalar
Action_filter.chainId_not ● BigInt scalar
Action_filter.chainId_gt ● BigInt scalar
Action_filter.chainId_lt ● BigInt scalar
Action_filter.chainId_gte ● BigInt scalar
Action_filter.chainId_lte ● BigInt scalar
Action_filter.chainId_in ● [BigInt!] list scalar
Action_filter.chainId_not_in ● [BigInt!] list scalar
Action_filter.from ● Bytes scalar
Action_filter.from_not ● Bytes scalar
Action_filter.from_gt ● Bytes scalar
Action_filter.from_lt ● Bytes scalar
Action_filter.from_gte ● Bytes scalar
Action_filter.from_lte ● Bytes scalar
Action_filter.from_in ● [Bytes!] list scalar
Action_filter.from_not_in ● [Bytes!] list scalar
Action_filter.from_contains ● Bytes scalar
Action_filter.from_not_contains ● Bytes scalar
Action_filter.hash ● Bytes scalar
Action_filter.hash_not ● Bytes scalar
Action_filter.hash_gt ● Bytes scalar
Action_filter.hash_lt ● Bytes scalar
Action_filter.hash_gte ● Bytes scalar
Action_filter.hash_lte ● Bytes scalar
Action_filter.hash_in ● [Bytes!] list scalar
Action_filter.hash_not_in ● [Bytes!] list scalar
Action_filter.hash_contains ● Bytes scalar
Action_filter.hash_not_contains ● Bytes scalar
Action_filter.timestamp ● BigInt scalar
Action_filter.timestamp_not ● BigInt scalar
Action_filter.timestamp_gt ● BigInt scalar
Action_filter.timestamp_lt ● BigInt scalar
Action_filter.timestamp_gte ● BigInt scalar
Action_filter.timestamp_lte ● BigInt scalar
Action_filter.timestamp_in ● [BigInt!] list scalar
Action_filter.timestamp_not_in ● [BigInt!] list scalar
Action_filter.category ● ActionCategory enum
Action_filter.category_not ● ActionCategory enum
Action_filter.category_in ● [ActionCategory!] list enum
Action_filter.category_not_in ● [ActionCategory!] list enum
Action_filter.contract ● Bytes scalar
Action_filter.contract_not ● Bytes scalar
Action_filter.contract_gt ● Bytes scalar
Action_filter.contract_lt ● Bytes scalar
Action_filter.contract_gte ● Bytes scalar
Action_filter.contract_lte ● Bytes scalar
Action_filter.contract_in ● [Bytes!] list scalar
Action_filter.contract_not_in ● [Bytes!] list scalar
Action_filter.contract_contains ● Bytes scalar
Action_filter.contract_not_contains ● Bytes scalar
Action_filter.fee ● BigInt scalar
Action_filter.fee_not ● BigInt scalar
Action_filter.fee_gt ● BigInt scalar
Action_filter.fee_lt ● BigInt scalar
Action_filter.fee_gte ● BigInt scalar
Action_filter.fee_lte ● BigInt scalar
Action_filter.fee_in ● [BigInt!] list scalar
Action_filter.fee_not_in ● [BigInt!] list scalar
Action_filter.stream ● String scalar
Action_filter.stream_not ● String scalar
Action_filter.stream_gt ● String scalar
Action_filter.stream_lt ● String scalar
Action_filter.stream_gte ● String scalar
Action_filter.stream_lte ● String scalar
Action_filter.stream_in ● [String!] list scalar
Action_filter.stream_not_in ● [String!] list scalar
Action_filter.stream_contains ● String scalar
Action_filter.stream_contains_nocase ● String scalar
Action_filter.stream_not_contains ● String scalar
Action_filter.stream_not_contains_nocase ● String scalar
Action_filter.stream_starts_with ● String scalar
Action_filter.stream_starts_with_nocase ● String scalar
Action_filter.stream_not_starts_with ● String scalar
Action_filter.stream_not_starts_with_nocase ● String scalar
Action_filter.stream_ends_with ● String scalar
Action_filter.stream_ends_with_nocase ● String scalar
Action_filter.stream_not_ends_with ● String scalar
Action_filter.stream_not_ends_with_nocase ● String scalar
Action_filter.stream_ ● Stream_filter input
Action_filter.addressA ● Bytes scalar
Action_filter.addressA_not ● Bytes scalar
Action_filter.addressA_gt ● Bytes scalar
Action_filter.addressA_lt ● Bytes scalar
Action_filter.addressA_gte ● Bytes scalar
Action_filter.addressA_lte ● Bytes scalar
Action_filter.addressA_in ● [Bytes!] list scalar
Action_filter.addressA_not_in ● [Bytes!] list scalar
Action_filter.addressA_contains ● Bytes scalar
Action_filter.addressA_not_contains ● Bytes scalar
Action_filter.addressB ● Bytes scalar
Action_filter.addressB_not ● Bytes scalar
Action_filter.addressB_gt ● Bytes scalar
Action_filter.addressB_lt ● Bytes scalar
Action_filter.addressB_gte ● Bytes scalar
Action_filter.addressB_lte ● Bytes scalar
Action_filter.addressB_in ● [Bytes!] list scalar
Action_filter.addressB_not_in ● [Bytes!] list scalar
Action_filter.addressB_contains ● Bytes scalar
Action_filter.addressB_not_contains ● Bytes scalar
Action_filter.amountA ● BigInt scalar
Action_filter.amountA_not ● BigInt scalar
Action_filter.amountA_gt ● BigInt scalar
Action_filter.amountA_lt ● BigInt scalar
Action_filter.amountA_gte ● BigInt scalar
Action_filter.amountA_lte ● BigInt scalar
Action_filter.amountA_in ● [BigInt!] list scalar
Action_filter.amountA_not_in ● [BigInt!] list scalar
Action_filter.amountB ● BigInt scalar
Action_filter.amountB_not ● BigInt scalar
Action_filter.amountB_gt ● BigInt scalar
Action_filter.amountB_lt ● BigInt scalar
Action_filter.amountB_gte ● BigInt scalar
Action_filter.amountB_lte ● BigInt scalar
Action_filter.amountB_in ● [BigInt!] list scalar
Action_filter.amountB_not_in ● [BigInt!] list scalar
Action_filter._change_block ● BlockChangedFilter input
Filter for the block changed event.