Skip to content

ServingSizeInput

The serving size of a food

Fields

amount · String · The amount of the serving size
id · ID · The id of the serving size
unit · String · The unit of the serving size

Used By

Definition

"""
The serving size of a food
"""
input ServingSizeInput {
"""
The amount of the serving size
"""
amount: String
"""
The id of the serving size
"""
id: ID
"""
The unit of the serving size
"""
unit: String
}