TemplateParentData
Represents the combined data of parent templates
type TemplateParentData {
credentialTypes: [String!]
display: TemplateDisplayModel
faceCheckSupport: FaceCheckPhotoSupport
isPublic: Boolean
validityIntervalInSeconds: PositiveInt
}
Fields
TemplateParentData.credentialTypes ● [String!] list scalar
The type(s) of the contract / credential
TemplateParentData.display ● TemplateDisplayModel object
The full or partial credential display definition defined by this template, if any.
TemplateParentData.faceCheckSupport ● FaceCheckPhotoSupport enum
The type of face check photo support
TemplateParentData.isPublic ● Boolean scalar
Defines whether the contracts created from this template will be published in the Verified Credentials Network
TemplateParentData.validityIntervalInSeconds ● PositiveInt scalar
The lifespan of the credential expressed in seconds
Returned By
templateCombinedData query