feat: add intermediate step count in flow apps

This commit is contained in:
Ali BARIN
2022-07-31 22:06:08 +02:00
parent 8c59bd664e
commit 82bdf9d3b1
4 changed files with 50 additions and 10 deletions

View File

@@ -11,8 +11,8 @@ export const GET_FLOWS = gql`
node {
id
name
createdAt
updatedAt
createdAt
updatedAt
}
}
}