Heroic Labs · GraphQL Specification

Heroic Labs (Nakama) GraphQL Schema

This document describes a conceptual GraphQL schema for the Heroic Labs Nakama game backend platform. Nakama exposes its functionality natively through REST, WebSocket, and gRPC interfaces. This GraphQL schema is a conceptual mapping of those capabilities into a typed GraphQL surface, covering the full breadth of Nakama's domain: authentication, accounts, users, social graph, real-time presence, matchmaking, leaderboards, tournaments, chat, storage, wallet, purchases, notifications, and server-side RPC.

Documentation Endpoint View on GitHub Game BackendMultiplayerReal-TimeWebSocketMatchmakingLeaderboardsSocial GamingOpen SourceLiveOpsgRPCGraphQL

Overview

Heroic Labs (Nakama) GraphQL Schema is a GraphQL API specification published by Heroic Labs on the APIs.io network.

This document describes a conceptual GraphQL schema for the Heroic Labs Nakama game backend platform. Nakama exposes its functionality natively through REST, WebSocket, and gRPC interfaces. This GraphQL schema is a conceptual mapping of those capabilities into a typed GraphQL surface, covering the full breadth of Nakama’s domain: authentication, accounts, users, social graph, real-time presence, matchmaking, leaderboards, tournaments, chat, storage, wallet, purchases, notifications, and server-side RPC.

The specification includes 5 reference links.

Tagged areas include Game Backend, Multiplayer, Real-Time, WebSocket, and Matchmaking.

Endpoint

References

Related API Specs

Nakama API (OpenAPI) Hiro RPC API (OpenAPI)
Back to Heroic Labs · All GraphQL Specs · GitHub