feat: add status in flow row

This commit is contained in:
Ali BARIN
2022-08-24 23:22:56 +02:00
parent f66656fd4e
commit c361b9af8d
4 changed files with 15 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ export const GET_FLOWS = gql`
name
createdAt
updatedAt
active
steps {
iconUrl
}