postedPositionProfilePreviewquery:posted-position-profile-previews scope.| Name | Description | 
|---|---|
PostedPositionProfilePreview_PositionProfileInput! | The details of the position profile to be previewed.  | 
| Name | Description | 
|---|---|
PostedPositionProfilePreview! | The details of a job ad preview.  | 
query ($positionProfile: PostedPositionProfilePreview_PositionProfileInput!) {
postedPositionProfilePreview(positionProfile: $positionProfile) {
previewUri {
url
}
}
}