INPUT_OBJECT
BulkEntryInput
link GraphQL Schema definition
- input BulkEntryInput {
- # One of MetricEntry, FoodEntry, WorkoutEntry, MirrorEntry, SleepEntry, NoteEntry,
- # WaterIntakeEntry, PoopEntry, SymptomEntry
- String :
- String :
- String :
- Upload :
- String :
- String :
- String :
- String :
- String :
- String :
- String :
- String :
- String :
- # Options are apple_health, google_fit, or fitbit
- String :
- # Check for duplicates, currently only supported if third_party_source is
- # apple_health
- Boolean :
- # If average of any type, value indicates amount of entries already included in
- # average
- String :
- # Check and either add to pre-existing average heart rate entry or create a new
- # one
- Boolean :
- # Third party external ID associated with this entry
- String :
- # Third party associated with the external ID on this entry. Option currently
- # supported is 'AppleHealth'
- String :
- SubentryInput] : [
- }