Skip to content

createLocationPayload

Autogenerated return type of createLocation.

Fields

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

Used By

Definition

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