iiRecord
Agentic AI Atlas · Mercurius
library:mercuriusa5c.ai
II.
Library JSON

library:mercurius

Structured · live

Mercurius json

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

File · domain/libraries/libraries-ts-orms-graphql.yamlCluster · domain
Record JSON
{
  "id": "library:mercurius",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-ts-orms-graphql.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Mercurius",
    "belongsToLanguageId": "language:typescript",
    "category": "other",
    "description": "Fast GraphQL adapter for Fastify leveraging JIT compilation, query\ncaching, subscription support via WebSocket, and federation-ready\narchitecture for high-throughput APIs.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:mercurius",
      "to": "language:typescript",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:mercurius",
      "to": "skill-area:graphql-schema-design",
      "kind": "used_for"
    },
    {
      "from": "library:mercurius",
      "to": "library:yoga",
      "kind": "alternative_to"
    },
    {
      "from": "library:mercurius",
      "to": "library:nexus",
      "kind": "alternative_to"
    },
    {
      "from": "library:mercurius",
      "to": "library:type-graphql",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "library:absinthe",
      "to": "library:mercurius",
      "kind": "alternative_to"
    },
    {
      "from": "library:graphql-tools",
      "to": "library:mercurius",
      "kind": "alternative_to"
    }
  ]
}