Skip to content

UpdateIMSPayload

No description

graphql
type UpdateIMSPayload {
  ims: IMS!
}

Fields

UpdateIMSPayload.ims ● IMS! non-null object

The updated IMS

Returned By

updateIMS mutation

Released under the MIT License.