SeedContainerTypeInput
A container type to create as part of a seed.
input SeedContainerTypeInput {
typeName: String!
displayName: String!
description: String
instantiableBy: String
defaultPropertyVisibility: String
metadataJson: String
}
Fields
SeedContainerTypeInput.typeName ● String! non-null scalar
Stable type name (unique per app).
SeedContainerTypeInput.displayName ● String! non-null scalar
Human-friendly display name.
SeedContainerTypeInput.description ● String scalar
Optional description of the type.
SeedContainerTypeInput.instantiableBy ● String scalar
admin | member | owner (who may instantiate this type).
SeedContainerTypeInput.defaultPropertyVisibility ● String scalar
public | owner | hidden default for this type's properties.
SeedContainerTypeInput.metadataJson ● String scalar
JSON object of metadata.
Member Of
SeedGameModelInput input