Skip to main content

GmEnsureContainerResult

Result of gameModelEnsureContainer: the resolved container plus whether this call inserted it.

type GmEnsureContainerResult {
container: GmContainer!
created: Boolean!
}

Fields

GmEnsureContainerResult.container ● GmContainer! non-null object

The container all ensures of this key converge on.

GmEnsureContainerResult.created ● Boolean! non-null scalar

True when THIS call created the row; false when it resolved an existing one (creation-only input fields were ignored).

Returned By

gameModelEnsureContainer mutation