Skip to main content

SeedContainerInput

A container (instance) to create as part of a seed.

input SeedContainerInput {
tempId: String!
typeName: String!
displayName: String!
description: String
ownerUserId: BigInt
metadataJson: String
properties: [SeedPropertyInput!]
}

Fields

SeedContainerInput.tempId ● String! non-null scalar

Developer-assigned id used only for edge references in this seed.

SeedContainerInput.typeName ● String! non-null scalar

The container type to instantiate.

SeedContainerInput.displayName ● String! non-null scalar

Human-friendly display name.

SeedContainerInput.description ● String scalar

Optional description.

SeedContainerInput.ownerUserId ● BigInt scalar

Optional owning user id.

SeedContainerInput.metadataJson ● String scalar

JSON object of metadata.

SeedContainerInput.properties ● [SeedPropertyInput!] list input

Initial property values for the container.

Member Of

SeedGameModelInput input