KVStringRunNodeGql
A key-value pair of String and RunNodeGql
type KVStringRunNodeGql {
key: String!
value: RunNodeGql!
}
Fields
KVStringRunNodeGql.key ● String! non-null scalar
Key
KVStringRunNodeGql.value ● RunNodeGql! non-null object
Value
Member Of
RunWorkflowDataGql object