gameModelContainer
Fetch one container (instance) by id. Requires a valid token.
gameModelContainer(
appId: BigInt!
containerId: String!
): GmContainer!
Arguments
gameModelContainer.appId ● BigInt! non-null scalar
The app (tenant) that owns the container.
gameModelContainer.containerId ● String! non-null scalar
The container UUID to fetch.
Type
GmContainer object
A container: a runtime instance of a container type (optionally scoped to a session).