UpdateLocationsPayload
No description
type UpdateLocationsPayload {
locations: [Location!]
errors: [PayloadError!]
}
Fields
UpdateLocationsPayload.locations
● [Location!]
list object
UpdateLocationsPayload.errors
● [PayloadError!]
list object
Returned by
updateLocations
mutation