OBJECT

createMealPayload

Autogenerated return type of createMeal.

link GraphQL Schema definition

  • type createMealPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • meal: Meal
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • }