DeleteChatPayload
Autogenerated return type of DeleteChat
type DeleteChatPayload {
clientMutationId: String
errors: [String!]
msg: String
}
Fields
DeleteChatPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
DeleteChatPayload.errors
● [String!]
list scalar
DeleteChatPayload.msg
● String
scalar
Returned By
deleteChat
mutation