Batch_filter
No description
input Batch_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
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!]
batcher: String
batcher_not: String
batcher_gt: String
batcher_lt: String
batcher_gte: String
batcher_lte: String
batcher_in: [String!]
batcher_not_in: [String!]
batcher_contains: String
batcher_contains_nocase: String
batcher_not_contains: String
batcher_not_contains_nocase: String
batcher_starts_with: String
batcher_starts_with_nocase: String
batcher_not_starts_with: String
batcher_not_starts_with_nocase: String
batcher_ends_with: String
batcher_ends_with_nocase: String
batcher_not_ends_with: String
batcher_not_ends_with_nocase: String
batcher_: Batcher_filter
position: BigInt
position_not: BigInt
position_gt: BigInt
position_lt: BigInt
position_gte: BigInt
position_lte: BigInt
position_in: [BigInt!]
position_not_in: [BigInt!]
size: BigInt
size_not: BigInt
size_gt: BigInt
size_lt: BigInt
size_gte: BigInt
size_lte: BigInt
size_in: [BigInt!]
size_not_in: [BigInt!]
streams_: Stream_filter
_change_block: BlockChangedFilter
and: [Batch_filter]
or: [Batch_filter]
}