Skip to main content

CreateSubBlockInput

Defines the input details for creating a new sub block.

input CreateSubBlockInput {
eventId: ID!
name: String!
uniqueCode: String
}

Fields

CreateSubBlockInput.eventId ● ID! non-null scalar

The identifier of the event.

CreateSubBlockInput.name ● String! non-null scalar

A UTF-8 string representing the name of the sub block.

CreateSubBlockInput.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the sub block. Optional.

The value must be unique across all sub blocks for an event.

Member Of

createSubBlock mutation