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 |
|---|---|
PostedPositionProfilePreview_PositionProfileInput! | The details of the position profile to be previewed. |
Result
| Name | Description |
|---|---|
PostedPositionProfilePreview! | The details of a job ad preview. |
Sample
GraphQL
CopyGraphQL Explorer
query ($positionProfile: PostedPositionProfilePreview_PositionProfileInput!) {
postedPositionProfilePreview(positionProfile: $positionProfile) {
previewUri {
url
}
}
}