Skip to content

updateAppleHealthPayload

Autogenerated return type of updateAppleHealth.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of updateAppleHealth.
"""
type updateAppleHealthPayload {
apple_health: AppleHealth
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}