StringFilterInput
Define the filtering options for string fields.
Added in Saleor 3.11This API is currently in Feature Preview and can be subject to changes at later point.
input StringFilterInput {
eq: String
oneOf: [String!]
}
Fields
StringFilterInput.eq
● String
scalar miscellaneous
The value equal to.
StringFilterInput.oneOf
● [String!]
list scalar miscellaneous
The value included in.
Member Of
AttributeWhereInput
input ● ProductWhereInput
input ● PromotionWhereInput
input