seekAnzHirerAdvertisementCreationProducts
DEPRECATED QUERY

Deprecated: Use advertisementProducts query instead.
Ad products available when initially posting a job ad.This query accepts browser tokens that include the query:ad-products scope.

Arguments

Name
Description
The proposed state of the job ad to be posted.
hirerId* 
String!
The identifier for the HiringOrganization that will post the job ad.

Result

Name
Description
The details of an available ad product.

Sample

GraphQL
query ($draftAdvertisement: SeekAnzAdProductAdvertisementDraftInput!, $hirerId: String!) {
  seekAnzHirerAdvertisementCreationProducts(
    draftAdvertisement: $draftAdvertisement
    hirerId: $hirerId
  ) {
    advertisementTypeCode
  }
}