Skip to content

createGoogleFitPayload

Autogenerated return type of createGoogleFit.

Fields

deprecated DO NOT USE
messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of createGoogleFit.
"""
type createGoogleFitPayload {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
google_fit: GoogleFit
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}