Dictionary
Type: Object
A simple key/value embedded entry for flexible, typed metadata. Useful where a fully modeled schema would be overkill but you still want validation, GraphQL types, and consistent handling of facts or lookups across MIS/MES workflows.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| key | String! | The key for this entry, this could be a fact or another kind of lookup, but must have semantic meaning for what the value is | ||
| value | String! | The value for this entry, its meaning is described by its key |