Badge
No description
interface Badge {
description: String!
name: String!
percentile: Int!
topicName: String!
}
Fields
Badge.description ● String! non-null scalar
Badge.name ● String! non-null scalar
Badge.percentile ● Int! non-null scalar
Badge.topicName ● String! non-null scalar
Member Of
GuessYourSpend object ● GuessYourSpendResults object
Implemented By
CategoryBadge object ● MerchantBadge object