Template
No description
type Template {
id: ID!
name: String!
description: String!
image: String!
homepageURL: String
repositoryURL: String
stats: TemplateStats
projects: [ProjectTemplate!]!
}
Fields
Template.id
● ID!
non-null scalar
Template.name
● String!
non-null scalar
Template.description
● String!
non-null scalar
Template.image
● String!
non-null scalar
Template.homepageURL
● String
scalar
Template.repositoryURL
● String
scalar
Template.stats
● TemplateStats
object
Template.projects
● [ProjectTemplate!]!
non-null object
Returned by
freezeRepo
mutation ● template
query ● uploadDockerCompose
mutation