FilterSiteInput
About FilterSiteInput
FilterSiteInput filters sites based on criteria described below.
Only one field should be provided per Filter object unless using an operator (and
or
not
) as specified below.
id
If provided, specifies filters that work against the Site’s unique id.
Type: FilterIDInput
name
If provided, specifies filters that work against the Site’s name.
Type: FilterStringInput
and
If provided, a site must pass all filters in this list to match the current filter.
Type: [FilterSiteInput!]
or
If provided, a site must pass at least one of the filters in this list to match the current filter.
Type: [FilterSiteInput!]
not
If provided, a site may not match this filter to match the current filter.
Type: FilterSiteInput