ComputeTemplateInfo
One entry in the platform's engine-template registry (deployable by name via computeDeployTemplate).
type ComputeTemplateInfo {
name: String!
description: String!
exports: [String!]!
}
Fields
ComputeTemplateInfo.name ● String! non-null scalar
The template name (e.g. 'mob-engine', 'matchmaking').
ComputeTemplateInfo.description ● String! non-null scalar
What the template does (from its deploy manifest).
ComputeTemplateInfo.exports ● [String!]! non-null scalar
The invoke exports the template binds (its client surface).
Returned By
computeTemplates query