Anchor to CollectionSourceInclusionConditionUnknownCollection
objectCollection Source Inclusion Condition Unknown
Requires access scope.
An inclusion condition introduced in a newer API version that is not modeled by this version of the API. Clients should treat the relation and values as opaque strings.
Anchor to FieldsFields
- id (ID!)
- matchType (CollectionConditionMatchType)
- relation (String)
- values ([String!])
- •ID!non-null
The unique identifier for this condition.
- Anchor to matchTypematch•Collection
Type Condition Match Type Whether products must match any or all values. Null when the condition has no concept of a match type.
- Anchor to relationrelation•String
The relation, as a raw string. Nullable and not coerced into an enum because the set of possible relations is open-ended for unknown condition types, and some future conditions may not have a relation at all.
- Anchor to valuesvalues•[String!]
The condition values, as raw strings. Nullable because some future condition types may have no values at all.
Was this section helpful?