ProjectTemplate
No description
type ProjectTemplate {
  id: ID!
  name: String!
  description: String!
  image: String!
  source: RepoSource!
  cpu: Float!
  memory: Float!
  envs: [EnvVarTemplate!]
  ports: [Port!]
  replication: [Replication!]
  volumes: [VolumeSpec!]
  gpu: Int
  dedicated: Boolean
}
Fields
ProjectTemplate.id ● ID! non-null scalar
ProjectTemplate.name ● String! non-null scalar
ProjectTemplate.description ● String! non-null scalar
ProjectTemplate.image ● String! non-null scalar
ProjectTemplate.source ● RepoSource! non-null object
ProjectTemplate.cpu ● Float! non-null scalar
ProjectTemplate.memory ● Float! non-null scalar
ProjectTemplate.envs ● [EnvVarTemplate!] list object
ProjectTemplate.ports ● [Port!] list object
ProjectTemplate.replication ● [Replication!] list object
ProjectTemplate.volumes ● [VolumeSpec!] list object
ProjectTemplate.gpu ● Int scalar
ProjectTemplate.dedicated ● Boolean scalar
Member Of
Template  object