InventoryAdjustmentReason
No description
type InventoryAdjustmentReason {
code: Int!
createdAt: ISO8601DateTime!
description: String
id: ID!
name: String!
updatedAt: ISO8601DateTime!
}
No description
type InventoryAdjustmentReason {
code: Int!
createdAt: ISO8601DateTime!
description: String
id: ID!
name: String!
updatedAt: ISO8601DateTime!
}
InventoryAdjustmentReason.code ● Int! non-null scalarInventoryAdjustmentReason.createdAt ● ISO8601DateTime! non-null scalarInventoryAdjustmentReason.description ● String scalarInventoryAdjustmentReason.id ● ID! non-null scalarInventoryAdjustmentReason.name ● String! non-null scalarInventoryAdjustmentReason.updatedAt ● ISO8601DateTime! non-null scalar