MemberBadge
No description
type MemberBadge {
backgroundColor: String
badge: Badge
badgeId: ID!
image: Media
imageId: ID
longDescription: String
shortDescription: String!
text: String
textColor: String
type: BadgeType!
}
No description
type MemberBadge {
backgroundColor: String
badge: Badge
badgeId: ID!
image: Media
imageId: ID
longDescription: String
shortDescription: String!
text: String
textColor: String
type: BadgeType!
}
backgroundColor (String)badge (Badge)badgeId (ID!)image (Media)imageId (ID)longDescription (String)shortDescription (String!)text (String)textColor (String)type (BadgeType!)