The branding configured for the token’s environment.
GraphQL
| query Branding { | |
| branding { | |
| displayName | |
| logoDarkIconPath | |
| logoDarkPath | |
| logoLightIconPath | |
| logoLightPath | |
| } | |
| } |
| { | |
| "data": { | |
| "branding": { | |
| "displayName": "displayName_example", | |
| "logoDarkIconPath": "logoDarkIconPath_example", | |
| "logoDarkPath": "logoDarkPath_example", | |
| "logoLightIconPath": "logoLightIconPath_example", | |
| "logoLightPath": "logoLightPath_example" | |
| } | |
| } | |
| } |