INPUT_OBJECT

CustomModuleConditionInput

Payload for a CustomModuleCondition

link GraphQL Schema definition

  • input CustomModuleConditionInput {
  • # If true, the condition will be deleted
  • _destroy: Boolean
  • # The ID of the CustomModule that will be shown if the condition is met
  • conditional_custom_module_id: ID
  • # The type of filter to apply to the CustomModuleCondition
  • filter_type: String
  • # The ID of the CustomModuleCondition
  • id: ID
  • # The value to filter by
  • value_to_filter: String
  • }