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