Skip to content

CreateMobileHealthDataSnapshotInput

Autogenerated input type of CreateMobileHealthDataSnapshot

Fields

deprecated DO NOT USE
sync_started_at · ISO8601DateTime! · required · When the sync started
sync_ended_at · ISO8601DateTime! · required · When the sync ended
byte_size · Int! · required · The size of the file in bytes
checksum · String! · required · The base64 encoded MD5 checksum of the file

Used By

Definition

"""
Autogenerated input type of CreateMobileHealthDataSnapshot
"""
input CreateMobileHealthDataSnapshotInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
Type of integration
"""
integration_type: MobileHealthDataSnapshotIntegrationType!
"""
When the sync started
"""
sync_started_at: ISO8601DateTime!
"""
When the sync ended
"""
sync_ended_at: ISO8601DateTime!
"""
The size of the file in bytes
"""
byte_size: Int!
"""
The base64 encoded MD5 checksum of the file
"""
checksum: String!
}