RelatedTaxonomyConceptsInput
Input Object
Input for the relatedTaxonomyConcepts query. Gets concepts with the specified relationship to a concept.
Fields
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.
Example
{ "relationshipId": "opaqueId", "conceptId": "opaqueId", "customClassId": "opaqueId", "countryCode": "US", "languageCode": "ja", "includeDeprecated": true}