INPUT_OBJECT
FactoryInput
Fields of a factory which can be passed to mutations.
link GraphQL Schema definition
- input FactoryInput {
- # Unique knowledge base identifier (automatically generated)
- ID :
- # Arbitrary id defined by the user, e.g. to identify the object in an application
- ID :
- # Label, e.g. name, of the factory.
- String :
- # Language code of the label following xml:lang
- # (https://www.rfc-editor.org/rfc/bcp/bcp47.txt)
- String :
- # Description of the factory
- String :
- # Language code of the description following xml:lang
- # (https://www.rfc-editor.org/rfc/bcp/bcp47.txt)
- String :
- # Location of the factory
- LocationInput :
- # Arbitrary properties of the factory
- PropertyInput] : [
- # Products assigned to the factory or as an output product of a process of the
- # factory enterprise
- ProductInput] : [
- # Machines located in the factory
- MachineInput] : [
- # Human resources available in the factory (especially the ones with special
- # expertise)
- HumanResourceInput] : [
- # Processes assigned to the factory or as realization of a capability a production
- # resource of the factory provides
- ProcessInput] : [
- # Certificates of the factory
- PropertyInput] : [
- }