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 :
- # Uri used to reference the semantic.
- String :
- # Label, e.g. semantic identifier, of the semantic or term referenced.
- String :
- # Language code of the label following xml:lang
- # (https://www.rfc-editor.org/rfc/bcp/bcp47.txt).
- String :
- # Original description of external semantic.
- String :
- # Language code of the description following xml:lang
- # (https://www.rfc-editor.org/rfc/bcp/bcp47.txt).
- String :
- }