EditionListingFilterInput
No description
input EditionListingFilterInput {
bySets: [ID]
byPlayers: [ID]
byTeams: [ID]
byPrimaryPlayerPosition: [PlayerPosition]
byPrice: PriceRangeFilterInput
byPower: IntegerRangeFilterInput
byGameDate: DateRangeFilterInput
byCreatedAt: DateRangeFilterInput
byPlayerGameScores: PlayerGameScoresFiltersInput
bySetVisuals: [VisualIdType]
byMomentTiers: [MomentTier]
byPlayIDs: [ID]
bySeries: [ID]
byPlayTagIDs: [ID]
bySetPlayTagIDs: [ID]
bySerialNumber: IntegerRangeFilterInput
byPlayCategory: [ID]
byActiveChallenge: [ID]
byLeagues: [League]
byEditions: [EditionsFilterInput]
byParallelIDs: [Int]
byRecommendation: RecommendationType
byPackListingIDs: [ID]
byOwnership: OwnershipFilterInput
byMarketPlaceListingType: MarketPlaceListingType
}