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
  • 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
  • }