The draft position profile for the given
id.Arguments
| Name | Description |
|---|---|
String! | The value of DraftPositionProfile.seekDraftPositionId for the requested object. |
Result
| Name | Description |
|---|---|
DraftPositionProfile | A public draft position profile for the enhanced job posting panel. |
Sample
GraphQL
CopyGraphQL Explorer
query ($id: String!) {
draftPositionProfile(id: $id) {
seekBillingReference
seekDraftPositionId {
value
}
seekHirerJobReference
seekPartnerMetadata
}
}