2026-03-11
GraphQL schema change log: 2026-03-11
📘 Documentation: Updated the GraphQL schema and the GraphQL API Reference with these changes:
-
[log] ✔ Field
ClearSourcedJobPostingUpdateResult.jobPostingdescription changed from:Job posting for the requested clear. `null `if updates were not cleared.To:
Job posting that was cleared. null if no updates were cleared. -
[log] ✔ Field
ClearSourcedJobPostingUpdatesPayload.resultsdescription changed from:Results for each clear operation.Array values are non-null, but `jobPosting` can be `null` if updates were not cleared.To:
Results for each clear operation.Array values are non-null, but `jobPosting` can be null if updates were not cleared. -
[log] ✔ Description:
Specifies the format of the job description content.On type
DescriptionFormattinghas changed to:Format of the job description content. -
[log] ✔ Description for
enumvalueDescriptionFormatting.HTMLchanged from:Description should be processed as HTML to HTML format. -
[log] ✔ Description for
enumvalueDescriptionFormatting.TEXTchanged from:Description is in plain text formatThis is the default format if not specified.To:
Plain text format. Default if not specified. -
[log] ✔ Field
JobsIngestMutations.clearSourcedJobPostingUpdatesdescription changed from:Clears updates from the updateSourcedJobPostings mutation.To:
Clears updates from the `updateSourcedJobPostings` mutation. -
[log] ✔ Field
JobsIngestMutations.updateSourcedJobPostingsdescription changed from:Updates a sourced job. Caller must have claimed the job source. Accepts only one update per call. Multiple updates cause an error.To:
Updates a sourced job. The caller must have claimed the job source. Accepts one update per call; multiple updates cause an error. -
[log] ✔ Field
SourcedJobPostingUpdate.employerJobIddescription changed from:Employer job ID (base64-encoded IRI).To:
Employer job ID (base64-encoded [IRI](/getstarted/iris)). -
[log] ✔ Input field
UpdateSourcedJobPostingBodyInput.companyNamedescription changed from:Company name (max 200 characters). Omit or set to `null` for no change.To:
Company name (max 200 characters). Omit or set to null for no change. -
[log] ✔ Input field
UpdateSourcedJobPostingBodyInput.descriptiondescription changed from:Job description (30–20,000 characters). Omit or set to `null` for no change.To:
Job description (30–20,000 characters). Omit or set to null for no change. -
[log] ✔ Input field
UpdateSourcedJobPostingBodyInput.jobLocationdescription changed from:Job location. Omit or set to `null` for no change.To:
Job location. Omit or set to null for no change. -
[log] ✔ Input field
UpdateSourcedJobPostingBodyInput.salarydescription changed from:Job salary. Omit or set to `null` for no change.To:
Job salary. Omit or set to null for no change. -
[log] ✔ Input field
UpdateSourcedJobPostingBodyInput.titledescription changed from:Job title (max 75 characters). Omit or set to `null` for no change.To:
Job title (max 75 characters). Omit or set to null for no change. -
[log] ✔ Field
UpdateSourcedJobPostingResult.jobPostingdescription changed from:Job posting for the requested update. `null` if the update was not accepted.To:
Job posting for the update. null if the update was not accepted. -
[log] ✔ Input field
UpdateSourcedJobPostingSalaryInput.currencydescription changed from:Salary currency in ISO 4217 format (such as `USD`). Omit or set to `null` for no change.To:
Salary currency in ISO 4217 format (such as `USD`). Omit or set to null for no change. -
[log] ✔ Input field
UpdateSourcedJobPostingSalaryInput.maximumMinordescription changed from:Maximum amount in local minor currency. Omit or set to `null` to clear.To:
Maximum amount in local minor currency. Omit or set to null to clear. -
[log] ✔ Input field
UpdateSourcedJobPostingSalaryInput.minimumMinordescription changed from:Minimum amount in local minor currency. Omit or set to `null` to clear.To:
Minimum amount in local minor currency. Omit or set to null to clear. -
[log] ✔ Field
UpdateSourcedJobPostingsPayload.resultsdescription changed from:Results for each update. Array values are non-`null`, but `jobPosting` can be `null` if the update was not accepted.To:
Results for each update. Array values are non-null, but `jobPosting` is null if the update was not accepted.