UpdateNamesOfTemplateInput
No description
input UpdateNamesOfTemplateInput {
id: String!
names: [TemplateNameI18NInput!]!
}
Fields
UpdateNamesOfTemplateInput.id ● String! non-null scalar
A human readable name that is unique and describes the purpose of the cmmnModel
UpdateNamesOfTemplateInput.names ● [TemplateNameI18NInput!]! non-null input
human readable names displayed in the provider portal/api which you would like to update.
Member of
updateNamesOfTemplate mutation