AttributeValueWhereInput Input Type
Where filtering options for attribute values.
input AttributeValueWhereInput {
ids: [ID!]
name: StringFilterInput
slug: StringFilterInput
AND: [AttributeValueWhereInput!]
OR: [AttributeValueWhereInput!]
}
Fields
ids ● [ID!]
name ● StringFilterInput
slug ● StringFilterInput
AND ● [AttributeValueWhereInput!]
List of conditions that must be met.
OR ● [AttributeValueWhereInput!]
A list of conditions of which at least one must be met.
Member Of
AttributeValueWhereInput input