ContainsFilterInput Input Type
Define the filtering options for fields that can contain multiple values.
input ContainsFilterInput {
containsAny: [String!]
containsAll: [String!]
}
Fields
containsAny ● [String!]
The field contains at least one of the specified values.
containsAll ● [String!]
The field contains all of the specified values.