DeleteSessionBlockInput
Defines the input for deleting a concurrent session block.
input DeleteSessionBlockInput {
eventId: ID!
sessionBlockId: ID!
}
Fields
DeleteSessionBlockInput.eventId
● ID!
non-null scalar
The identifier of the event the session block is associated with.
DeleteSessionBlockInput.sessionBlockId
● ID!
non-null scalar
The identifier for the session block.
Member Of
deleteSessionBlock
mutation