updateServiceLocation
Mutation used to update a service location given the service location's ID and UpdateServiceLocationInput.
Returns the updated service location if successful and null if unsuccessful
Any omitted fields in UpdateServiceLocationInput are not modified
updateServiceLocation(
id: ID!
input: UpdateServiceLocationInput!
): ServiceLocation
Arguments
id
(ID!
)
ID of the service location to be updated
input
(UpdateServiceLocationInput!
)
Parameters used to update the service location
Type
ServiceLocation
Represents a service location. A service location is a logical grouping of container sites based on geographical area