Skip to content

deleteDexcomConnectionPayload

Autogenerated return type of deleteDexcomConnection.

Fields

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

Used By

Definition

"""
Autogenerated return type of deleteDexcomConnection.
"""
type deleteDexcomConnectionPayload {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
dexcom_connection: DexcomConnection
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}