Skip to main content

SeedPropertyDefInput

A property definition to create as part of a seed.

input SeedPropertyDefInput {
containerTypeName: String!
key: String!
valueType: String!
defaultValueJson: String
visibility: String
writable: String
description: String
}

Fields

SeedPropertyDefInput.containerTypeName ● String! non-null scalar

The container type to define the property on.

SeedPropertyDefInput.key ● String! non-null scalar

Property key (unique within the type).

SeedPropertyDefInput.valueType ● String! non-null scalar

int | float | string | bool | array | object | container_ref

SeedPropertyDefInput.defaultValueJson ● String scalar

JSON-encoded default value.

SeedPropertyDefInput.visibility ● String scalar

public | owner | hidden

SeedPropertyDefInput.writable ● String scalar

function | owner | admin

SeedPropertyDefInput.description ● String scalar

Optional description of the property.

Member Of

SeedGameModelInput input