Skip to main content

MerchantBadge

No description

type MerchantBadge implements Badge {
description: String!
logoUrl: String
name: String!
percentile: Int!
topicName: String!
}

Fields

MerchantBadge.description ● String! non-null scalar

MerchantBadge.logoUrl ● String scalar

MerchantBadge.name ● String! non-null scalar

MerchantBadge.percentile ● Int! non-null scalar

MerchantBadge.topicName ● String! non-null scalar

Interfaces

Badge interface