{
  "manifest_version": "1.0.0",
  "template": {
    "id": "525d1453-d3b7-49ce-9ed7-b1b903a22f20",
    "slug": "1KF0vV",
    "name": "Rust async-graphql Subgraph",
    "description": "A federation-compatible GraphQL server implemented in Rust",
    "url": "https://railway.com/deploy/1KF0vV",
    "upstream": {
      "repo_url": "https://github.com/apollographql/subgraph-template-rust-async-graphql"
    }
  },
  "services": [
    {
      "name": "rust-subgraph",
      "source": {
        "repo": "https://github.com/apollographql/subgraph-template-rust-async-graphql"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ROUTER_SECRET",
      "service": "rust-subgraph",
      "description": "A shared secret that must be passed as a Router-Authorization header for all requests",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "1KF0vV"
      }
    },
    "cli": "railway deploy --template 1KF0vV",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "525d1453-d3b7-49ce-9ed7-b1b903a22f20",
            "serializedConfig": {
              "services": {
                "7ef3c9d2-899f-4ec0-a6ad-6f4cbe0d993a": {
                  "name": "rust-subgraph",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "repo": "https://github.com/apollographql/subgraph-template-rust-async-graphql"
                  },
                  "variables": {
                    "ROUTER_SECRET": {
                      "isOptional": true,
                      "description": "A shared secret that must be passed as a Router-Authorization header for all requests",
                      "defaultValue": "{{ROUTER_SECRET}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-19T10:32:10.580Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_aa4868dfa4184881b019",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
