InventoryMealPlan
Represents a meal plan within the inventory system.
type InventoryMealPlan {
code: Int!
name: String
}
Fields
InventoryMealPlan.code ● Int! non-null scalar
Code of the meal plan.
InventoryMealPlan.name ● String scalar
Name of the meal plan.
Member Of
GetMealPlansRs object