DeleteRoomPayload
Autogenerated return type of DeleteRoom
type DeleteRoomPayload {
clientMutationId: String
deletedConversationId: ID
errors: [UserError!]!
}
Fields
DeleteRoomPayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
DeleteRoomPayload.deletedConversationId ● ID scalar common
The ID of the deleted conversation.
DeleteRoomPayload.errors ● [UserError!]! non-null object common
Errors related to user input
Returned by
roomDelete mutation