Skip to main content

gameModelSeed

Bulk-create game-model definitions (container types, property defs, functions) and optionally instances (containers + edges) in one transaction — used to initialize or import a model. Requires app-admin ('manage_apps'). Returns counts created, warnings, and a map of seed temp_id -> created container UUID.

gameModelSeed(
input: SeedGameModelInput!
): GmSeedResult!

Arguments

gameModelSeed.input ● SeedGameModelInput! non-null input

The app, an optional target session for instances, and arrays of container types, property defs, functions, containers, and edges to create.

Type

GmSeedResult object

Summary of what a gameModelSeed call created.