gameModelUpsertContainerType
Create or update a container type: the studio-defined schema for a kind of runtime entity (like a class). Idempotent on (app, typeName). Requires app-admin ('manage_apps').
gameModelUpsertContainerType(
input: UpsertContainerTypeInput!
): GmContainerType!
Arguments
gameModelUpsertContainerType.input ● UpsertContainerTypeInput! non-null input
The app, type name, display name, and optional instantiableBy / default property visibility / metadata.
Type
GmContainerType object
A studio-defined container type: the schema for a kind of runtime entity (like a class).