updateContainerSite
Mutation used to update a container site given the container site's ID and UpdateContainerSiteInput.
Returns the updated container site if successful and null if unsuccessful
Any omitted fields in UpdateContainerSiteInput are not modified
updateContainerSite(
id: ID!
input: UpdateContainerSiteInput!
): ContainerSite
Arguments
id
(ID!
)
ID of the container site to be updated
input
(UpdateContainerSiteInput!
)
Parameters used to update the container site
Type
ContainerSite
Represents a container site. A container site is a site where one container exists. The container at the container site may change but the container site will remain the same