INPUT_OBJECT
BigMapDiffActionFilter
Provides filters for checking equality of the property value of BigMapDiffAction
type.
link GraphQL Schema definition
- input BigMapDiffActionFilter {
- # Matches if the property value equals to this filter value.
- BigMapDiffAction :
- # Matches if the property value does NOT equal to this filter value.
- BigMapDiffAction :
- # Matches if the property value is contained in these filter values.
- BigMapDiffAction!] : [
- # Matches if the property value is NOT contained in these filter values.
- BigMapDiffAction!] : [
- }