INPUT_OBJECT
OriginationFilter
Provides filters for filtering Origination operations.
link GraphQL Schema definition
- input OriginationFilter {
- AddressFilter :
- NullableAddressFilter :
- NullableAddressArrayFilter :
- NullableOperationResultStatusFilter :
- NullableOperationHashFilter :
- ProtocolHashFilter :
- BlockHashFilter :
- # The recursive array of filters of the same type. It can be used to specify
- # advanced composite conditions. If specified (non-empty array) then all filters
- # in the array must pass (in addition to other filter properties).
- OriginationFilter!] : [
- # The recursive array of filters of the same type. It can be used to specify
- # advanced composite conditions. If specified (non-empty array) then at least one
- # filter in the array must pass (in addition to other filter properties).
- OriginationFilter!] : [
- }