Skip to main content

gameModelDeletePropertyDef

Delete a property definition from a container type. Does not remove instance property values already stored on containers. Requires app-admin ('manage_apps'). DESTRUCTIVE. Returns true if a definition was deleted.

gameModelDeletePropertyDef(
appId: BigInt!
containerTypeName: String!
key: String!
): Boolean!

Arguments

gameModelDeletePropertyDef.appId ● BigInt! non-null scalar

The app (tenant) that owns the property definition.

gameModelDeletePropertyDef.containerTypeName ● String! non-null scalar

The container type the property is defined on.

gameModelDeletePropertyDef.key ● String! non-null scalar

The property key to delete.

Type

Boolean scalar

The Boolean scalar type represents true or false.