Skip to main content

activeGraphQLServers

List only healthy GraphQL API servers (status = ReadyForClients) for client routing/discovery. No authentication required.

activeGraphQLServers: [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.