Skip to content

deleteWithingsConnectionPayload

Autogenerated return type of deleteWithingsConnection.

Fields

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

Used By

Definition

"""
Autogenerated return type of deleteWithingsConnection.
"""
type deleteWithingsConnectionPayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
withings_connection: WithingsConnection
}