chore: Use argument option also for action substep argument
This commit is contained in:
@@ -77,7 +77,7 @@ type ActionSubstepArgument {
|
||||
description: String
|
||||
required: Boolean
|
||||
variables: Boolean
|
||||
options: [ActionSubstepArgumentOption]
|
||||
options: [ArgumentOption]
|
||||
source: ActionSubstepArgumentSource
|
||||
dependsOn: [String]
|
||||
}
|
||||
@@ -88,11 +88,6 @@ type ActionSubstepArgumentSource {
|
||||
arguments: [ActionSubstepArgumentSourceArgument]
|
||||
}
|
||||
|
||||
type ActionSubstepArgumentOption {
|
||||
label: String
|
||||
value: JSONObject
|
||||
}
|
||||
|
||||
type ActionSubstepArgumentSourceArgument {
|
||||
name: String
|
||||
value: String
|
||||
|
Reference in New Issue
Block a user