1query Home_MyApps($limit: Int!, $offset: Int!) {
2  meUserActor {
3    id
4    appCount
5    apps(limit: $limit, offset: $offset, includeUnpublished: true) {
6      ...CommonAppData
7    }
8  }
9}