iiRecord
Agentic AI Atlas · GraphQL Code Generator
tool:graphql-codegena5c.ai
II.
Tool JSON

tool:graphql-codegen

Structured · live

GraphQL Code Generator json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/tools/tools-codegen.yamlCluster · domain
Record JSON
{
  "id": "tool:graphql-codegen",
  "_kind": "Tool",
  "_file": "domain/tools/tools-codegen.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "GraphQL Code Generator",
    "homepageUrl": "https://the-guild.dev/graphql/codegen",
    "kind": "api-tool",
    "description": "Plugin-based codegen that produces typed clients, hooks, and\nresolvers from GraphQL schemas and operations.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:graphql-codegen",
      "to": "language:typescript",
      "kind": "belongs_to_language"
    },
    {
      "from": "tool:graphql-codegen",
      "to": "skill-area:sdk-codegen",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:graphql-codegen",
      "to": "tool:openapi-generator",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "API codegen — GraphQL Codegen is for GraphQL; OpenAPI Generator is for REST/OpenAPI"
      }
    },
    {
      "from": "tool:graphql-codegen",
      "to": "tool:swagger-editor",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "API codegen — GraphQL Codegen is for GraphQL; Swagger Editor is for REST/OpenAPI"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "skill-area:sdk-codegen",
      "to": "tool:graphql-codegen",
      "kind": "uses_tool"
    },
    {
      "from": "stack-profile:backend-for-frontend",
      "to": "tool:graphql-codegen",
      "kind": "composed_of"
    },
    {
      "from": "tool:openapi-generator",
      "to": "tool:graphql-codegen",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "API codegen — OpenAPI Generator is for REST/OpenAPI; GraphQL Codegen is for GraphQL"
      }
    },
    {
      "from": "tool:swagger-editor",
      "to": "tool:graphql-codegen",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "API codegen — Swagger Editor is for REST/OpenAPI; GraphQL Codegen is for GraphQL"
      }
    }
  ]
}