MerchantBadge
No description
type MerchantBadge implements Badge {
description: String!
logoUrl: String
name: String!
percentile: Int!
topicName: String!
}
No description
type MerchantBadge implements Badge {
description: String!
logoUrl: String
name: String!
percentile: Int!
topicName: String!
}
MerchantBadge.description ● String! non-null scalarMerchantBadge.logoUrl ● String scalarMerchantBadge.name ● String! non-null scalarMerchantBadge.percentile ● Int! non-null scalarMerchantBadge.topicName ● String! non-null scalarBadge interface