INPUT_OBJECT

createEntryInput

Autogenerated input type of createEntry

link GraphQL Schema definition

  • input createEntryInput {
  • category: String
  • # Deprecated. (Used in bulkCreate mutation instead) Check for duplicates,
  • # currently only supported if third_party_source is apple_health
  • check_duplicates: Boolean
  • created_at: String
  • description: String
  • ed_posthunger: String
  • ed_prehunger: String
  • emotions: String
  • food_items: String
  • image: Upload
  • image_string: String
  • meal_ids: String
  • meal_name: String
  • metric_stat: String
  • other_symptom: String
  • percieved_hungriness: String
  • reflection: String
  • symptoms: String
  • # Options are apple_health, google_fit, or fitbit
  • third_party_source: String
  • # One of MetricEntry, FoodEntry, WorkoutEntry, MirrorEntry, SleepEntry, NoteEntry,
  • # WaterIntakeEntry, PoopEntry, SymptomEntry
  • type: String
  • user_id: String
  • subentries: [SubentryInput]
  • }