INPUT_OBJECT

MarkerIdWhereArgs

link GraphQL Schema definition

  • input MarkerIdWhereArgs {
  • # Equal to. This takes a higher precedence than the other operators.
  • eq: ID
  • # Not equal to.
  • ne: ID
  • # A list of values to include.
  • in: [ID]
  • # A list of values to exclude.
  • notIn: [ID]
  • # Filters for null values. This takes precedence after 'eq' but before all other
  • # fields
  • isNull: Boolean
  • }