feat: style app connections

This commit is contained in:
Ali BARIN
2021-12-15 21:58:14 +01:00
parent fc85716d07
commit 78375934d7
17 changed files with 232 additions and 34 deletions

View File

@@ -11,6 +11,7 @@ export const GET_APP_CONNECTIONS = gql`
data {
screenName
}
createdAt
}
}
}