Skip to main content

gameModelDeleteContainerType

Delete a container type. Also deletes its property definitions. Refuses if live containers of that type exist, or if functions are bound to it — delete those first. Requires app-admin ('manage_apps'). DESTRUCTIVE. Returns true if a type was deleted.

gameModelDeleteContainerType(
appId: BigInt!
typeName: String!
): Boolean!

Arguments

gameModelDeleteContainerType.appId ● BigInt! non-null scalar

The app (tenant) that owns the container type.

gameModelDeleteContainerType.typeName ● String! non-null scalar

The container type name to delete.

Type

Boolean scalar

The Boolean scalar type represents true or false.