GenericCombinationStrategy
Represents a combination strategy with AND/OR logic used by a generic mapper.
Fields without arguments
Name | Type | Description |
---|---|---|
createdAt | Time! | Time when this GenericCombinationStrategy was created |
genericMapper | GenericMapper | The associated generic mapper, if any. |
id | GenericCombinationStrategyID! | Global ID of this GenericCombinationStrategy |
type | GenericCombinationStrategyType! | The combination type ('AND' or 'OR'). |
updatedAt | Time! | Time when this GenericCombinationStrategy was last updated |