feat: add primitive substeps in flow editor

This commit is contained in:
Ali BARIN
2022-01-31 01:07:14 +01:00
committed by Ömer Faruk Aydın
parent 90aac874bf
commit 7740529a2a
2 changed files with 72 additions and 49 deletions

View File

@@ -58,6 +58,11 @@ export const GET_APPS = gql`
description
subSteps {
name
arguments {
name
type
required
}
}
}
actions {
@@ -66,6 +71,11 @@ export const GET_APPS = gql`
description
subSteps {
name
arguments {
name
type
required
}
}
}
}