OBJECT
CustomModuleConditionType
Condition under which to show a custom module
link GraphQL Schema definition
- type CustomModuleConditionType {
- # The ID of the custom module whose value determines whether to show or hide the
- # custom module
- ID :
- # The ID of the custom module that will be shown or hidden
- ID :
- # The type of filter
- String :
- # The unique identifier of the condition
- ID! :
- # The value to check the filter against
- String :
- }