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