INPUT_OBJECT
NullableLazyStorageBigMapKeyFilter
Provides filters for big map key if the diff has it.
link GraphQL Schema definition
- input NullableLazyStorageBigMapKeyFilter {
- # Matches if the property values include this filter value.
- Micheline :
- # Matches if the property values do NOT include this filter value.
- Micheline :
- # 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 :
- }