UserAwardCount
No description
type UserAwardCount {
id: ID!
label: String
icon: AwardTypeIcon
count: Int
}
Fields
UserAwardCount.id
● ID!
non-null scalar
UserAwardCount.label
● String
scalar
UserAwardCount.icon
● AwardTypeIcon
enum
UserAwardCount.count
● Int
scalar
Returned by
UserCourseAwardCounts
query