updatePositionOpeningPersonContacts
MUTATION

Replaces an existing position opening's person contacts.

Arguments

Name
Description
The details of the position opening to be updated.

Result

UpdatePositionOpeningPersonContactsPayload
Name
Description
positionOpening* 
PositionOpening!
The details of the updated position opening.

Sample

GraphQL
mutation ($input: UpdatePositionOpeningPersonContactsInput!) {
  updatePositionOpeningPersonContacts(input: $input) {
    positionOpening {
      documentId {
        value
      }
      seekPartnerMetadata
    }
  }
}