INPUT_OBJECT
NullableAddressFilter
Provides filters for checking equality of the property value of nullable Address
type.
link GraphQL Schema definition
- input NullableAddressFilter {
- # Matches if the property value equals to this filter value.
- Address :
- # Matches if the property value does NOT equal to this filter value.
- Address :
- # Matches if the property value is contained in these filter values.
- Address!] : [
- # Matches if the property value is NOT contained in these filter values.
- Address!] : [
- # If the filter value is `true` then matches `null` property value. If the filter
- # value is `false` then matches property values different from `null`.
- Boolean :
- }
link Require by
- BalanceUpdateFilternull
- BigMapDiffFilternull
- DelegationFilterProvides filters for filtering *Delegation* operations.
- EndorsementFilterProvides filters for filtering *Endorsement* operations.
- EndorsementWithSlotFilterProvides filters for filtering *EndorsementWithSlot* operations.
- LazyStorageDiffFilternull
- OriginationFilterProvides filters for filtering *Origination* operations.
- PreendorsementFilterProvides filters for filtering *Preendorsement* operations.
- StorageFilternull