feat: Implement getConnectedApps graphQL query

This commit is contained in:
Faruk AYDIN
2021-10-17 15:10:38 +02:00
committed by Ali BARIN
parent 8fa0178e08
commit 084a831e7a
4 changed files with 50 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ class Connection extends Base {
data!: any
userId!: number
verified: boolean
count: number
static tableName = 'connections';