INPUT_OBJECT
MutezFilter
Provides filters for relational comparison of the property value of Mutez
type.
link GraphQL Schema definition
- input MutezFilter {
- # Matches if the property value equals to this filter value.
- Mutez :
- # Matches if the property value does NOT equal to this filter value.
- Mutez :
- # Matches if the property value is contained in these filter values.
- Mutez!] : [
- # Matches if the property value is NOT contained in these filter values.
- Mutez!] : [
- # Matches if the property value is less than this filter value.
- Mutez :
- # Matches if the property value is less than or equal to this filter value.
- Mutez :
- # Matches if the property value is greater than this filter value.
- Mutez :
- # Matches if the property value is greater than or equal to this filter value.
- Mutez :
- }