INPUT_OBJECT

UpdateThemeComponentParameterConditionInput

Input type for a parameter display condition

link GraphQL Schema definition

  • input UpdateThemeComponentParameterConditionInput {
  • # Id of the parameter to evaluate
  • parameterId: String!
  • # Expected value (use "__NOT_NULL__" for not-null check)
  • value: Json
  • }