advertisementBrandingid.This query accepts browser tokens that include the query:advertisement-brandings scope.| Name | Description |
|---|---|
String! | The value of AdvertisementBranding.id for the requested object. |
| Name | Description |
|---|---|
AdvertisementBranding | Advertisement branding details and images.This can be associated with one or more PositionProfiles when they are created.Branding images are visible to candidates searching for positions or viewing a job ad with this associated advertisement branding. |
query ($id: String!) {
advertisementBranding(id: $id) {
id {
value
}
}
}