Skip to main content

GmContainerState

A container plus its property values filtered to what the requesting caller is allowed to see.

type GmContainerState {
containerId: String!
appId: BigInt!
sessionId: String
typeName: String!
displayName: String!
ownerUserId: BigInt
propertiesJson: String!
}

Fields

GmContainerState.containerId ● String! non-null scalar

The container id (UUID).

GmContainerState.appId ● BigInt! non-null scalar

The app (tenant) that owns the container.

GmContainerState.sessionId ● String scalar

Owning session id, or null if app-global.

GmContainerState.typeName ● String! non-null scalar

The container type name.

GmContainerState.displayName ● String! non-null scalar

Human-friendly display name.

GmContainerState.ownerUserId ● BigInt scalar

The owning user, or null if unowned.

GmContainerState.propertiesJson ● String! non-null scalar

JSON object of visible properties (filtered by the caller).

Returned By

gameModelContainerState query