The advertisement branding for the given
id.This query accepts browser tokens that include the query:advertisement-brandings scope.Arguments
| Name | Description |
|---|---|
String! | The value of AdvertisementBranding.id for the requested object. |
Result
| 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. |
Sample
GraphQL
CopyGraphQL Explorer
query ($id: String!) {
advertisementBranding(id: $id) {
id {
value
}
}
}