Skip to main content

AttributeFilterInput Input Type

No description

input AttributeFilterInput {
valueRequired: Boolean
isVariantOnly: Boolean
visibleInStorefront: Boolean
metadata: [MetadataFilter!]
search: String
ids: [ID!]
type: AttributeTypeEnum
inCollection: ID
inCategory: ID
slugs: [String!]
filterableInStorefront: Boolean @deprecated
availableInGrid: Boolean @deprecated
filterableInDashboard: Boolean @deprecated
channel: String @deprecated
}

Fields

valueRequired ● Boolean

isVariantOnly ● Boolean

visibleInStorefront ● Boolean

metadata ● [MetadataFilter!]

ids ● [ID!]

type ● AttributeTypeEnum

inCollection ● ID

inCategory ● ID

slugs ● [String!]

Show deprecatedHide deprecated

filterableInStorefront ● Boolean

DEPRECATED

This flag is not used by Saleor. Keep the logic in the storefront or use Attribute metadata instead.

Whether the attribute can be filtered in storefront.

availableInGrid ● Boolean

DEPRECATED

This flag is not used by Saleor. Keep the logic in the storefront or use Attribute metadata instead.

Whether the attribute can be displayed in the admin product list.

filterableInDashboard ● Boolean

DEPRECATED

This flag is not used by Saleor. Keep the logic in the dashboard or use Attribute metadata instead.

Whether the attribute can be filtered in dashboard.

channel ● String

DEPRECATED

Use root-level channel argument instead.

Specifies the channel by which the data should be filtered.

Member Of

attributes query