feat: Expose flow count with connections of getApp query

This commit is contained in:
Faruk AYDIN
2022-08-13 01:50:03 +03:00
parent c7d5584cd9
commit bb37299c5b
4 changed files with 30 additions and 9 deletions

View File

@@ -161,6 +161,7 @@ type Connection {
verified: Boolean
app: App
createdAt: String
flowCount: Int
}
type ConnectionData {