Skip to main content

AttributeValueWhereInput Input Type

Where filtering options for attribute values.

input AttributeValueWhereInput {
ids: [ID!]
name: StringFilterInput
slug: StringFilterInput
AND: [AttributeValueWhereInput!]
OR: [AttributeValueWhereInput!]
}

Fields

AttributeValueWhereInput.ids ● [ID!] list scalar miscellaneous

AttributeValueWhereInput.name ● StringFilterInput input miscellaneous

AttributeValueWhereInput.slug ● StringFilterInput input miscellaneous

AttributeValueWhereInput.AND ● [AttributeValueWhereInput!] list input attributes

List of conditions that must be met.

AttributeValueWhereInput.OR ● [AttributeValueWhereInput!] list input attributes

A list of conditions of which at least one must be met.

Member Of

AttributeValueWhereInput input