ActionWorkflowCreateArgs
No description
input ActionWorkflowCreateArgs {
name: String!
description: String!
}
Fields
ActionWorkflowCreateArgs.name ● String! non-null scalar common
ActionWorkflowCreateArgs.description ● String! non-null scalar common
Member Of
actionWorkflowCreate mutation