Skip to main content

graphqlServers

List every registered GraphQL API server (both management-api and game-api kinds), regardless of health/state. No authentication required. For service discovery; to route clients, prefer activeGraphQLServers (filters to healthy servers).

graphqlServers: [GraphQLServer!]!

Type

GraphQLServer object

A registered GraphQL API server instance in the fleet (either a management-api or a game-api, see kind), with reachability addresses and basic host telemetry. Returned by graphqlServers (all) and activeGraphQLServers (only ReadyForClients). Use this for service discovery; realtime/UDP play still goes through the game-api UDP proxy.