Skip to main content

gameModelTypeSchema

Fetch a container type's full schema: its property definitions plus the functions available on it. Requires app-admin ('manage_apps').

gameModelTypeSchema(
appId: BigInt!
typeName: String!
): GmTypeSchema!

Arguments

gameModelTypeSchema.appId ● BigInt! non-null scalar

The app (tenant) that owns the type.

gameModelTypeSchema.typeName ● String! non-null scalar

The container type whose schema to fetch.

Type

GmTypeSchema object

A container type's complete schema: its property definitions and available functions.