Skip to content

GraphQL API

GraphQL API layer for HoloScript services built with TypeGraphQL and Apollo-style tooling.

Overview

@holoscript/graphql-api exposes a schema-driven API layer for services that want GraphQL access to compiler, registry, marketplace, or related backend capabilities.

Installation

bash
npm install @holoscript/graphql-api

Use When

  • You need a typed API for backend consumers.
  • You want GraphQL access to HoloScript service data.
  • You are building dashboards, admin tools, or integrations on top of HoloScript services.

Key Capabilities

  • GraphQL schema and resolver layer.
  • Integration with backend service data sources.
  • Useful alternative to REST-focused service packages.

See Also

Released under the MIT License.