InventoryContext
Represents a Inventory Context.
type InventoryContext {
contextId: Int!
contextCode: String
supplierCodes: [String]
}
Fields
InventoryContext.contextId
● Int!
non-null scalar
The ID of the context.
InventoryContext.contextCode
● String
scalar
The code of the context.
InventoryContext.supplierCodes
● [String]
list scalar
List of supplier codes with the context.
Member Of
InventoryContextsRs
object