Skip to main content

gameModelPropertyDefs

List the property definitions for a container type. Requires app-admin ('manage_apps').

gameModelPropertyDefs(
appId: BigInt!
typeName: String!
): [GmPropertyDef!]!

Arguments

gameModelPropertyDefs.appId ● BigInt! non-null scalar

The app (tenant) that owns the type.

gameModelPropertyDefs.typeName ● String! non-null scalar

The container type whose properties to list.

Type

GmPropertyDef object

A typed property (field) defined on a container type.