postedPositionProfilePreview
QUERY

A preview of a prospective job ad as it would appear on a SEEK job board.This query accepts browser tokens that include the query:posted-position-profile-previews scope.

Arguments

Name
Description
The details of the position profile to be previewed.

Result

Name
Description
The details of a job ad preview.

Sample

GraphQL
query ($positionProfile: PostedPositionProfilePreview_PositionProfileInput!) {
  postedPositionProfilePreview(positionProfile: $positionProfile) {
    previewUri {
      url
    }
  }
}