@openfed__subscriptionFilter
@openfed__subscriptionFilter is an Open Federation directive used to filter subscription events based on filter predicates.
Definition
Overview
The @openfed__subscriptionFilter
directive declares that a field definition can be filtered by filter conditions. The directive can only be applied to EDFS subscriptions.
Arguments
Argument Name | Argument Type |
---|---|
condition | openfed__SubscriptionFilterCondition! |
The 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.
Last updated