INPUT_OBJECT
BallotVoteFilter
link GraphQL Schema definition
- input BallotVoteFilter {
- # Matches if the property value equals to this filter value.
- BallotVote :
- # Matches if the property value does NOT equal to this filter value.
- BallotVote :
- # Matches if the property value is contained in these filter values.
- BallotVote!] : [
- # Matches if the property value is NOT contained in these filter values.
- BallotVote!] : [
- }