relatedTaxonomyConcepts
Gets concepts with the specified relationship to a concept.
Arguments
input RelatedTaxonomyConceptsInput! Required
relationshipId ID! Required
SUID or UUID of a custom relation.
conceptId ID
SUID or UUID of a concept. Required.
customClassId ID
Custom class SUID. Filters results to concepts in this class.
countryCode CountryCode
Two-character country code in ISO 3166-1 alpha-2 format.
languageCode LanguageCode
Two-character language code in ISO 639 format.
includeDeprecated Boolean
Whether to include deprecated TaxonomyConcepts.
Response
Returns RelatedTaxonomyConceptsPayload .taxonomyConcepts [TaxonomyConcept!]
Concepts matching the query input.
key ID! Non-Null
Short unique ID (SUID) of the taxonomy concept. Primary key.
uuid ID! Non-Null
Universal unique ID (UUID) of the taxonomy concept. Prefer key instead.
mobileLabel String! Non-Null
Display label for the concept.
definitions [String!]! Non-Null
Definitions for the concept.
pathToRoot [TaxonomyConcept!]! Non-Null
Path from this concept to the taxonomy root.
key ID! Non-Null
Short unique ID (SUID) of the taxonomy concept. Primary key.
uuid ID! Non-Null
Universal unique ID (UUID) of the taxonomy concept. Prefer key instead.
mobileLabel String! Non-Null
Display label for the concept.
definitions [String!]! Non-Null
Definitions for the concept.
pathToRoot [TaxonomyConcept!]! Non-Null
Path from this concept to the taxonomy root.
children [TaxonomyConcept!]! Non-Null
Direct children of this concept in the taxonomy tree.
customClasses [CustomTaxonomyClass!]! Non-Null
Custom classes the concept belongs to.
Example: "Cross-Occupational Cluster"
taxonomyConceptType TaxonomyConceptType! Non-Null
Concept type.
isVerifiedJobAttribute Boolean! Non-Null
Whether the concept is a verified job attribute. Applies only when taxonomyConceptType is ATTRIBUTE.
isVerifiedResumeAttribute Boolean! Non-Null
Whether the concept is a verified resume attribute. Applies only when taxonomyConceptType is ATTRIBUTE.
children [TaxonomyConcept!]! Non-Null
Direct children of this concept in the taxonomy tree.
key ID! Non-Null
Short unique ID (SUID) of the taxonomy concept. Primary key.
uuid ID! Non-Null
Universal unique ID (UUID) of the taxonomy concept. Prefer key instead.
mobileLabel String! Non-Null
Display label for the concept.
definitions [String!]! Non-Null
Definitions for the concept.
pathToRoot [TaxonomyConcept!]! Non-Null
Path from this concept to the taxonomy root.
children [TaxonomyConcept!]! Non-Null
Direct children of this concept in the taxonomy tree.
customClasses [CustomTaxonomyClass!]! Non-Null
Custom classes the concept belongs to.
Example: "Cross-Occupational Cluster"
taxonomyConceptType TaxonomyConceptType! Non-Null
Concept type.
isVerifiedJobAttribute Boolean! Non-Null
Whether the concept is a verified job attribute. Applies only when taxonomyConceptType is ATTRIBUTE.
isVerifiedResumeAttribute Boolean! Non-Null
Whether the concept is a verified resume attribute. Applies only when taxonomyConceptType is ATTRIBUTE.
customClasses [CustomTaxonomyClass!]! Non-Null
Custom classes the concept belongs to.
Example: "Cross-Occupational Cluster"
taxonomyConceptType TaxonomyConceptType! Non-Null
Concept type.
isVerifiedJobAttribute Boolean! Non-Null
Whether the concept is a verified job attribute. Applies only when taxonomyConceptType is ATTRIBUTE.
isVerifiedResumeAttribute Boolean! Non-Null
Whether the concept is a verified resume attribute. Applies only when taxonomyConceptType is ATTRIBUTE.
responseStatus MdsResponseStatus! Non-Null
Response code and any errors.
responseCode MdsResponseCode! Non-Null
Response code from the Occupational Metadata API, following standard GraphQL codes.
errorMessage String
Error descriptions from the Occupational Metadata API.
Example
Query
query RelatedTaxonomyConcepts($input: RelatedTaxonomyConceptsInput!) { relatedTaxonomyConcepts(input: $input) { taxonomyConcepts { key uuid label alternativeLabels mobileLabel definitions pathToRoot { key uuid label alternativeLabels mobileLabel definitions pathToRoot { key uuid label alternativeLabels mobileLabel definitions pathToRoot { key uuid label alternativeLabels mobileLabel definitions pathToRoot { ...TaxonomyConceptFragment } children { ...TaxonomyConceptFragment } customClasses { ...CustomTaxonomyClassFragment } taxonomyConceptType isVerifiedJobAttribute isVerifiedResumeAttribute } children { key uuid label alternativeLabels mobileLabel definitions pathToRoot { ...TaxonomyConceptFragment } children { ...TaxonomyConceptFragment } customClasses { ...CustomTaxonomyClassFragment } taxonomyConceptType isVerifiedJobAttribute isVerifiedResumeAttribute } customClasses { key uuid label } taxonomyConceptType isVerifiedJobAttribute isVerifiedResumeAttribute } children { key uuid label alternativeLabels mobileLabel definitions pathToRoot { key uuid label alternativeLabels mobileLabel definitions pathToRoot { ...TaxonomyConceptFragment } children { ...TaxonomyConceptFragment } customClasses { ...CustomTaxonomyClassFragment } taxonomyConceptType isVerifiedJobAttribute isVerifiedResumeAttribute } children { key uuid label alternativeLabels mobileLabel definitions pathToRoot { ...TaxonomyConceptFragment } children { ...TaxonomyConceptFragment } customClasses { ...CustomTaxonomyClassFragment } taxonomyConceptType isVerifiedJobAttribute isVerifiedResumeAttribute } customClasses { key uuid label } taxonomyConceptType isVerifiedJobAttribute isVerifiedResumeAttribute } customClasses { key uuid label } taxonomyConceptType isVerifiedJobAttribute isVerifiedResumeAttribute } children { key uuid label alternativeLabels mobileLabel definitions pathToRoot { key uuid label alternativeLabels mobileLabel definitions pathToRoot { key uuid label alternativeLabels mobileLabel definitions pathToRoot { ...TaxonomyConceptFragment } children { ...TaxonomyConceptFragment } customClasses { ...CustomTaxonomyClassFragment } taxonomyConceptType isVerifiedJobAttribute isVerifiedResumeAttribute } children { key uuid label alternativeLabels mobileLabel definitions pathToRoot { ...TaxonomyConceptFragment } children { ...TaxonomyConceptFragment } customClasses { ...CustomTaxonomyClassFragment } taxonomyConceptType isVerifiedJobAttribute isVerifiedResumeAttribute } customClasses { key uuid label } taxonomyConceptType isVerifiedJobAttribute isVerifiedResumeAttribute } children { key uuid label alternativeLabels mobileLabel definitions pathToRoot { key uuid label alternativeLabels mobileLabel definitions pathToRoot { ...TaxonomyConceptFragment } children { ...TaxonomyConceptFragment } customClasses { ...CustomTaxonomyClassFragment } taxonomyConceptType isVerifiedJobAttribute isVerifiedResumeAttribute } children { key uuid label alternativeLabels mobileLabel definitions pathToRoot { ...TaxonomyConceptFragment } children { ...TaxonomyConceptFragment } customClasses { ...CustomTaxonomyClassFragment } taxonomyConceptType isVerifiedJobAttribute isVerifiedResumeAttribute } customClasses { key uuid label } taxonomyConceptType isVerifiedJobAttribute isVerifiedResumeAttribute } customClasses { key uuid label } taxonomyConceptType isVerifiedJobAttribute isVerifiedResumeAttribute } customClasses { key uuid label } taxonomyConceptType isVerifiedJobAttribute isVerifiedResumeAttribute } responseStatus { responseCode errorMessage } }}Variables
{"input": RelatedTaxonomyConceptsInput}Response
{ "data": { "relatedTaxonomyConcepts": { "taxonomyConcepts": [TaxonomyConcept], "responseStatus": MdsResponseStatus } }}