diff --git a/packages/backend/src/graphql/schema.graphql b/packages/backend/src/graphql/schema.graphql index cd5486c2..baf388c7 100644 --- a/packages/backend/src/graphql/schema.graphql +++ b/packages/backend/src/graphql/schema.graphql @@ -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