INPUT_OBJECT

ServingSizeInput

The serving size of a food

link GraphQL Schema definition

  • 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
  • }