feat: add dynamic flow app icons

This commit is contained in:
Ali BARIN
2022-08-06 23:41:39 +02:00
parent 82bdf9d3b1
commit 744b31aad6
8 changed files with 58 additions and 20 deletions

View File

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