NodeConnectionInput
No description
input NodeConnectionInput {
connectionName: String!
fromNodeId: Long!
toNodeId: Long!
sourceHandle: String
targetHandle: String
}
Fields
NodeConnectionInput.connectionName ● String! non-null scalar
NodeConnectionInput.fromNodeId ● Long! non-null scalar
NodeConnectionInput.toNodeId ● Long! non-null scalar
NodeConnectionInput.sourceHandle ● String scalar
NodeConnectionInput.targetHandle ● String scalar
Member Of
WorkflowDataGqlInput input