OBJECT
Condition under which to show a custom module
type CustomModuleConditionType {# The ID of the custom module whose value determines whether to show or hide the # custom moduleconditional_custom_module_id: ID # The ID of the custom module that will be shown or hiddencustom_module_id: ID # The type of filterfilter_type: String id: ID! # The value to check the filter againstvalue_to_filter: String }