INPUT_OBJECT

AuctionStateFilter

Filters Auction-s by their state.

link GraphQL Schema definition

  • input AuctionStateFilter {
  • # Specifies the exact values to be matched.
  • in: [AuctionState!]
  • # Specifies the exact values to be excluded.
  • notIn: [AuctionState!]
  • }