INPUT_OBJECT
PropertyInput
Fields of a property which can be passed to mutations.
link GraphQL Schema definition
- input PropertyInput {
- # Unique knowledge base identifier (automatically generated)
- ID :
- # Arbitrary id defined by the user, e.g. to identify the object in an application.
- ID :
- # Label of the property.
- String :
- # Language code of the label following xml:lang
- # (https://www.rfc-editor.org/rfc/bcp/bcp47.txt).
- String :
- # Description of the property.
- String :
- # Language code of the description following xml:lang
- # (https://www.rfc-editor.org/rfc/bcp/bcp47.txt).
- String :
- # References to semantics describing the property.
- SemanticReferenceInput] : [
- # The actual value of the property, if one exists.
- String :
- }
link Require by
- CapabilityInputFields of a capability which can be passed to mutations.
- EnterpriseInputFields of an enterprise which can be passed to mutations.
- FactoryInputFields of a factory which can be passed to mutations.
- HumanResourceInputFields of a human resource which can be passed to mutations.
- MachineInputFields of a machine which can be passed to mutations.
- Mutation
- ProcessInputFields of a process which can be passed to mutations.
- ProductApplicationInputFields of a product application (Product metadata container) which can be passed to mutations.
- ProductInputFields of a product which can be passed to mutations.
- ProductPassportInputFields of a product passport which can be passed to mutations.