A preview of a job ad from an existing draft as it would appear on a SEEK job board.This query accepts browser tokens that include the
query:posted-position-profile-previews or query:enhanced-job-posting scope.Arguments
| Name | Description |
|---|---|
PostedPositionProfilePreviewFromDraft_DraftPositionInput! | The details of the draft position to be previewed. |
Result
| Name | Description |
|---|---|
PostedPositionProfilePreview! | The details of a job ad preview. |
Sample
GraphQL
CopyGraphQL Explorer
query ($draftPosition: PostedPositionProfilePreviewFromDraft_DraftPositionInput!) {
postedPositionProfilePreviewFromDraft(draftPosition: $draftPosition) {
previewUri {
url
}
}
}