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