Skip to content
ProductFilterInput

Filter applied to a paginated ProductConnection. Fields combine with AND semantics.

Fields

queryString

Substring match against the product's display name. Stored on the subtype tables (passes.name, memberships.name, etc.), so the match runs across all four with OR semantics. Case-insensitive; whitespace is trimmed.

types[ProductType!]

Restrict to one or more product subtypes. Omit (or pass null) for the full union.

Used in

ProductFilter