CreateMobileHealthDataSnapshotInput
Autogenerated input type of CreateMobileHealthDataSnapshot
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEUsed 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!}