II.
Library JSON
Structured · livelibrary:graphql-tools
GraphQL Tools json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:graphql-tools",
"_kind": "Library",
"_file": "domain/libraries/libraries-ts-orms-graphql.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "GraphQL Tools",
"belongsToLanguageId": "language:typescript",
"category": "other",
"description": "Collection of utilities for building, mocking, stitching, and\ntransforming GraphQL schemas, including schema merging, schema\ndelegation, and remote schema wrapping.\n"
},
"outgoingEdges": [
{
"from": "library:graphql-tools",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "library:graphql-tools",
"to": "skill-area:graphql-schema-design",
"kind": "used_for"
},
{
"from": "library:graphql-tools",
"to": "library:mercurius",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "stack-profile:graphql-api-platform",
"to": "library:graphql-tools",
"kind": "composed_of"
},
{
"from": "stack-profile:backend-for-frontend",
"to": "library:graphql-tools",
"kind": "composed_of"
}
]
}