updateEntryInput
Autogenerated input type of updateEntry
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEdeprecated
Use `perceived_hungriness` insteadthird_party_source
· String
· Options are apple_health, google_fit, or fitbit Used By
Definition
"""Autogenerated input type of updateEntry"""input updateEntryInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") category: String created_at: String description: String ed_posthunger: String ed_prehunger: String emotions: String food_items: String hide_from_main_feed: Boolean id: ID image: Upload image_string: String meal_ids: String meal_name: String metric_stat: String other_symptom: String percieved_hungriness: String @deprecated(reason: "Use `perceived_hungriness` instead") perceived_hungriness: String reflection: String subentries: [SubentryInput] symptoms: String
""" Options are apple_health, google_fit, or fitbit """ third_party_source: String user_id: String viewed: Boolean}