INPUT_OBJECT
ProcessInput
Fields of a process which can be passed to mutations.
link GraphQL Schema definition
- input ProcessInput {
- # Unique knowledge base identifier (automatically generated)
- ID :
- # Arbitrary id defined by the user, e.g. to identify the object in an application.
- ID :
- # Description of the process.
- String :
- # Language code of the description following xml:lang
- # (https://www.rfc-editor.org/rfc/bcp/bcp47.txt).
- String :
- # Arbitrary properties of the process.
- PropertyInput] : [
- # Process using the process as sub process.
- ProcessInput] : [
- # Sub process of the process.
- ProcessInput] : [
- # Capabilities realized by the process.
- CapabilityInput] : [
- # Capabilities required by the process.
- CapabilityInput] : [
- # Preliminary products as input products of the process. This shows all product
- # applications added to the process using type PRELIMINARY_PRODUCT.
- ProductApplicationInput] : [
- # Raw materials as input products of the process. This shows all product
- # applications added to the process using type RAW_MATERIAL.
- ProductApplicationInput] : [
- # Auxiliary materials as input products of the process. This shows all product
- # applications added to the process using type AUXILIARY_MATERIAL.
- ProductApplicationInput] : [
- # Operating materials as input products of the process. This shows all product
- # applications added to the process using type OPERATING_MATERIAL.
- ProductApplicationInput] : [
- # End products as output products of the process. This shows all product
- # applications added to the process using type END_PRODUCT.
- ProductApplicationInput] : [
- # By products as output products of the process. This shows all product
- # applications added to the process using type BY_PRODUCT.
- ProductApplicationInput] : [
- # Waste as output products of the process. This shows all product applications
- # added to the process using type WASTE_PRODUCT.
- ProductApplicationInput] : [
- # Input products of the process. This shows all product applications added to the
- # process using any InputProductType.
- ProductApplicationInput] : [
- # Output products of the process. This shows all product applications added to the
- # process using any OutputProductType.
- ProductApplicationInput] : [
- # Machine used during the conduction of the process.
- MachineInput] : [
- # Production resource used during the conduction of the process.
- HumanResourceInput] : [
- # Machine completely covering the process (no other production resource needed to
- # conduct the process).
- MachineInput] : [
- # Human resource completely covering the process (no other production resource
- # needed to conduct the process).
- HumanResourceInput] : [
- }