Skip to main content

DeprecatedStream_filter

No description

input DeprecatedStream_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
chainId: BigInt
chainId_not: BigInt
chainId_gt: BigInt
chainId_lt: BigInt
chainId_gte: BigInt
chainId_lte: BigInt
chainId_in: [BigInt!]
chainId_not_in: [BigInt!]
contractAddress: Bytes
contractAddress_not: Bytes
contractAddress_gt: Bytes
contractAddress_lt: Bytes
contractAddress_gte: Bytes
contractAddress_lte: Bytes
contractAddress_in: [Bytes!]
contractAddress_not_in: [Bytes!]
contractAddress_contains: Bytes
contractAddress_not_contains: Bytes
tokenId: BigInt
tokenId_not: BigInt
tokenId_gt: BigInt
tokenId_lt: BigInt
tokenId_gte: BigInt
tokenId_lte: BigInt
tokenId_in: [BigInt!]
tokenId_not_in: [BigInt!]
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!]
_change_block: BlockChangedFilter
and: [DeprecatedStream_filter]
or: [DeprecatedStream_filter]
}

Fields

DeprecatedStream_filter.id ● String scalar

DeprecatedStream_filter.id_not ● String scalar

DeprecatedStream_filter.id_gt ● String scalar

DeprecatedStream_filter.id_lt ● String scalar

DeprecatedStream_filter.id_gte ● String scalar

DeprecatedStream_filter.id_lte ● String scalar

DeprecatedStream_filter.id_in ● [String!] list scalar

DeprecatedStream_filter.id_not_in ● [String!] list scalar

DeprecatedStream_filter.id_contains ● String scalar

DeprecatedStream_filter.id_contains_nocase ● String scalar

DeprecatedStream_filter.id_not_contains ● String scalar

DeprecatedStream_filter.id_not_contains_nocase ● String scalar

DeprecatedStream_filter.id_starts_with ● String scalar

DeprecatedStream_filter.id_starts_with_nocase ● String scalar

DeprecatedStream_filter.id_not_starts_with ● String scalar

DeprecatedStream_filter.id_not_starts_with_nocase ● String scalar

DeprecatedStream_filter.id_ends_with ● String scalar

DeprecatedStream_filter.id_ends_with_nocase ● String scalar

DeprecatedStream_filter.id_not_ends_with ● String scalar

DeprecatedStream_filter.id_not_ends_with_nocase ● String scalar

DeprecatedStream_filter.chainId ● BigInt scalar

DeprecatedStream_filter.chainId_not ● BigInt scalar

DeprecatedStream_filter.chainId_gt ● BigInt scalar

DeprecatedStream_filter.chainId_lt ● BigInt scalar

DeprecatedStream_filter.chainId_gte ● BigInt scalar

DeprecatedStream_filter.chainId_lte ● BigInt scalar

DeprecatedStream_filter.chainId_in ● [BigInt!] list scalar

DeprecatedStream_filter.chainId_not_in ● [BigInt!] list scalar

DeprecatedStream_filter.contractAddress ● Bytes scalar

DeprecatedStream_filter.contractAddress_not ● Bytes scalar

DeprecatedStream_filter.contractAddress_gt ● Bytes scalar

DeprecatedStream_filter.contractAddress_lt ● Bytes scalar

DeprecatedStream_filter.contractAddress_gte ● Bytes scalar

DeprecatedStream_filter.contractAddress_lte ● Bytes scalar

DeprecatedStream_filter.contractAddress_in ● [Bytes!] list scalar

DeprecatedStream_filter.contractAddress_not_in ● [Bytes!] list scalar

DeprecatedStream_filter.contractAddress_contains ● Bytes scalar

DeprecatedStream_filter.contractAddress_not_contains ● Bytes scalar

DeprecatedStream_filter.tokenId ● BigInt scalar

DeprecatedStream_filter.tokenId_not ● BigInt scalar

DeprecatedStream_filter.tokenId_gt ● BigInt scalar

DeprecatedStream_filter.tokenId_lt ● BigInt scalar

DeprecatedStream_filter.tokenId_gte ● BigInt scalar

DeprecatedStream_filter.tokenId_lte ● BigInt scalar

DeprecatedStream_filter.tokenId_in ● [BigInt!] list scalar

DeprecatedStream_filter.tokenId_not_in ● [BigInt!] list scalar

DeprecatedStream_filter.hash ● Bytes scalar

DeprecatedStream_filter.hash_not ● Bytes scalar

DeprecatedStream_filter.hash_gt ● Bytes scalar

DeprecatedStream_filter.hash_lt ● Bytes scalar

DeprecatedStream_filter.hash_gte ● Bytes scalar

DeprecatedStream_filter.hash_lte ● Bytes scalar

DeprecatedStream_filter.hash_in ● [Bytes!] list scalar

DeprecatedStream_filter.hash_not_in ● [Bytes!] list scalar

DeprecatedStream_filter.hash_contains ● Bytes scalar

DeprecatedStream_filter.hash_not_contains ● Bytes scalar

DeprecatedStream_filter.timestamp ● BigInt scalar

DeprecatedStream_filter.timestamp_not ● BigInt scalar

DeprecatedStream_filter.timestamp_gt ● BigInt scalar

DeprecatedStream_filter.timestamp_lt ● BigInt scalar

DeprecatedStream_filter.timestamp_gte ● BigInt scalar

DeprecatedStream_filter.timestamp_lte ● BigInt scalar

DeprecatedStream_filter.timestamp_in ● [BigInt!] list scalar

DeprecatedStream_filter.timestamp_not_in ● [BigInt!] list scalar

DeprecatedStream_filter._change_block ● BlockChangedFilter input

Filter for the block changed event.

DeprecatedStream_filter.and ● [DeprecatedStream_filter] list input

DeprecatedStream_filter.or ● [DeprecatedStream_filter] list input