Badge (Object)
Description
No description
Fields
| Name | Description |
|---|---|
| active - Boolean! | |
| backgroundColor - String | |
| daysUntilExpired - Float | |
| id - ID! | |
| image - Media | |
| imageId - ID | |
| longDescription - String | |
| name - String! | |
| networkId - ID! | |
| settings - [BadgeSettings!] | |
| shortDescription - String! | |
| text - String | |
| textColor - String | |
| type - BadgeType! |
type Badge {
active: Boolean!
backgroundColor: String
daysUntilExpired: Float
id: ID!
image: Media
imageId: ID
longDescription: String
name: String!
networkId: ID!
settings: [BadgeSettings!]
shortDescription: String!
text: String
textColor: String
type: BadgeType!
}