2025-06-11
GraphQL schema change log: 2025-06-11
-
📘 Documentation: Updated the GraphQL schema and the GraphQL API Reference with these changes:
-
⚠ Input field
includeDeprecatedof typeBooleanwas added to input object typeClassifyOccupationsForJobDetailsInput -
⚠ Input field
jpNewGradsAttributesof typeJpNewGradsEmployerAttributesInputwas added to input object typeEmployerAttributesInput -
⚠ Input field
minCharCountof typeIntwas added to input object typeFreeformTextQuestionInput -
⚠ Input field
maxSelectionCountof typeIntwas added to input object typeMultiselectQuestionInput -
⚠ Input field
minSelectionCountof typeIntwas added to input object typeMultiselectQuestionInput -
⚠ Input field
universalApplyIdof typeIDwas added to input object typePartnerDispositionIdentifierInput -
⚠ Input field
includeDeprecatedof typeBooleanwas added to input object typeRelatedTaxonomyConceptsInput -
⚠ Input field
includeDeprecatedof typeBooleanwas added to input object typeTaxonomyConceptsInput -
⚠ Input field
minCharCountof typeIntwas added to input object typeTextAreaQuestionInput -
✔ Input field
FreeformTextQuestionInput.maxCharCountdescription, changed from:The character limit for the answer.To:
The maximum character limit for the answer. -
✔ Type
JobPostGlobalStatuswas added -
✔ Type
JobPostLifecycleStatuswas added -
✔ Field
globalStatuswas added to object typeJobPostStatus -
✔ Field
basePaySpecifiedwas added to object typeJobSalary -
✔ Type
JpNewGradsEmployerAttributesInputwas added -
✔ Field
universalApplyIdwas added to object typePartnerDispositionIdentifier -
✔ Description:
Input object that defines the method for identifying a job applications disposition.* Provide only ONE of these IDs: Indeed Apply ID, ITTK, or alternate job identifiers.* Providing more than one or none results in an error. on type `PartnerDispositionIdentifierInput`Has changed to:
Input object that defines the method for identifying a job applications disposition.* Provide only ONE of these IDs: Indeed Apply ID, ITTK, Universal Apply ID, or alternate job identifiers.* Providing more than one or none results in an error. -
✔ Description:
Input object that defines the disposition signal for a job application. The disposition is identified using Indeed Apply ID, ITTK, or an alternate set of identifiers. on type `PartnerDispositionInput`Has changed to:
Input object that defines the disposition signal for a job application. The disposition is identified using Indeed Apply ID, ITTK, Universal Apply ID, or an alternate set of identifiers. -
✔ Input field
PartnerDispositionInput.identifiedBydescription, changed from:Identifier. Can be an Indeed Apply ID, ITTK, or an alternate set of identifiers.To:
Identifier. Can be an Indeed Apply ID, ITTK, Universal Apply ID, or an alternate set of identifiers. -
✔ Field
PartnerDispositionMutations.senddescription, changed from:Sends disposition data for Indeed Apply jobs. Identify dispositions by Indeed Apply ID, ITTK, or an alternate set of identifiers.To:
Sends disposition data for Indeed Apply jobs. Identify dispositions by Indeed Apply ID, ITTK, Universal Apply ID, or an alternate set of identifiers. -
✔ Description:
Input object to send a batch of partner dispositions. Each disposition can be identified by either Indeed Apply ID, ITTK, or an alternate identifier. on type `SendPartnerDispositionInput`Has changed to:
Input object to send a batch of partner dispositions. Each disposition can be identified by either Indeed Apply ID, ITTK, Universal Apply ID, or an alternate identifier. -
✔ Input field
TextAreaQuestionInput.maxCharCountdescription, changed from:The character limit for the answer.To:
The maximum character limit for the answer.
-