Skip to main content

DynamicFieldInput

No description

input DynamicFieldInput {
jsonPath: String!
jsonNodeValue: JSON
stringValue: String
}

Fields

DynamicFieldInput.jsonPath ● String! non-null scalar

The jsonPath to the field for which the value should be adapted

DynamicFieldInput.jsonNodeValue ● JSON scalar

The desired value if the path refers to a JsonNode

DynamicFieldInput.stringValue ● String scalar

The desired value if the path refers to a primitive type like a string or integer, ...

Member of

cmmnTaskModelConfigInput input