AppGroupDetail
No description
type AppGroupDetail {
group: AppGroup!
merchants: [AppGroupMerchant!]!
offers: [AppGroupOffer!]!
recentActivity: [AppActivity!]!
}
Fields
AppGroupDetail.group ● AppGroup! non-null object
Group detail and balances for the requested account
AppGroupDetail.merchants ● [AppGroupMerchant!]! non-null object
Merchants belonging to the requested account
AppGroupDetail.offers ● [AppGroupOffer!]! non-null object
Active, visible offers for the requested account
AppGroupDetail.recentActivity ● [AppActivity!]! non-null object
Unified timeline across credits and rewards
Member Of
App object