@openfed__subscriptionFilter is an Open Federation directive used to filter subscription events based on filter predicates.
@openfed__subscriptionFilter
directive declares that a field definition can be filtered by filter conditions. The directive can only be applied to EDFS subscriptions.
Argument Name | Argument Type |
---|---|
condition | openfed__SubscriptionFilterCondition! |
condition
argument requires an object representing the filter condition. This object can be nested to express OR, AND, and NOT conditions. Currently, only the IN comparison operator is supported. This operator can be used to validate if a value is inside a list.