DeleteSessionBlockPayload
Payload returned when deleting a session block.
type DeleteSessionBlockPayload {
success: Boolean!
}
Fields
DeleteSessionBlockPayload.success
● Boolean!
non-null scalar
A flag indicating whether the session block was deleted successfully.
Returned By
deleteSessionBlock
mutation