OBJECT

createCustomFoodPayload

Autogenerated return type of createCustomFood.

link GraphQL Schema definition

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