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! |
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.