query Home_ProfileData2($appLimit: Int!, $snackLimit: Int!) { me { id username firstName lastName profilePhoto accounts { id name } appCount apps(limit: $appLimit, offset: 0) { id description fullName iconUrl lastPublishedTime name packageName username sdkVersion privacy published } snacks(limit: $snackLimit, offset: 0) { id name description fullName slug isDraft } } }