StringFilterInput Input Type
Define the filtering options for string fields.
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