Skip to main content

DeprecatedStream_bool_exp

Boolean expression to filter rows from the table "DeprecatedStream". All fields are combined with a logical 'AND'.

input DeprecatedStream_bool_exp {
_and: [DeprecatedStream_bool_exp!]
_not: DeprecatedStream_bool_exp
_or: [DeprecatedStream_bool_exp!]
chainId: numeric_comparison_exp
contractAddress: String_comparison_exp
hash: String_comparison_exp
id: String_comparison_exp
timestamp: numeric_comparison_exp
tokenId: numeric_comparison_exp
}

Fields

DeprecatedStream_bool_exp._and ● [DeprecatedStream_bool_exp!] list input

DeprecatedStream_bool_exp._not ● DeprecatedStream_bool_exp input

DeprecatedStream_bool_exp._or ● [DeprecatedStream_bool_exp!] list input

DeprecatedStream_bool_exp.chainId ● numeric_comparison_exp input

DeprecatedStream_bool_exp.contractAddress ● String_comparison_exp input

DeprecatedStream_bool_exp.hash ● String_comparison_exp input

DeprecatedStream_bool_exp.id ● String_comparison_exp input

DeprecatedStream_bool_exp.timestamp ● numeric_comparison_exp input

DeprecatedStream_bool_exp.tokenId ● numeric_comparison_exp input