{
  "manifest_version": "1.0.0",
  "template": {
    "id": "995791f9-224f-4fe3-9b9e-a8ad2b4e252b",
    "slug": "cJcDcc",
    "name": "C# HotChocolate Subgraph (Annotation)",
    "description": "A HotChocolate C# GraphQL server with support for Apollo Federation",
    "url": "https://railway.com/deploy/cJcDcc",
    "upstream": {
      "repo_url": "https://github.com/apollographql/subgraph-csharp-hotchocolate-annotation"
    }
  },
  "services": [
    {
      "name": "csharp-subgraph",
      "source": {
        "repo": "https://github.com/apollographql/subgraph-csharp-hotchocolate-annotation"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "router-authorization",
      "service": "csharp-subgraph",
      "description": "A shared secret that must be passed as a Router-Authorization header for all requests",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "cJcDcc"
      }
    },
    "cli": "railway deploy --template cJcDcc",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "995791f9-224f-4fe3-9b9e-a8ad2b4e252b",
            "serializedConfig": {
              "services": {
                "dd65903c-199b-4e15-be94-b34d6b383831": {
                  "name": "csharp-subgraph",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "repo": "https://github.com/apollographql/subgraph-csharp-hotchocolate-annotation"
                  },
                  "variables": {
                    "router-authorization": {
                      "isOptional": false,
                      "description": "A shared secret that must be passed as a Router-Authorization header for all requests",
                      "defaultValue": "{{router-authorization}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T16:12:54.233Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_03ab16b40d7241758d2a",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 111,
    "typical_build_seconds": 25,
    "typical_start_seconds": 10,
    "slowest_service": "csharp-subgraph"
  }
}
