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 scalar commonInventoryAdjustmentReason.createdAt ● ISO8601DateTime! non-null scalar commonInventoryAdjustmentReason.description ● String scalar commonInventoryAdjustmentReason.id ● ID! non-null scalar commonInventoryAdjustmentReason.name ● String! non-null scalar commonInventoryAdjustmentReason.updatedAt ● ISO8601DateTime! non-null scalar common