2025-04-04
GraphQLスキーマ変更ログ: 2025-04-04
-
📘 Documentation: Updated the GraphQL schema and the GraphQL API Reference with these changes:
-
✖ Field
locationwas removed from interfaceEmployerJobData -
✖ Field
streetAddress(deprecated) was removed from object typeJobLocation -
⚠ Input field
applyQuestionsDetailsof typeIndeedApplyQuestionsDetailsInputwas added to input object typeSourcedJobPostingIndeedApplyInput -
✔ Type
ConditionConstraintInputwas added -
✔ Type
DateQuestionInputwas added -
✔ Type
DateQuestionQualificationInputwas added -
✔ Type
DateScreenerQuestionInputwas added -
✔ Type
DecimalTextQuestionInputwas added -
✔ Type
DecimalTextScreenerQuestionInputwas added -
✔ Type
DemographicQuestionsBodyInputwas added -
✔ Field
seatsConnectionwas added to object typeEmployerJob -
✔ Field
jobLocationwas added to interfaceEmployerJobData -
✔ Type
EmployerJobSeatwas added -
✔ Type
EmployerJobSeatsConnectionwas added -
✔ Type
EmployerJobSeatsEdgewas added -
✔ Type
FileQuestionInputwas added -
✔ Description:
Filter component of findEmployerJobsPartner query. on type FindEmployerJobsPartnerFilterInputHas changed to:
Filter component of `findEmployerJobsPartner` query. -
✔ Input field
FindEmployerJobsPartnerFilterInput.legacySourceIddescription, changed from:Filter on the sourceId field. Will return results that match the unencrypted numeric sourceId.A legacySourceId is a sourceId that is obtained from the Sponsored Jobs API which uses a different encryption mechanism than sourceIds obtained through OneGraph.次のように変更されました:
Legacy source ID. The API returns the job posting that matches this source ID.This ID is an alphanumeric source ID that the Sponsored Jobs API returns.If you omit the `legacySourceId` field, the API lists job postings for the employer associated with the access token with which you call the API. -
✔ Description:
Root input for findEmployerJobsPartner query. on type FindEmployerJobsPartnerInputHas changed to:
Top-level input object for the `findEmployerJobsPartner` query. -
✔ Input field
FindEmployerJobsPartnerInput.filtersdescription, changed from:Filtering behavior in the returned results.次のように変更されました:
Filters the job postings in the response. -
✔ Input field
FindEmployerJobsPartnerInput.sortdescription, changed from:Sorting behavior in the returned results.次のように変更されました:
Sorts the job postings in the response. -
✔ Description:
Specifies whether a sort key should sort results in an ascending or descending direction. on type FindEmployerJobsPartnerSortDirectionHas changed to:
Sort direction, which is ascending or descending order. -
✔ Description for enum value
FindEmployerJobsPartnerSortDirection.ASC, changed from:An ascending sort -- from the lowest value to highest value.次のように変更されました:
Default. Sorts in ascending order, from the lowest value to highest value. -
✔ Description for enum value
FindEmployerJobsPartnerSortDirection.DESC, changed from:A descending sort -- from the highest value to the lowest value.次のように変更されました:
Sorts in descending order, from the highest value to the lowest value. -
✔ Description:
The Employer Job fields that are available to order results on.on type
FindEmployerJobsPartnerSortFieldhas changed to:The employer job fields on which you can sort the job postings in the response. -
✔ Description for enum value
FindEmployerJobsPartnerSortField.datePostedOnIndeed, changed from:Sort results by the time the job is created in jaseDb (posted to the SERP)次のように変更されました:
Sorts the job postings in the response by the time when the job posting was published on Indeed. -
✔ Description:
A sorting description, to be included in a findEmployerJobsPartner query.on type
FindEmployerJobsPartnerSortInput, has changed to:Input object that defines the sort direction and sort field for the `findEmployerJobsPartner` query. -
✔ Input field
FindEmployerJobsPartnerSortInput.sortDirectiondescription, changed from:Which direction to sort on. Has no effect if sort field is not specified.次のように変更されました:
Sort direction.Value is `ASC` or `DESC`. Default is `ASC`, which sorts the job postings in the response from the lowest value to highest value. -
✔ Input field
FindEmployerJobsPartnerSortInput.sortFielddescription, changed from:Which field to sort results on. If sortDirection is not specified then the default is ASC.次のように変更されました:
Sort field. If you omit `sortField`, the `sortDirection` field has no effect. -
✔ Type
FreeformTextQuestionInputwas added -
✔ Type
FreeformTextScreenerQuestionInputwas added -
✔ Type
HierarchicalOptionInputwas added -
✔ Type
HierarchicalQuestionInputwas added -
✔ Type
IndeedApplyQuestionsDetailsInputwas added -
✔ Type
IndeedApplyScreenerQuestionsDefinitionInputwas added -
✔ Type
InformationQuestionInputwas added -
✔ Type
IntegerTextQuestionInputwas added -
✔ Type
IntegerTextScreenerQuestionInputwas added -
✔ Type
JobPostwas added -
✔ Type
MatchStrategywas added -
✔ Type
MultiselectQuestionInputwas added -
✔ Type
MultiselectScreenerQuestionInputwas added -
✔ Type
NumericTextQuestionInputwas added -
✔ Type
NumericTextScreenerQuestionInputwas added -
✔ Type
PageBreakQuestionInputwas added -
✔ Type
PlainTextQualificationQuestionInputwas added -
✔ Type
QualificationDateRangeConfigurationInputwas added -
✔ Type
QualificationDecimalRangeConfigurationInputwas added -
✔ Type
QualificationIntegerRangeConfigurationInputwas added -
✔ Type
QualificationMatchAnyTextConfigurationInputwas added -
✔ Type
QualificationMultiValueTextMatchConfigurationInputwas added -
✔ Type
QuestionQualificationImplicationTypewas added -
✔ Type
ScreenerQuestionBodyInputwas added -
✔ Type
SelectOptionInputwas added -
✔ Type
SelectQuestionInputwas added -
✔ Type
SelectScreenerQuestionInputwas added -
✔ Description:
Return type for an accepted job posting. Indeed considers a job as accepted if it is a complete job that is accepted for indexing.Even if accepted, it might not appear on Indeed if it does not adhere to the Indeed [Job Posting Standards](https://indeed.force.com/employerSupport1/s/article/115005915763).If an accepted job does not appear on Indeed, see [My job is not shown on Indeed](https://indeed.force.com/employerSupport1/s/article/115005915763). on type SourcedJobPosting has changed次のように変更されました:
Return type for an accepted job posting. Indeed considers a job as accepted if it is a complete job that is accepted for indexing.Even if accepted, it might not appear on Indeed if it does not adhere to the Indeed [Job Posting Standards](https://indeedinc.my.site.com/employerSupport1/s/article/115005915763).If an accepted job does not appear on Indeed, see [My job is not shown on Indeed](https://indeedinc.my.site.com/employerSupport1/s/article/115005915763). -
✔ Type
TextAreaQuestionInputwas added -
✔ Type
TextDecimalQualificationQuestionInputwas added -
✔ Type
TextIntegerQualificationQuestionInputwas added -
✔ Type
TextQuestionInputwas added -
✔ Type
TextScreenerQuestionInputwas added
-