INPUT_OBJECT

BallotVoteFilter

link GraphQL Schema definition

  • input BallotVoteFilter {
  • # Matches if the property value equals to this filter value.
  • equalTo: BallotVote
  • # Matches if the property value does NOT equal to this filter value.
  • notEqualTo: BallotVote
  • # Matches if the property value is contained in these filter values.
  • in: [BallotVote!]
  • # Matches if the property value is NOT contained in these filter values.
  • notIn: [BallotVote!]
  • }