Skip to content

UpdateIMSProjectPayload ​

No description

graphql
type UpdateIMSProjectPayload {
  imsProject: IMSProject!
}

Fields ​

UpdateIMSProjectPayload.imsProject ● IMSProject! non-null object ​

The updated IMSProject

Returned By ​

updateIMSProject mutation

Released under the MIT License.