Skip to main content

GmSeedResult

Summary of what a gameModelSeed call created.

type GmSeedResult {
containerTypesCreated: Int!
propertyDefinitionsCreated: Int!
functionsCreated: Int!
containersCreated: Int!
edgesCreated: Int!
warnings: [String!]!
idMapJson: String!
}

Fields

GmSeedResult.containerTypesCreated ● Int! non-null scalar

Number of container types created.

GmSeedResult.propertyDefinitionsCreated ● Int! non-null scalar

Number of property definitions created.

GmSeedResult.functionsCreated ● Int! non-null scalar

Number of functions created.

GmSeedResult.containersCreated ● Int! non-null scalar

Number of containers (instances) created.

GmSeedResult.edgesCreated ● Int! non-null scalar

Number of edges created.

GmSeedResult.warnings ● [String!]! non-null scalar

Non-fatal warnings produced while seeding.

GmSeedResult.idMapJson ● String! non-null scalar

JSON object mapping seed temp_id -> created container UUID.

Returned By

gameModelSeed mutation