INPUT_OBJECT

createMealInput

Autogenerated input type of createMeal

link GraphQL Schema definition

  • input createMealInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • food_items: String
  • name: String
  • user_id: String
  • }