Skip to content

updateLocationPayload

Autogenerated return type of updateLocation.

Fields

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

Used By

Definition

"""
Autogenerated return type of updateLocation.
"""
type updateLocationPayload {
location: Location
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}