gameModelContainerState
Fetch a container with its property values filtered to what the CALLER may see (public always; owner/hidden depend on the caller's relationship to the container). Use this for a player-facing view of an entity. Requires a valid token.
gameModelContainerState(
appId: BigInt!
containerId: String!
): GmContainerState!
Arguments
gameModelContainerState.appId ● BigInt! non-null scalar
The app (tenant) that owns the container.
gameModelContainerState.containerId ● String! non-null scalar
The container UUID whose visible state to fetch.
Type
GmContainerState object
A container plus its property values filtered to what the requesting caller is allowed to see.