Skip to main content

Template

TODO: This template is more like a Linckr admin Template that contains much more data then a provider should be able to see. Need to think about the domain naming We can postfix with -config to clearly show it is an admin model -> TemplateConfig, DataserviceConfig, ... TODO: Return namesI18N, so the admin can see the names

type Template {
id: String!
type: TemplateType!
cmmnModel: String!
names: [TemplateNameI18N!]!
}

Fields

Template.id ● String! non-null scalar

Template.type ● TemplateType! non-null enum

Template.cmmnModel ● String! non-null scalar

Template.names ● [TemplateNameI18N!]! non-null object

Returned by

registerTemplate mutation ● templates query ● updateCmmnModelOfTemplate mutation ● updateNamesOfTemplate mutation