UpdateSubBlockInput
Defines the input details for updating an existing sub block.
input UpdateSubBlockInput {
eventId: ID!
name: String
subBlockId: ID!
uniqueCode: String
}
Fields
UpdateSubBlockInput.eventId ● ID! non-null scalar
The identifier of the event the sub block is associated with.
UpdateSubBlockInput.name ● String scalar
A UTF-8 string representing the name of the sub block. Optional.
UpdateSubBlockInput.subBlockId ● ID! non-null scalar
The identifier of the sub block.
UpdateSubBlockInput.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
updateSubBlock mutation