INPUT_OBJECT

SemanticReferenceInput

Fields of a semantic reference which can be passed to mutations.

link GraphQL Schema definition

  • input SemanticReferenceInput {
  • # Unique knowledge base identifier (automatically generated)
  • id: ID
  • # Uri used to reference the semantic.
  • sourceUri: String
  • # Label, e.g. semantic identifier, of the semantic or term referenced.
  • label: String
  • # Language code of the label following xml:lang
  • # (https://www.rfc-editor.org/rfc/bcp/bcp47.txt).
  • labelLanguageCode: String
  • # Original description of external semantic.
  • description: String
  • # Language code of the description following xml:lang
  • # (https://www.rfc-editor.org/rfc/bcp/bcp47.txt).
  • descriptionLanguageCode: String
  • }