DeleteSubBlockInput
Defines the input details for deleting a sub block.
input DeleteSubBlockInput {
eventId: ID!
subBlockId: ID!
}
Fields
DeleteSubBlockInput.eventId ● ID! non-null scalar
The identifier of the event the sub block is associated with.
DeleteSubBlockInput.subBlockId ● ID! non-null scalar
The identifier of the sub block.
Member Of
deleteSubBlock mutation