Skip to main content

RegistrationTypeInventoryInput

Defines the input for the inventory of a registration type.

input RegistrationTypeInventoryInput {
limit: NonNegativeInt
type: RegistrationTypeInventoryType!
}

Fields

RegistrationTypeInventoryInput.limit ● NonNegativeInt scalar

The inventory limit for this registration type. Optional.

RegistrationTypeInventoryInput.type ● RegistrationTypeInventoryType! non-null enum

The inventory type for this registration type.

If the type is LIMITED, the limit input field must be specified, otherwise the limit input field is ignored.

Member Of

CreateRegistrationTypeInput input ● UpdateRegistrationTypeInput input