PlatformConfig
Public platform discovery. Clients/SDKs read the shared game-api URL here to route apps deployed to the shared environment.
type PlatformConfig {
sharedGameApiUrl: String
sharedGameApiWsUrl: String
freeAppsPerOrg: Int!
}
Fields
PlatformConfig.sharedGameApiUrl ● String scalar
Shared game-api HTTP/GraphQL root for shared-environment apps.
PlatformConfig.sharedGameApiWsUrl ● String scalar
Shared game-api WebSocket root (subscriptions / UDP proxy).
PlatformConfig.freeAppsPerOrg ● Int! non-null scalar
Free shared app slots an org gets before usage is wallet-billed.
Returned By
platformConfig query