CustomModuleConditionType
Condition under which to show a custom module
Fields
conditional_custom_module_id
· ID
· The ID of the custom module whose value determines whether to show or hide the custom module custom_module_id
· ID
· The ID of the custom module that will be shown or hidden filter_type
· String
· The type of filter value_to_filter
· String
· The value to check the filter against Used By
Definition
"""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 module """ conditional_custom_module_id: ID
""" The ID of the custom module that will be shown or hidden """ custom_module_id: ID
""" The type of filter """ filter_type: String
""" The unique identifier of the condition """ id: ID!
""" The value to check the filter against """ value_to_filter: String}